Skip to content
Snippets Groups Projects
Commit 2197a979 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): add allowed urls

add /oauth/token to allowed urls to avoid oauth2 interceptor.
parent f2ef3df7
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@
"dummyClientSecret": "123abc",
"clientId": "dlcm-test-angular",
"scope": "READ",
"allowedUrls": [
"https://test.dlcm.ch/authorization/oauth/token",
"https://test.dlcm.ch/authorization/oauth/authorize"
],
"requireHttps": false,
"loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize",
"showDebugInformation": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment