Merge branch 'UPN-Lowercase' of https://github.com/VF-mbrauer/dex into UPN-Lowercase
Signed-off-by: Maik Brauer <maik.brauer@vodafone.com>
This commit is contained in:
commit
0d53fa2f42
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ type Config struct {
|
|||
Groups []string `json:"groups"`
|
||||
GroupNameFormat GroupNameFormat `json:"groupNameFormat"`
|
||||
UseGroupsAsWhitelist bool `json:"useGroupsAsWhitelist"`
|
||||
emailToLowercase bool `json:"emailToLowercase"`
|
||||
EmailToLowercase bool `json:"emailToLowercase"`
|
||||
}
|
||||
|
||||
// Open returns a strategy for logging in through Microsoft.
|
||||
|
|
Reference in a new issue