|
85 | 85 | <b>client id: interactive.confidential</b> <br/>
|
86 | 86 | grant type: authorization code with PKCE and client credentials<br/>
|
87 | 87 | client secret: secret <br/>
|
88 |
| - access token lifetime: 60 minutues<br/> |
| 88 | + access token lifetime: 60 minutes<br/> |
89 | 89 | allowed scopes: openid profile email api offline_access
|
90 | 90 | </li>
|
91 | 91 | <li>
|
92 | 92 | <b>client id: interactive.confidential.jwt</b> <br/>
|
93 | 93 | grant type: authorization code with PKCE and private key jwt client credentials<br/>
|
94 | 94 | client secret: private key JWT <br/>
|
95 |
| - access token lifetime: 60 minutues<br/> |
| 95 | + access token lifetime: 60 minutes<br/> |
96 | 96 | allowed scopes: openid profile email api offline_access
|
97 | 97 | </li>
|
98 | 98 | <li>
|
99 | 99 | <b>client id: interactive.confidential.jar.jwt</b> <br/>
|
100 | 100 | grant type: authorization code with PKCE and client credentials - requires JAR<br/>
|
101 | 101 | client secret: private key JWT <br/>
|
102 |
| - access token lifetime: 60 minutues<br/> |
| 102 | + access token lifetime: 60 minutes<br/> |
103 | 103 | allowed scopes: openid profile email api offline_access
|
104 | 104 | </li>
|
105 | 105 | <li>
|
|
126 | 126 | <li>
|
127 | 127 | <b>client id: interactive.public</b> <br/>
|
128 | 128 | grant type: authorization code with PKCE<br/>
|
129 |
| - access token lifetime: 60 minutues<br/> |
| 129 | + access token lifetime: 60 minutes<br/> |
130 | 130 | allowed scopes: openid profile email api offline_access
|
131 | 131 | </li>
|
132 | 132 | <li>
|
|
138 | 138 | <li>
|
139 | 139 | <b>client id: device</b> <br/>
|
140 | 140 | grant type: urn:ietf:params:oauth:grant-type:device_code <br/>
|
141 |
| - access token lifetime: 60 minutues<br/> |
| 141 | + access token lifetime: 60 minutes<br/> |
142 | 142 | allowed scopes: openid profile email api
|
143 | 143 | </li>
|
144 | 144 | <li>
|
|
0 commit comments