@@ -39,6 +39,7 @@ _Note that not all features are enabled by default, check the configuration sect
3939- [ ` RFC9701 ` - JWT Response for OAuth Token Introspection] [ jwt-introspection ]
4040- [ FAPI 1.0 Security Profile - Part 2: Advanced (` FAPI 1.0 ` )] [ fapi ]
4141- [ FAPI 2.0 Security Profile (` FAPI 2.0 ` )] [ fapi2sp ]
42+ - [ FAPI 2.0 Message Signing (` FAPI 2.0 ` )] [ fapi2ms ]
4243- [ JWT Secured Authorization Response Mode for OAuth 2.0 (` JARM ` )] [ jarm ]
4344- [ OIDC Client Initiated Backchannel Authentication Flow (` CIBA ` )] [ ciba ]
4445
@@ -50,7 +51,6 @@ Supported Access Token formats:
5051The following draft specifications are implemented by oidc-provider:
5152
5253- [ Financial-grade API: Client Initiated Backchannel Authentication Profile (` FAPI-CIBA ` ) - Implementers Draft 01] [ fapi-ciba ]
53- - [ FAPI 2.0 Message Signing (` FAPI 2.0 ` ) - Implementers Draft 01] [ fapi2ms-id1 ]
5454- [ OIDC Relying Party Metadata Choices 1.0 - Implementers Draft 01] [ rp-metadata-choices ]
5555- [ OAuth 2.0 Attestation-Based Client Authentication - Draft 06] [ attestation-client-auth ]
5656
@@ -155,7 +155,7 @@ actions and i.e. emit metrics that react to specific triggers. See the list of a
155155[ mtls ] : https://www.rfc-editor.org/rfc/rfc8705.html
156156[ dpop ] : https://www.rfc-editor.org/rfc/rfc9449.html
157157[ resource-indicators ] : https://www.rfc-editor.org/rfc/rfc8707.html
158- [ jarm ] : https://openid.net/specs/oauth-v2-jarm-final .html
158+ [ jarm ] : https://openid.net/specs/oauth-v2-jarm-errata1 .html
159159[ jwt-at ] : https://www.rfc-editor.org/rfc/rfc9068.html
160160[ support-sponsor ] : https://github.com/sponsors/panva
161161[ par ] : https://www.rfc-editor.org/rfc/rfc9126.html
@@ -165,7 +165,7 @@ actions and i.e. emit metrics that react to specific triggers. See the list of a
165165[ ciba ] : https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0-final.html
166166[ fapi-ciba ] : https://openid.net/specs/openid-financial-api-ciba-ID1.html
167167[ fapi2sp ] : https://openid.net/specs/fapi-security-profile-2_0-final.html
168- [ fapi2ms-id1 ] : https://openid.net/specs/fapi-2_0- message-signing-ID1 .html
168+ [ fapi2ms ] : https://openid.net/specs/fapi-message-signing-2_0-final .html
169169[ Security Policy ] : https://github.com/panva/node-oidc-provider/security/policy
170170[ rp-metadata-choices ] : https://openid.net/specs/openid-connect-rp-metadata-choices-1_0-ID1.html
171171[ rfc8414 ] : https://www.rfc-editor.org/rfc/rfc8414.html
0 commit comments