fix provider order in docs and changelog position
Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
parent
e97ac5490d
commit
c5708bfe1f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue