Skip to content

Commit 6ad03a0

Browse files
Update src/content/docs/identityserver/tokens/fapi-2-0-specification.md
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent 2e7501e commit 6ad03a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ That's it for the server. Next, let's examine how to configure the clients to me
9191

9292
Clients must also follow strict recommendations to be considered FAPI 2.0 compliant.
9393

94-
1. Support sender-constrained access tokens using one or both methods: MTLS and DPoP.
95-
2. Support client authentication using one or both methods: MTLS and `private_key_jwt`.
94+
1. Support sender-constrained access tokens using one or both methods: mTLS and DPoP.
95+
2. Support client authentication using one or both methods: mTLS and `private_key_jwt`.
9696
3. Send access tokens in the HTTP header
9797
4. Do not expose open redirectors
9898
5. If using `private_key_jwt`, shall use the authorization server's issuer identifier value in the `aud` claim in client authentication assertions. The issuer identifier value shall be sent as a string, not as an array item.

0 commit comments

Comments
 (0)