Skip to content

Commit

Permalink
fix: add loan redirect URI (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade authored Apr 22, 2022
1 parent 4a7d6e7 commit 141082a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": "https://www.w3.org/ns/solid/oidc-context.jsonld",
"client_id" : "https://webid.netwerkdigitaalerfgoed.nl/collectiebeheersysteem",
"redirect_uris" : ["https://solid-crs.netwerkdigitaalerfgoed.nl/", "https://solid-crs.netwerkdigitaalerfgoed.nl/login"],
"redirect_uris" : ["https://solid-crs.netwerkdigitaalerfgoed.nl/", "https://solid-crs.netwerkdigitaalerfgoed.nl/login", "https://solid-crs-loan.netwerkdigitaalerfgoed.nl/", "https://solid-crs-loan.netwerkdigitaalerfgoed.nl/login"],
"client_name" : "Collectiebeheersysteem",
"scope" : "openid offline_access",
"grant_types" : ["refresh_token","authorization_code"],
Expand Down

0 comments on commit 141082a

Please sign in to comment.