Skip to content

Commit

Permalink
Add a log message for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Nov 20, 2023
1 parent 376110d commit 2c217fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ func checkDomainFromUserInfo(conf *Config, inst *instance.Instance, token string

domain, err := extractDomain(conf, params)
if err != nil {
logger.WithNamespace("oidc").Warnf("Cannot extract domain: %s", err)
return err
}
if domain != inst.Domain {
Expand Down

0 comments on commit 2c217fe

Please sign in to comment.