From 277e3f5706e3fbda27e28ea26c7a782775a6004a Mon Sep 17 00:00:00 2001 From: Sachin-Mamoru Date: Fri, 13 Sep 2024 00:38:52 +0530 Subject: [PATCH 1/2] add never log secret warning --- .../conditional-auth/configure-conditional-auth.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 7cddcc03bc..4c0ff5b116 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 Asgardeo 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 %} From eee0e259cfb15d50c6108cc2add1e85b00b8856d Mon Sep 17 00:00:00 2001 From: Sachin Mamoru <59449070+Sachin-Mamoru@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:26:51 +0530 Subject: [PATCH 2/2] addressed comments --- .../conditional-auth/configure-conditional-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4c0ff5b116..016f4faaf6 100644 --- a/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md +++ b/en/includes/guides/authentication/conditional-auth/configure-conditional-auth.md @@ -31,7 +31,7 @@ Secrets securely store values associated with external APIs. These secret values !!! warning "Before you proceed" - When working with Asgardeo conditional authentication scripts, never log secrets or sensitive information within your authentication flows. + When working with conditional authentication scripts, never log secrets or sensitive information within your authentication flows. ### Create a new secret