From 021135ef153b7b0d0a3f129ef172dabc67910828 Mon Sep 17 00:00:00 2001 From: Georgi Danchev Date: Wed, 9 Oct 2024 09:21:12 +0300 Subject: [PATCH 1/2] add documentation about OPENID_CUSTOM_DATA --- pages/docs/configuration/dotenv.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/docs/configuration/dotenv.mdx b/pages/docs/configuration/dotenv.mdx index c20ea583..3bdd466f 100644 --- a/pages/docs/configuration/dotenv.mdx +++ b/pages/docs/configuration/dotenv.mdx @@ -789,7 +789,7 @@ For more information: **[Google Authentication](/docs/configuration/authenticati #### [OpenID Connect](/docs/configuration/authentication/OAuth2-OIDC#openid-connect) -For more information: +For more information: - [AWS Cognito](/docs/configuration/authentication/OAuth2-OIDC/aws) - [Azure Entra/AD](/docs/configuration/authentication/OAuth2-OIDC/azure) - [Keycloak](/docs/configuration/authentication/OAuth2-OIDC/keycloak) @@ -807,6 +807,7 @@ For more information: ['OPENID_REQUIRED_ROLE_PARAMETER_PATH', 'string', 'The parameter path for required role validation.','OPENID_REQUIRED_ROLE_PARAMETER_PATH='], ['OPENID_BUTTON_LABEL', 'string', 'The label for the OpenID login button.','OPENID_BUTTON_LABEL='], ['OPENID_IMAGE_URL', 'string', 'The URL of the OpenID login button image.','OPENID_IMAGE_URL='], + ['OPENID_CUSTOM_DATA', 'string', 'Define which fields from the OpenID profile should be dynamically fetched and stored in the user model.','OPENID_CUSTOM_DATA=department title'], ]} /> From 4de05877ddf0be4766edb95c4eb38dc675fa1b15 Mon Sep 17 00:00:00 2001 From: Georgi Danchev Date: Wed, 9 Oct 2024 09:25:09 +0300 Subject: [PATCH 2/2] removed one blank space --- pages/docs/configuration/dotenv.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/configuration/dotenv.mdx b/pages/docs/configuration/dotenv.mdx index 3bdd466f..da337694 100644 --- a/pages/docs/configuration/dotenv.mdx +++ b/pages/docs/configuration/dotenv.mdx @@ -789,7 +789,7 @@ For more information: **[Google Authentication](/docs/configuration/authenticati #### [OpenID Connect](/docs/configuration/authentication/OAuth2-OIDC#openid-connect) -For more information: +For more information: - [AWS Cognito](/docs/configuration/authentication/OAuth2-OIDC/aws) - [Azure Entra/AD](/docs/configuration/authentication/OAuth2-OIDC/azure) - [Keycloak](/docs/configuration/authentication/OAuth2-OIDC/keycloak)