-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
68 lines (68 loc) · 2.42 KB
/
default.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
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/uma/^0.0.0/components/context.jsonld"
],
"import": [
"sai-uma:config/credentials/verifiers/default.json",
"sai-uma:config/dialog/negotiators/default.json",
"sai-uma:config/policies/authorizers/default.json",
"sai-uma:config/resources/storage/default.json",
"sai-uma:config/routes/discovery.json",
"sai-uma:config/routes/introspection.json",
"sai-uma:config/routes/keys.json",
"sai-uma:config/routes/resources.json",
"sai-uma:config/routes/tickets.json",
"sai-uma:config/routes/tokens.json",
"sai-uma:config/tickets/storage/default.json",
"sai-uma:config/tickets/strategy/claim-elimination.json",
"sai-uma:config/tokens/factory/default.json",
"sai-uma:config/tokens/storage/default.json",
"sai-uma:config/variables/default.json"
],
"@graph": [
{
"@id": "urn:uma:default:NodeHttpServer",
"@type": "NodeHttpServer",
"port": {
"@id": "urn:uma:variables:port"
},
"host": {
"@id": "urn:uma:variables:host"
},
"nodeHttpStreamsHandler": {
"@id": "urn:uma:default:NodeHttpRequestResponseHandler",
"@type": "NodeHttpRequestResponseHandler",
"httpHandler": {
"@id": "urn:uma:default:CorsRequestHandler",
"@type": "CorsRequestHandler",
"handler": {
"@id": "urn:uma:default:RoutedHttpRequestHandler",
"@type": "RoutedHttpRequestHandler",
"handlerControllerList": [
{
"@id": "urn:uma:default:HttpHandlerController",
"@type": "HttpHandlerController",
"label": "ControllerList",
"routes": [
{ "@id": "urn:uma:default:UmaConfigRoute" },
{ "@id": "urn:uma:default:JwksRoute" },
{ "@id": "urn:uma:default:TokenRoute" },
{ "@id": "urn:uma:default:PermissionRegistrationRoute" },
{ "@id": "urn:uma:default:ResourceRegistrationRoute" },
{ "@id": "urn:uma:default:ResourceRegistrationOpsRoute" },
{ "@id": "urn:uma:default:IntrospectionRoute" }
]
}
],
"defaultHandler": {
"@type": "DefaultRequestHandler"
}
}
}
}
},
{
"comment": "Configuration for the UMA AS."
}
]
}