Skip to content

Commit

Permalink
Added scopes_supported and claims_supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R committed Jun 13, 2021
1 parent 8d59472 commit 55763cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions templates/user/auth/oidc_wellknown.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,26 @@
"response_types_supported": [
"code",
"id_token"
],
"scopes_supported": [
"openid",
"profile",
"email"
],
"claims_supported": [
"aud",
"exp",
"iat"
"iss",
"sub"
"name",
"preferred_username",
"profile",
"picture",
"website",
"locale",
"updated_at",
"email",
"email_verified"
]
}

0 comments on commit 55763cf

Please sign in to comment.