mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 00:04:01 +01:00
- OAuth: Add `oauth_config_uri` - support OAuth/OpenIDC discovery (#8201) - OAuth: Add `oauth_logout_uri` - allow invalidating the OAUTH-Session on logout (#8057) - OAuth: Support for OpenID Connect RP-Initiated Logout (#9109) - OAuth: Add support of OAUTHBEARER (#9217) - OAuth: Add `oauth_debug` option (#9217) - OAuth: Fix: missing config `oauth_provider_name` in rcmail_oauth's constructor (#9217) - OAuth: Refactor: move display to the rcmail_oauth class and use `loginform_content` hook (#9217) Signed-off-by: Edouard Vanbelle <edouard@vanbelle.fr> Co-authored-by: Aleksander Machniak <alec@alec.pl>