Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for reported doc issues #4681

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/asgardeo/docs/apis/organization-apis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down