From 4df4d2ea102afaed5bd3b148b69ea5c53b397dc1 Mon Sep 17 00:00:00 2001 From: Roland Guijt Date: Thu, 25 Apr 2024 10:01:35 +0200 Subject: [PATCH] 5 x typo minutes --- src/Pages/Index.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Pages/Index.cshtml b/src/Pages/Index.cshtml index 11d5c1f..c0d97a7 100644 --- a/src/Pages/Index.cshtml +++ b/src/Pages/Index.cshtml @@ -85,21 +85,21 @@ client id: interactive.confidential
grant type: authorization code with PKCE and client credentials
client secret: secret
- access token lifetime: 60 minutues
+ access token lifetime: 60 minutes
allowed scopes: openid profile email api offline_access
  • client id: interactive.confidential.jwt
    grant type: authorization code with PKCE and private key jwt client credentials
    client secret: private key JWT
    - access token lifetime: 60 minutues
    + access token lifetime: 60 minutes
    allowed scopes: openid profile email api offline_access
  • client id: interactive.confidential.jar.jwt
    grant type: authorization code with PKCE and client credentials - requires JAR
    client secret: private key JWT
    - access token lifetime: 60 minutues
    + access token lifetime: 60 minutes
    allowed scopes: openid profile email api offline_access
  • @@ -126,7 +126,7 @@
  • client id: interactive.public
    grant type: authorization code with PKCE
    - access token lifetime: 60 minutues
    + access token lifetime: 60 minutes
    allowed scopes: openid profile email api offline_access
  • @@ -138,7 +138,7 @@
  • client id: device
    grant type: urn:ietf:params:oauth:grant-type:device_code
    - access token lifetime: 60 minutues
    + access token lifetime: 60 minutes
    allowed scopes: openid profile email api