JWT SSO (jwtSso)

Information about configuring JWT Single Sign On.

NameTypeDefaultDescription

authFilterRef

A reference to top level authFilter element (string).

Specifies the authentication filter reference.

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.

jwtSso > authFilter

Specifies the authentication filter reference.

Expand
jwtSso > authFilter > cookie

A unique configuration ID.

Expand
jwtSso > authFilter > host

A unique configuration ID.

Expand
jwtSso > authFilter > remoteAddress

A unique configuration ID.

Expand
jwtSso > authFilter > requestHeader

A unique configuration ID.

Expand
jwtSso > authFilter > requestUrl

A unique configuration ID.

Expand
jwtSso > authFilter > userAgent

A unique configuration ID.

Expand
jwtSso > authFilter > webApp

A unique configuration ID.