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