-
Notifications
You must be signed in to change notification settings - Fork 14
/
solid-oidc-context.jsonld
65 lines (65 loc) · 1.3 KB
/
solid-oidc-context.jsonld
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
{
"@context": {
"@version": 1.1,
"@protected": true,
"oidc": "http://www.w3.org/ns/solid/oidc#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"client_id": {
"@id": "@id",
"@type": "@id"
},
"client_uri": {
"@id": "oidc:client_uri",
"@type": "@id"
},
"logo_uri": {
"@id": "oidc:logo_uri",
"@type": "@id"
},
"policy_uri": {
"@id": "oidc:policy_uri",
"@type": "@id"
},
"tos_uri": {
"@id": "oidc:tos_uri",
"@type": "@id"
},
"redirect_uris": {
"@id": "oidc:redirect_uris",
"@type": "@id",
"@container": [
"@id",
"@set"
]
},
"require_auth_time": {
"@id": "oidc:require_auth_time",
"@type": "xsd:boolean"
},
"default_max_age": {
"@id": "oidc:default_max_age",
"@type": "xsd:integer"
},
"application_type": {
"@id": "oidc:application_type"
},
"client_name": {
"@id": "oidc:client_name"
},
"contacts": {
"@id": "oidc:contacts"
},
"grant_types": {
"@id": "oidc:grant_types"
},
"response_types": {
"@id": "oidc:response_types"
},
"scope": {
"@id": "oidc:scope"
},
"token_endpoint_auth_method": {
"@id": "oidc:token_endpoint_auth_method"
}
}
}