Skip to content

Commit 55763cf

Browse files
committed
Added scopes_supported and claims_supported.
1 parent 8d59472 commit 55763cf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

templates/user/auth/oidc_wellknown.tmpl

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,26 @@
66
"response_types_supported": [
77
"code",
88
"id_token"
9+
],
10+
"scopes_supported": [
11+
"openid",
12+
"profile",
13+
"email"
14+
],
15+
"claims_supported": [
16+
"aud",
17+
"exp",
18+
"iat"
19+
"iss",
20+
"sub"
21+
"name",
22+
"preferred_username",
23+
"profile",
24+
"picture",
25+
"website",
26+
"locale",
27+
"updated_at",
28+
"email",
29+
"email_verified"
930
]
1031
}

0 commit comments

Comments
 (0)