Skip to content

Commit

Permalink
add push auth app native docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Mar 4, 2025
1 parent aee50bf commit 37de998
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion en/asgardeo/docs/references/app-native-authentication.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% 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/" %}
{% set authn_path = "https://api.asgardeo.io/t/{organization_name}/oauth2/authn/" %}
{% include "../../../includes/references/app-native-authentication.md" %}
{% set check_status_endpoint = "https://api.asgardeo.io/t/{organization_name}/" %}
{% include "../../../includes/references/app-native-authentication.md" %}
{% include "../../../includes/references/push-notification-app-native-reference.md" %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% set api_base_path = "https://localhost:9443/oauth2/authorize/" %}
{% set api_example_base_path = "https://localhost:9443/oauth2/authorize/" %}
{% set authn_path = "https://localhost:9443/oauth2/authn/" %}
{% set check_status_endpoint = "https://localhost:9443/" %}
{% include "../../../../includes/references/app-native-authentication.md" %}
{% include "../../../../includes/references/push-notification-app-native-reference.md" %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% set api_base_path = "https://localhost:9443/oauth2/authorize/" %}
{% set api_example_base_path = "https://localhost:9443/oauth2/authorize/" %}
{% set authn_path = "https://localhost:9443/oauth2/authn/" %}
{% set check_status_endpoint = "https://localhost:9443/" %}
{% include "../../../../includes/references/app-native-authentication.md" %}
{% include "../../../../includes/references/push-notification-app-native-reference.md" %}
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The application goes through the following steps to complete app-native authenti
=== "Request"

```bash
curl --location 'https://localhost:9443/push-auth/check-status?pushAuthId=92e0d286-e24b-471e-a2cf-6ba3a969a982'
curl --location '{{check_status_endpoint}}push-auth/check-status?pushAuthId=92e0d286-e24b-471e-a2cf-6ba3a969a982'
```

=== "Response"
Expand Down

0 comments on commit 37de998

Please sign in to comment.