Fixed typo in Session and Token Timeouts

This commit is contained in:
Takashi Norimatsu 2017-04-03 15:24:17 +09:00
parent b4a2383bff
commit 5593aa3f33

View file

@ -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.