Skip to content

Commit

Permalink
chore: add redirect uri to clientregistration data (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelVandenBriel authored Jan 11, 2022
1 parent 3eabe5d commit 03bcffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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" : "http://localhost:3007/collectiebeheersysteem",
"redirect_uris" : ["http://localhost:3002/"],
"redirect_uris" : ["http://localhost:3002/", "http://localhost:3002/login"],
"client_name" : "Collectiebeheersysteem",
"scope" : "openid offline_access",
"grant_types" : ["refresh_token","authorization_code"],
Expand Down
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/"],
"redirect_uris" : ["https://solid-crs.netwerkdigitaalerfgoed.nl/", "https://solid-crs.netwerkdigitaalerfgoed.nl/login"],
"client_name" : "Collectiebeheersysteem",
"scope" : "openid offline_access",
"grant_types" : ["refresh_token","authorization_code"],
Expand Down

0 comments on commit 03bcffa

Please sign in to comment.