Setting email for OpenShift connector

This commit is contained in:
Andrew Block
2020-02-21 16:53:46 +01:00
parent b9787d48ac
commit 76bb453ff3
2 changed files with 2 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ func (c *openshiftConnector) HandleCallback(s connector.Scopes, r *http.Request)
UserID: user.UID,
Username: user.Name,
PreferredUsername: user.Name,
Email: user.Name,
Groups: user.Groups,
}