-
Notifications
You must be signed in to change notification settings - Fork 0
/
authorization_server_config_draft12.json
71 lines (71 loc) · 1.6 KB
/
authorization_server_config_draft12.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
{
"scopes_supported": [
"openid"
],
"response_modes_supported": [
"query"
],
"grant_types_supported": [
"authorization_code",
"urn:ietf:params:oauth:grant-type:pre-authorized_code"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"ES256"
],
"request_object_signing_alg_values_supported": [
"ES256",
"ES256K",
"EdDSA",
"RS256"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"none"
],
"request_authentication_methods_supported": {
"authorization_endpoint": [
"request_object"
]
},
"vp_formats_supported": {
"jwt_vp": {
"alg_values_supported": [
"ES256",
"ES256K",
"EdDSA",
"RS256"
]
},
"jwt_vc": {
"alg_values_supported": [
"ES256",
"ES256K",
"EdDSA",
"RS256"
]
}
},
"credential_identifiers_supported": true,
"cryptographic_binding_methods_supported" : [
"jwk",
"did:key",
"did:ebsi",
"did:tz",
"did:pkh",
"did:hedera",
"did:key",
"did:ethr",
"did:web",
"did:jwk"
],
"id_token_types_supported": [
"subject_signed_id_token"
]
}