From eafaf2adab9f2074f740372d74f397bce4fc6c5a Mon Sep 17 00:00:00 2001 From: Kevin Kreitner Date: Mon, 21 Jul 2025 15:05:45 +0200 Subject: [PATCH] Add Cidaas provider doc page to overview --- docs/docs/configuration/providers/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/providers/index.md b/docs/docs/configuration/providers/index.md index b947c09b..00199279 100644 --- a/docs/docs/configuration/providers/index.md +++ b/docs/docs/configuration/providers/index.md @@ -24,6 +24,7 @@ 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).