From 2ab610b5c9de871df5e14258b2508c2348e129d6 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Thu, 19 Sep 2024 14:53:10 +0200 Subject: [PATCH] Update openId.md Marked documentation of openID provider as experimental --- docs/developer-guide/integrations/users/openId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/integrations/users/openId.md b/docs/developer-guide/integrations/users/openId.md index 425a3d8928..fe7f0c08a9 100644 --- a/docs/developer-guide/integrations/users/openId.md +++ b/docs/developer-guide/integrations/users/openId.md @@ -32,7 +32,7 @@ Moreover the keycloak provider allows to configure advanced features like the ** !!! note For the moment the generic `oidc` provider does not support multiple instances. This means that you can configure only **one** generic `oidc` provider. You can configure the specific providers (e.g., `google`, `keycloak`) in addition to the generic `oidc` provider, but not multiple instances of the generic `oidc` provider. So for instance you can configure a generic `oidc` provider (e.g. connected to Github) plus a `google` and a `keycloak` provider, but not two generic `oidc` providers. -### OpenID connect (generic) +### OpenID connect (experimental) In order to configure the generic OpenID provider with a service of your choice you have to: