We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d59472 commit 55763cfCopy full SHA for 55763cf
templates/user/auth/oidc_wellknown.tmpl
@@ -6,5 +6,26 @@
6
"response_types_supported": [
7
"code",
8
"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
24
+ "picture",
25
+ "website",
26
+ "locale",
27
+ "updated_at",
28
+ "email",
29
+ "email_verified"
30
]
31
}
0 commit comments