From 7ff72ae3181272d753be0c435e08a6b3e6b53aab Mon Sep 17 00:00:00 2001 From: AnuradhaSK Date: Mon, 16 Dec 2024 10:16:53 +0530 Subject: [PATCH] fix broken link in Prioritize local account attributes --- .../user-attributes/enable-attributes-for-oidc-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/includes/guides/authentication/user-attributes/enable-attributes-for-oidc-app.md b/en/includes/guides/authentication/user-attributes/enable-attributes-for-oidc-app.md index 210bbe577e..8ba4db8b25 100644 --- a/en/includes/guides/authentication/user-attributes/enable-attributes-for-oidc-app.md +++ b/en/includes/guides/authentication/user-attributes/enable-attributes-for-oidc-app.md @@ -153,7 +153,7 @@ _A sample userinfo response is given below:_ 2. Select your application and go to its **User Attributes** tab. 3. Scroll down and under **Linked Accounts**, select **Prioritize local account attributes**. - ![Prioritize local account attributes]({{base_path}}//assets/img/guides/applications/attributes/oidc/prioritize-local-account-attributes.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} + ![Prioritize local account attributes]({{base_path}}/assets/img/guides/applications/attributes/oidc/prioritize-local-account-attributes.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} Once enabled, the tokens issued from this application during federated authentication with an [external identity provider]({{base_path}}/guides/authentication/#supported-external-idps) will contain the attributes of the local account which is linked with the entity identified by the subject claim of the token issued by the external identity provider.