Skip to content

Commit 27fa36b

Browse files
authored
Clarify compliance requirements for APIs
Updated the text to specify that APIs need to comply with FAPI 2.0 requirements.
1 parent c1970f4 commit 27fa36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/content/docs/identityserver/tokens/fapi-2-0-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Let's review the four elements that turn a client into a FAPI 2.0-compliant clie
158158

159159
That's it. You now have a FAPI 2.0-compliant client.
160160

161-
Now that our authorization server's client configuration is FAPI 2.0 compliant, we'll need our clients to comply with the requirements.
161+
Now that our authorization server's client configuration is FAPI 2.0 compliant, we'll need our APIs to comply with the requirements.
162162

163163
```csharp
164164
builder.Services.AddAuthentication()

0 commit comments

Comments
 (0)