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:
		| @@ -52,7 +52,7 @@ type Config struct { | |||||||
| 	Groups               []string        `json:"groups"` | 	Groups               []string        `json:"groups"` | ||||||
| 	GroupNameFormat      GroupNameFormat `json:"groupNameFormat"` | 	GroupNameFormat      GroupNameFormat `json:"groupNameFormat"` | ||||||
| 	UseGroupsAsWhitelist bool            `json:"useGroupsAsWhitelist"` | 	UseGroupsAsWhitelist bool            `json:"useGroupsAsWhitelist"` | ||||||
| 	emailToLowercase     bool            `json:"emailToLowercase"` | 	EmailToLowercase     bool            `json:"emailToLowercase"` | ||||||
| } | } | ||||||
|  |  | ||||||
| // Open returns a strategy for logging in through Microsoft. | // Open returns a strategy for logging in through Microsoft. | ||||||
| @@ -69,7 +69,7 @@ func (c *Config) Open(id string, logger log.Logger) (connector.Connector, error) | |||||||
| 		groupNameFormat:      c.GroupNameFormat, | 		groupNameFormat:      c.GroupNameFormat, | ||||||
| 		useGroupsAsWhitelist: c.UseGroupsAsWhitelist, | 		useGroupsAsWhitelist: c.UseGroupsAsWhitelist, | ||||||
| 		logger:               logger, | 		logger:               logger, | ||||||
| 		emailToLowercase:       c.EmailToLowercase, | 		emailToLowercase:     c.EmailToLowercase, | ||||||
| 	} | 	} | ||||||
| 	// By default allow logins from both personal and business/school | 	// By default allow logins from both personal and business/school | ||||||
| 	// accounts. | 	// accounts. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user