|
@@ -54,25 +54,38 @@ props:
|
|
default: email
|
|
default: email
|
|
maxWidth: 500
|
|
maxWidth: 500
|
|
order: 8
|
|
order: 8
|
|
|
|
+ mapGroups:
|
|
|
|
+ type: Boolean
|
|
|
|
+ title: Map Groups
|
|
|
|
+ hint: Map groups matching names from the groups claim value
|
|
|
|
+ default: false
|
|
|
|
+ order: 9
|
|
|
|
+ groupsClaim:
|
|
|
|
+ type: String
|
|
|
|
+ title: Groups Claim
|
|
|
|
+ hint: Field containing the group names
|
|
|
|
+ default: groups
|
|
|
|
+ maxWidth: 500
|
|
|
|
+ order: 10
|
|
logoutURL:
|
|
logoutURL:
|
|
type: String
|
|
type: String
|
|
title: Logout URL
|
|
title: Logout URL
|
|
hint: (optional) Logout URL on the OAuth2 provider where the user will be redirected to complete the logout process.
|
|
hint: (optional) Logout URL on the OAuth2 provider where the user will be redirected to complete the logout process.
|
|
- order: 9
|
|
|
|
|
|
+ order: 11
|
|
scope:
|
|
scope:
|
|
type: String
|
|
type: String
|
|
title: Scope
|
|
title: Scope
|
|
hint: (optional) Application Client permission scopes.
|
|
hint: (optional) Application Client permission scopes.
|
|
- order: 10
|
|
|
|
|
|
+ order: 12
|
|
useQueryStringForAccessToken:
|
|
useQueryStringForAccessToken:
|
|
type: Boolean
|
|
type: Boolean
|
|
default: false
|
|
default: false
|
|
title: Pass access token via GET query string to User Info Endpoint
|
|
title: Pass access token via GET query string to User Info Endpoint
|
|
hint: (optional) Pass the access token in an `access_token` parameter attached to the GET query string of the User Info Endpoint URL. Otherwise the access token will be passed in the Authorization header.
|
|
hint: (optional) Pass the access token in an `access_token` parameter attached to the GET query string of the User Info Endpoint URL. Otherwise the access token will be passed in the Authorization header.
|
|
- order: 11
|
|
|
|
|
|
+ order: 13
|
|
enableCSRFProtection:
|
|
enableCSRFProtection:
|
|
type: Boolean
|
|
type: Boolean
|
|
default: true
|
|
default: true
|
|
title: Enable CSRF protection
|
|
title: Enable CSRF protection
|
|
hint: Pass a nonce state parameter during authentication to protect against CSRF attacks.
|
|
hint: Pass a nonce state parameter during authentication to protect against CSRF attacks.
|
|
- order: 12
|
|
|
|
|
|
+ order: 14
|