OIDCClientSettings
Plugin settings
Properties
callbackCompletedPath
callbackCompletedPath:
string
Path or URL to redirect after callback is complete
Default
"/"Example
"/path/to/app"Defined in
callbackPath
callbackPath:
null|string
Path of callback endpoint
- Method: GET
- If set to
null, the endpoint is disabled.
Default
"/callback"Defined in
claimsPath
claimsPath:
null|string
Path of claims endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/claims"Defined in
introspectPath
introspectPath:
null|string
Path of intropect endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/introspect"Defined in
loginExpiration
loginExpiration:
number
Login expiration (ms)
Default
600000 (10 minutes)Defined in
loginPath
loginPath:
null|string
Path of login endpoint
- Method: GET
- If set to
null, the endpoint is disabled.
Default
"/login"Defined in
logoutCompletedPath
logoutCompletedPath:
string
Path or URL to redirect after logout is complete
- If it starts with
/, merge it withbaseUrlautomatically.
Default
“/logout” (${baseUrl}/logout)
Examples
"/path/to/app/logout""https://example.com/logout"Defined in
logoutPath
logoutPath:
null|string
Path of logout endpoint
- Method: GET
- If set to
null, the endpoint is disabled.
Default
"/logout"Defined in
pathPrefix
pathPrefix:
string
Path prefix
Default
"/auth"Defined in
pluginSeed?
optionalpluginSeed:string
Plugin seed
Default
${issuerUrl}
Defined in
refreshExpiration
refreshExpiration:
number
Refresh expiration (ms)
Default
2592000000 (30 days)Defined in
refreshPath
refreshPath:
null|string
Path of refresh endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/refresh"Defined in
resourcePath
resourcePath:
string
Path of resource endpoint
- Method: GET
- Usage:
/resource?url=<resource-url>
Default
"/resource"Defined in
revokePath
revokePath:
null|string
Path of revoke endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/revoke"Defined in
statusPath
statusPath:
null|string
Path of status endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/status"Defined in
userinfoPath
userinfoPath:
null|string
Path of userinfo endpoint
- Method: ALL
- If set to
null, the endpoint is disabled.
Default
"/userinfo"