KEYCLOAK-10776 Add info about session length in authnStatement to docs
This commit is contained in:
parent
39c1faeee4
commit
07e6d8daf3
1 changed files with 3 additions and 2 deletions
|
@ -50,8 +50,9 @@ Consent Required::
|
||||||
If you've ever done a social login to Google, you'll often see a similar page. {project_name} provides the same functionality.
|
If you've ever done a social login to Google, you'll often see a similar page. {project_name} provides the same functionality.
|
||||||
|
|
||||||
Include AuthnStatement::
|
Include AuthnStatement::
|
||||||
SAML login responses may specify the authentication method used (password, etc.) as well as a timestamp of the login.
|
SAML login responses may specify the authentication method used (password, etc.) as well as timestamps of the login and the session expiration.
|
||||||
Setting this to on will include that statement in the response document.
|
This is enabled by default, which means that `AuthStatement` element will be included in login responses. Note that setting this to off
|
||||||
|
would prevent the client from determining the maximum session length which could result into never expiring client session.
|
||||||
|
|
||||||
Sign Documents::
|
Sign Documents::
|
||||||
When turned on, {project_name} will sign the document using the realm's private key.
|
When turned on, {project_name} will sign the document using the realm's private key.
|
||||||
|
|
Loading…
Reference in a new issue