forked from wso2/docs-is
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
himesh
authored and
himesh
committed
May 15, 2024
1 parent
8b4fb6b
commit 0f4b202
Showing
10 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...entication/add-advanced-configurations.md → ...configure-advanced-app-native-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% set api_base_path = "https://api.asgardeo.io/t/{organization_name}/oauth2/authorize/" %} | ||
{% set api_example_base_path = "https://api.asgardeo.io/t/bifrost/oauth2/authorize/" %} | ||
|
||
{% include "../../../../../includes/guides/authentication/app-native-authentication/add-advanced-configurations.md" %} | ||
{% include "../../../../../includes/guides/authentication/app-native-authentication/configure-advanced-app-native-settings.md" %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...entication/add-advanced-configurations.md → ...configure-advanced-app-native-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% set api_base_path = "https://localhost:9443/oauth2/authorize/" %} | ||
{% set api_example_base_path = "https://localhost:9443/oauth2/authorize/" %} | ||
{% include "../../../../../../includes/guides/authentication/app-native-authentication/add-advanced-configurations.md" %} | ||
{% include "../../../../../../includes/guides/authentication/app-native-authentication/configure-advanced-app-native-settings.md" %} |
1 change: 1 addition & 0 deletions
1
...tity-server/7.0.0/docs/guides/authentication/app-native-authentication/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% include "../../../../../../includes/guides/authentication/app-native-authentication/index.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...entication/add-advanced-configurations.md → ...configure-advanced-app-native-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% set api_base_path = "https://localhost:9443/oauth2/authorize/" %} | ||
{% set api_example_base_path = "https://localhost:9443/oauth2/authorize/" %} | ||
{% include "../../../../../../includes/guides/authentication/app-native-authentication/add-advanced-configurations.md" %} | ||
{% include "../../../../../../includes/guides/authentication/app-native-authentication/configure-advanced-app-native-settings.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
en/includes/guides/authentication/app-native-authentication/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# App-native authentication | ||
|
||
App-native authentication is an API-based mechanism that helps developers integrate login flows within an application. | ||
|
||
This means that users logging in to the application do not have to be redirected to an external web browser for login resulting in a seamless user experience. As a business, you can leverage app-native authentication to retain users within the application's environment at all times. | ||
|
||
This section guides you through the following. | ||
|
||
1. [Add app-native authentication]({{base_path}}/guides/authentication/app-native-authentication/add-app-native-authentication/) to your applications. | ||
2. [Configure advanced app-native settings]({{base_path}}/guides/authentication/app-native-authentication/configure-advanced-app-native-settings/) to improve security and user experience of app-native authentication. |