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