This repository was archived by the owner on Oct 20, 2024. It is now read-only.
Release 2.2.0
The "Containment Release"
- Add OAuth2/OIDC authentication scheme to authenticate to Glewlwyd via an external provider
- Add Proof Key for Code Exchange by OAuth Public Clients for OAuth2 and OIDC plugins
- Add token introspection and token revocation for OAuth2 and OIDC plugins
- Add OpenID Connect Dynamic Registration for OIDC plugin
- Add Form Post Response Mode for OIDC plugin
- Allow signed JWT requests using RSA or ECDSA algorithms in
/author/tokenendpoints - Catch close signal in another thread (Closes: #103)
- Fix bug to make Glewlwyd compatible with Apache Module auth_openidc