Fixed typo in Session and Token Timeouts
This commit is contained in:
parent
b4a2383bff
commit
5593aa3f33
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Let's walk through each of the items on this page.
|
|||
|With the Implicit Flow no refresh token is provided. For this reason there's a separate timeout for access tokens created with the Implicit Flow.
|
||||
|
||||
|Client login timeout
|
||||
|This is the maximum time that a client has to finish the Authentication Code Flow in OIDC.
|
||||
|This is the maximum time that a client has to finish the Authorization Code Flow in OIDC.
|
||||
|
||||
|Login timeout
|
||||
|Total time a login must take. If authentication takes longer than this time then the user will have to start the authentication process over.
|
||||
|
|
Loading…
Reference in a new issue