File tree Expand file tree Collapse file tree
packages/uma/config/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212ruben: a foaf:Person ;
1313 foaf:name " Ruben Verborgh" @en , " Ruben Verborgh" @nl ;
1414 rdfs:label " Ruben Verborgh" @en , " Ruben Verborgh" @nl ;
15- solid:umaServer " http://localhost:4000/uma /" ;
15+ solid:umaServer " http://localhost:4000/ruben /" ;
1616 solid:oidcIssuer <http://localhost:3000/> ;
1717 solid:viewIndex <#index> .
1818
Original file line number Diff line number Diff line change 1717 "@type" : " ConfigRequestHandler" ,
1818 "baseUrl" : { "@id" : " urn:uma:variables:baseUrl" }
1919 },
20- "path" : " /uma /.well-known/uma2-configuration"
20+ "path" : " /:user /.well-known/uma2-configuration"
2121 }
2222 ]
23- }
23+ }
Original file line number Diff line number Diff line change 2121 "jwtTokenFactory" : { "@id" : " urn:uma:default:TokenFactory" }
2222 }
2323 },
24- "path" : " /uma /introspect"
24+ "path" : " /:user /introspect"
2525 }
2626 ]
27- }
27+ }
Original file line number Diff line number Diff line change 2828 "@type" : " JwksRequestHandler" ,
2929 "generator" : { "@id" : " urn:uma:default:JwkGenerator" }
3030 },
31- "path" : " /uma /keys"
31+ "path" : " /:user /keys"
3232 }
3333 ]
3434}
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "handler" : { "@id" : " urn:uma:default:ResourceRegistrationHandler" },
22- "path" : " /uma /resources"
22+ "path" : " /:user /resources"
2323 },
2424 {
2525 "@id" : " urn:uma:default:ResourceRegistrationOpsRoute" ,
3232 }
3333 ],
3434 "handler" : { "@id" : " urn:uma:default:ResourceRegistrationHandler" },
35- "path" : " /uma /resources/:id"
35+ "path" : " /:user /resources/:id"
3636 }
3737 ]
3838}
Original file line number Diff line number Diff line change 2121 "ticketStore" : { "@id" : " urn:uma:default:TicketStore" }
2222 }
2323 },
24- "path" : " /uma /ticket"
24+ "path" : " /:user /ticket"
2525 }
2626 ]
2727}
Original file line number Diff line number Diff line change 2020 "negotiator" : { "@id" : " urn:uma:default:Negotiator" }
2121 }
2222 },
23- "path" : " /uma /token"
23+ "path" : " /:user /token"
2424 }
2525 ]
26- }
26+ }
You can’t perform that action at this time.
0 commit comments