|
@@ -49,21 +49,28 @@ props:
|
|
default: email
|
|
default: email
|
|
maxWidth: 500
|
|
maxWidth: 500
|
|
order: 7
|
|
order: 7
|
|
|
|
+ displayNameClaim:
|
|
|
|
+ type: String
|
|
|
|
+ title: Display Name Claim
|
|
|
|
+ hint: Field containing the user display name
|
|
|
|
+ default: displayName
|
|
|
|
+ maxWidth: 500
|
|
|
|
+ order: 8
|
|
mapGroups:
|
|
mapGroups:
|
|
type: Boolean
|
|
type: Boolean
|
|
title: Map Groups
|
|
title: Map Groups
|
|
hint: Map groups matching names from the groups claim value
|
|
hint: Map groups matching names from the groups claim value
|
|
default: false
|
|
default: false
|
|
- order: 8
|
|
|
|
|
|
+ order: 9
|
|
groupsClaim:
|
|
groupsClaim:
|
|
type: String
|
|
type: String
|
|
title: Groups Claim
|
|
title: Groups Claim
|
|
hint: Field containing the group names
|
|
hint: Field containing the group names
|
|
default: groups
|
|
default: groups
|
|
maxWidth: 500
|
|
maxWidth: 500
|
|
- order: 9
|
|
|
|
|
|
+ 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: 10
|
|
|
|
|
|
+ order: 11
|