diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f01e864..a6909163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v7.11.0 +- [#2273](https://github.com/oauth2-proxy/oauth2-proxy/pull/2273) feat: add Cidaas provider (@Bibob7, @Teko012) + # V7.11.0 ## Release Highlights @@ -88,7 +90,6 @@ For detailed information, migration guidance, and security implications, see the - [#3116](https://github.com/oauth2-proxy/oauth2-proxy/pull/3116) feat: bump to go1.24.5 and full dependency update (@wardviaene / @dolmen) - [#3097](https://github.com/oauth2-proxy/oauth2-proxy/pull/3097) chore(deps): update alpine base image to v3.22.0 - [#3101](https://github.com/oauth2-proxy/oauth2-proxy/pull/3101) fix: return error for empty Redis URL list (@dgivens) -- [#2273](https://github.com/oauth2-proxy/oauth2-proxy/pull/2273) feat: add Cidaas provider (@Bibob7, @Teko012) # V7.9.0 diff --git a/docs/docs/configuration/providers/index.md b/docs/docs/configuration/providers/index.md index 00199279..713b5cb9 100644 --- a/docs/docs/configuration/providers/index.md +++ b/docs/docs/configuration/providers/index.md @@ -10,6 +10,7 @@ Valid providers are : - [ADFS](adfs.md) - [Bitbucket](bitbucket.md) +- [Cidaas](cidaas.md) - [DigitalOcean](digitalocean.md) - [Facebook](facebook.md) - [Gitea](gitea.md) @@ -24,7 +25,6 @@ Valid providers are : - [Microsoft Entra ID](ms_entra_id.md) - [Nextcloud](nextcloud.md) - [OpenID Connect](openid_connect.md) -- [Cidaas](cidaas.md) The provider can be selected using the `provider` configuration value, or set in the [`providers` array using AlphaConfig](https://oauth2-proxy.github.io/oauth2-proxy/configuration/alpha-config#providers). However, [**the feature to implement multiple providers is not complete**](https://github.com/oauth2-proxy/oauth2-proxy/issues/926).