Skip to content

Commit d5c626b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When customizing IdentityServer for FAPI 2.0 compliance, follow the rules listed
2626
2. Reject requests using the resource owner password credentials grant.
2727
3. Only support confidential clients.
2828
4. Only issue sender-constrained access tokens.
29-
5. Use one of the following methods for sender-constrained access tokens: MTLS and DPoP.
29+
5. Use one of the following methods for sender-constrained access tokens: mTLS and DPoP.
3030
6. Authenticate clients using one of the methods of mTLS or `private_key_jwt`.
3131
7. Shall not expose open redirectors.
3232
8. Only accept the issuer identifier value as a string in the `aud` claim received in client authentication assertions.

0 commit comments

Comments
 (0)