Skip to content

Commit 52ffe31

Browse files
committed
Update upgrade log
1 parent 7147c1f commit 52ffe31

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/6-oidc-upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ keys for protocol (Connect), Federation, and VCI purposes. This was introduced
2424
to support signature algorithm negotiation with the clients.
2525
- Clients can now be configured with new properties:
2626
- ID Token Signing Algorithm (`id_token_signed_response_alg`)
27+
- Optional OAuth2 Token Introspection endpoint, as per RFC7662. Check the API
28+
documentation for more details.
2729
- Initial support for OpenID for Verifiable Credential Issuance
2830
(OpenID4VCI). Note that the implementation is experimental. You should not use
2931
it in production.
@@ -43,6 +45,8 @@ key roll-ower scenarios, etc.
4345
- `ModuleConfig::OPTION_TIMESTAMP_VALIDATION_LEEWAY` - optional, used for
4446
setting allowed time tolerance for timestamp validation in artifacts like JWSs.
4547
multiple Federation-related signing algorithms and key pairs.
48+
- `ModuleConfig::OPTION_API_OAUTH2_TOKEN_INTROSPECTION_ENDPOINT_ENABLED` -
49+
optional, enables the OAuth2 token introspection endpoint as per RFC7662.
4650
- Several new options regarding experimental support for OpenID4VCI.
4751

4852
Major impact changes:

0 commit comments

Comments
 (0)