-
Notifications
You must be signed in to change notification settings - Fork 0
/
openid-configuration-a.hackem.cc.json
74 lines (74 loc) · 1.79 KB
/
openid-configuration-a.hackem.cc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"issuer": "https://a.hackem.cc/application/o/outline/",
"authorization_endpoint": "https://a.hackem.cc/application/o/authorize/",
"token_endpoint": "https://a.hackem.cc/application/o/token/",
"userinfo_endpoint": "https://a.hackem.cc/application/o/userinfo/",
"end_session_endpoint": "https://a.hackem.cc/application/o/outline/end-session/",
"introspection_endpoint": "https://a.hackem.cc/application/o/introspect/",
"revocation_endpoint": "https://a.hackem.cc/application/o/revoke/",
"device_authorization_endpoint": "https://a.hackem.cc/application/o/device/",
"response_types_supported": [
"code",
"id_token",
"id_token token",
"code token",
"code id_token",
"code id_token token"
],
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"jwks_uri": "https://a.hackem.cc/application/o/outline/jwks/",
"grant_types_supported": [
"authorization_code",
"refresh_token",
"implicit",
"client_credentials",
"password",
"urn:ietf:params:oauth:grant-type:device_code"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"subject_types_supported": [
"public"
],
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"client_secret_basic"
],
"acr_values_supported": [
"goauthentik.io/providers/oauth2/default"
],
"scopes_supported": [
"openid",
"email",
"profile"
],
"request_parameter_supported": false,
"claims_supported": [
"sub",
"iss",
"aud",
"exp",
"iat",
"auth_time",
"acr",
"amr",
"nonce",
"email",
"email_verified",
"name",
"given_name",
"preferred_username",
"nickname",
"groups"
],
"claims_parameter_supported": false,
"code_challenge_methods_supported": [
"plain",
"S256"
]
}