Skip to content

Commit

Permalink
Merge pull request #4850 from Thumimku/jarm-doc-request-fix
Browse files Browse the repository at this point in the history
Fix jarm sample request
  • Loading branch information
Thumimku authored Nov 11, 2024
2 parents 3f35e59 + 4b8da84 commit 0bdb758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/includes/guides/authentication/oidc/jarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Below is a sample authorization request sent to the authorization endpoint of th
https://api.asgardeo.io/t/<organization_name>/oauth2/authorize?
prompt=login
&scope=openid
&redirect_uri=https://&lt;CLIENT_HOST&gt;/redirects/redirect1
&client_id=&lt;CLIENT_ID&gt;
&response_type=&lt;RESPONSE_TYPE&gt;
&response_mode=&lt;RESPONSE_MODE&gt;
&redirect_uri=https://<CLIENT_HOST>/redirects/redirect1
&client_id=<CLIENT_ID>
&response_type=<RESPONSE_TYPE>
&response_mode=<RESPONSE_MODE>
```

The parameters used in the authorization request are defined below.
Expand Down

0 comments on commit 0bdb758

Please sign in to comment.