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

chore(dlcm-portal): change oauth url

change login oauth url
parent fd3a5893
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ export const environment = { ...@@ -6,11 +6,11 @@ export const environment = {
theme: ThemeEnum.yareta, theme: ThemeEnum.yareta,
production: true, production: true,
API_BASE_PATH: "https://localhost", API_BASE_PATH: "https://localhost",
oauthTokenEndpoint: "http://test.dlcm.ch/portal/authorization/oauth/token", oauthTokenEndpoint: "http://test.dlcm.ch/portal/administration/oauth/token",
oauthDummyClientSecret: "123abc", oauthDummyClientSecret: "123abc",
oauthClientId: "local-dev-angular", oauthClientId: "local-dev-angular",
oauthScope: "READ", oauthScope: "READ",
oauthRequireHttps: false, oauthRequireHttps: false,
oauthLoginUrl: "http://test.dlcm.ch/portal/authorization/oauth/authorize", oauthLoginUrl: "http://test.dlcm.ch/portal/administration/oauth/authorize",
oauthShowDebugInformation: false, oauthShowDebugInformation: 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