needs to match permitted redirect url in api
This commit is contained in:
parent
8fd28dd130
commit
e74d2c9130
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"server": "https://portal.example.com/api",
|
"server": "https://portal.example.com/api",
|
||||||
"clientId": "CHANGEME",
|
"clientId": "CHANGEME",
|
||||||
"scope": "*",
|
"scope": "*",
|
||||||
"redirectUri": "https://example.com/redirect"
|
"redirectUri": "https://portal.example.com/redirect"
|
||||||
},
|
},
|
||||||
"imprintUrl": "https://example.com/imprint",
|
"imprintUrl": "https://example.com/imprint",
|
||||||
"privacyPolicyUrl": "https://example.com/privacy",
|
"privacyPolicyUrl": "https://example.com/privacy",
|
||||||
|
|
Loading…
Add table
Reference in a new issue