github-actions
released this
05 Jan 15:40
·
0 commits
to main
since this release
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.