Skip to content
Snippets Groups Projects
Commit 2759f44d authored by Christian Pointner's avatar Christian Pointner
Browse files

cleanup oidc claims

parent cf6b003f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ func main() {
ClientSecret: clientSecret,
Endpoint: provider.Endpoint(),
RedirectURL: "http://localhost:8080/auth/oidc/callback",
Scopes: []string{oidc.ScopeOpenID, "aura"},
Scopes: []string{oidc.ScopeOpenID, "username", "aura_shows"},
}
state := "foobar" // Don't do this in production.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment