From 7f0f8c31bdab6f4d51d198d649bcd39085742e5d Mon Sep 17 00:00:00 2001 From: himeshsiriwardana Date: Thu, 25 Jul 2024 16:54:29 +0530 Subject: [PATCH] Fixes for reported doc issues --- en/asgardeo/docs/apis/organization-apis/index.md | 4 ++-- .../docs/guides/authentication/conditional-auth/index.md | 2 +- .../conditional-auth/concurrent-session-based-template.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/asgardeo/docs/apis/organization-apis/index.md b/en/asgardeo/docs/apis/organization-apis/index.md index 2229f64dc8..166e932bb5 100644 --- a/en/asgardeo/docs/apis/organization-apis/index.md +++ b/en/asgardeo/docs/apis/organization-apis/index.md @@ -18,12 +18,12 @@ Some of these APIs are used for organization management purposes, and they have - [Organization identity provider management API]({{base_path}}/apis/organization-apis/org-idp/) -- [Organization level organization management API]({{base_path}}/apis/organization-apis/org-management) +- [Organization level organization management API]({{base_path}}/apis/organization-apis/org-management/) !!! warning You need a paid Asgardeo subscription to use organization level organization management feature. If you don't already have one, view the available [subscription plans](https://wso2.com/asgardeo/pricing/){:target="_blank"} and contact the Asgardeo sales team. -- [Idle account identification API]({{base_path}}/apis/organization-apis/org-idle-account-identification) +- [Idle account identification API]({{base_path}}/apis/organization-apis/org-idle-account-identification/) ## Authentication diff --git a/en/asgardeo/docs/guides/authentication/conditional-auth/index.md b/en/asgardeo/docs/guides/authentication/conditional-auth/index.md index 4585667092..8c18ff3c4a 100644 --- a/en/asgardeo/docs/guides/authentication/conditional-auth/index.md +++ b/en/asgardeo/docs/guides/authentication/conditional-auth/index.md @@ -68,7 +68,7 @@ The pre-defined templates are listed below. |-----------|-------------| | [User-Age-Based]({{base_path}}/guides/authentication/conditional-auth/user-age-based-template/) | This configures a login flow where users can log in only if their age is over the configured value. The user's age is calculated using the `date of birth` attribute. | | [Group-Based (Access Control)]({{base_path}}/guides/authentication/conditional-auth/group-based-template-access-control/) | This login flow allows login only for users who belong to any of the given set of groups | -| [Session Based]({{base_path}}/uides/authentication/conditional-auth/concurrent-sessions-based-template/) | This login flow allows login only for users who have less than the configured number of concurrent sessions. | +| [Session Based]({{base_path}}/guides/authentication/conditional-auth/concurrent-session-based-template/) | This login flow allows login only for users who have less than the configured number of concurrent sessions. | | [Sign-In-Option-Based]({{base_path}}/guides/authentication/conditional-auth/sign-in-option-based-template/) | This login flow prompts two-factor authentication (2FA) only for users who are signing in with a given option. | | [New-Device-Based]({{base_path}}/guides/authentication/conditional-auth/new-device-based-template/) | This login flow sends an email notification and/or prompts two-factor authentication for users who are logged in from a previously unused device. | | [Group-Based (Adaptive MFA)]({{base_path}}/guides/authentication/conditional-auth/group-based-template/) | This login flow prompts two-factor authentication (2FA) for users who belong to any of the given set of groups. | diff --git a/en/includes/guides/authentication/conditional-auth/concurrent-session-based-template.md b/en/includes/guides/authentication/conditional-auth/concurrent-session-based-template.md index 412b9bc5d9..31d0ce7058 100644 --- a/en/includes/guides/authentication/conditional-auth/concurrent-session-based-template.md +++ b/en/includes/guides/authentication/conditional-auth/concurrent-session-based-template.md @@ -62,7 +62,7 @@ To configure the login flow with concurrent session-based access control: ## How it works -Shown below is the user age-based conditional authentication template. +Shown below is the concurrent session-based conditional authentication template. ```js // This script will prompt concurrent session handling