forked from mystiq/dex
spelling: verified
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
86526cd030
commit
84e9cb6947
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type Config struct {
|
||||||
// If this field is nonempty, only users from a listed domain will be allowed to log in
|
// If this field is nonempty, only users from a listed domain will be allowed to log in
|
||||||
HostedDomains []string `json:"hostedDomains"`
|
HostedDomains []string `json:"hostedDomains"`
|
||||||
|
|
||||||
// Override the value of email_verifed to true in the returned claims
|
// Override the value of email_verified to true in the returned claims
|
||||||
InsecureSkipEmailVerified bool `json:"insecureSkipEmailVerified"`
|
InsecureSkipEmailVerified bool `json:"insecureSkipEmailVerified"`
|
||||||
|
|
||||||
// InsecureEnableGroups enables groups claims. This is disabled by default until https://github.com/dexidp/dex/issues/1065 is resolved
|
// InsecureEnableGroups enables groups claims. This is disabled by default until https://github.com/dexidp/dex/issues/1065 is resolved
|
||||||
|
|
Loading…
Reference in a new issue