JWT SSO (jwtSso)
Information about configuring JWT Single Sign On.
Name | Type | Default | Description |
---|---|---|---|
cookieName |
string |
JWT |
Name of the cookie that is used to store the JWT token. |
disableJwtCookie |
boolean |
false |
Do not create the JWT cookie. |
includeLtpaCookie |
boolean |
false |
After successful authentication with a JWT token, include an LTPA cookie in addition to the JWT cookie. |
jwtBuilderRef |
A reference to top level jwtBuilder element (string). |
A reference to the JWT Builder configuration element in server.xml that describes how to build the JWT token. |
|
setCookieSecureFlag |
boolean |
true |
Set the secure flag on the JWT cookie to send it only over a secured connection. |
useLtpaIfJwtAbsent |
boolean |
false |
If the JWT cookie is missing, attempt to process an LTPA cookie if it is present. |