diff --git a/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md b/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md index 7cddcc03b..016f4faaf 100644 --- a/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md +++ b/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md @@ -29,6 +29,10 @@ There are two ways to add a conditional authentication script: ## Add a secret to the script Secrets securely store values associated with external APIs. These secret values are used in conditional authentication scripts when {{ product_name }} is required to interact with an external API (service endpoint) during the authentication process. You can securely store these secret values on the {{ product_name }} Console and retrieve them whenever required for `callChoreo()` conditional authentication function. +!!! warning "Before you proceed" + + When working with conditional authentication scripts, never log secrets or sensitive information within your authentication flows. + ### Create a new secret To add a new secret: @@ -106,4 +110,4 @@ To delete an existing secret: 5. Select the checkbox and confirm your action. -{% endif %} \ No newline at end of file +{% endif %}