Skip to content

Commit

Permalink
Merge pull request #6 from RolandGuijt/main
Browse files Browse the repository at this point in the history
5 x typo minutes
  • Loading branch information
brockallen committed Apr 25, 2024
2 parents 48fa3ff + 4df4d2e commit ef274c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@
<b>client id: interactive.confidential</b> <br/>
grant type: authorization code with PKCE and client credentials<br/>
client secret: secret <br/>
access token lifetime: 60 minutues<br/>
access token lifetime: 60 minutes<br/>
allowed scopes: openid profile email api offline_access
</li>
<li>
<b>client id: interactive.confidential.jwt</b> <br/>
grant type: authorization code with PKCE and private key jwt client credentials<br/>
client secret: private key JWT <br/>
access token lifetime: 60 minutues<br/>
access token lifetime: 60 minutes<br/>
allowed scopes: openid profile email api offline_access
</li>
<li>
<b>client id: interactive.confidential.jar.jwt</b> <br/>
grant type: authorization code with PKCE and client credentials - requires JAR<br/>
client secret: private key JWT <br/>
access token lifetime: 60 minutues<br/>
access token lifetime: 60 minutes<br/>
allowed scopes: openid profile email api offline_access
</li>
<li>
Expand All @@ -126,7 +126,7 @@
<li>
<b>client id: interactive.public</b> <br/>
grant type: authorization code with PKCE<br/>
access token lifetime: 60 minutues<br/>
access token lifetime: 60 minutes<br/>
allowed scopes: openid profile email api offline_access
</li>
<li>
Expand All @@ -138,7 +138,7 @@
<li>
<b>client id: device</b> <br/>
grant type: urn:ietf:params:oauth:grant-type:device_code <br/>
access token lifetime: 60 minutues<br/>
access token lifetime: 60 minutes<br/>
allowed scopes: openid profile email api
</li>
<li>
Expand Down

0 comments on commit ef274c0

Please sign in to comment.