Releases: vdbulcke/oidc-client-demo
Releases · vdbulcke/oidc-client-demo
v0.22.0
v0.22.0-oauthx-beta
Major Release
Complete re-implementation using https://github.com/vdbulcke/oauthx library. New features included
- client_credentials grant:
oidc-client client-credentials
- Token revocation:
oidc-client revoke
- OIDC RP Initiated Logout:
oidc-client end-session
- first class support for OIDC
claims
parameter:oidc_claims_param
config property - first class support for rfc9396 RAR
authorization_details
parameter:authorization_details
config property - add extra headers to http request:
extra_headers
underhttp_client_config
config property - enforce http response size limit:
limit_max_resp_size_limit
(size in bytes) underhttp_client_config
config property
See https://github.com/vdbulcke/oauthx repo for complete list of features.