diff --git a/src/assets/configurations/environment.dlcmtest.json b/src/assets/configurations/environment.dlcmtest.json index 8125e029f7f439c630ae04a2d66c6cc606de0160..54dc7dcda286ddcfb293bcdfed482520b366fceb 100644 --- a/src/assets/configurations/environment.dlcmtest.json +++ b/src/assets/configurations/environment.dlcmtest.json @@ -5,12 +5,12 @@ "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", - "oauthTokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", - "oauthDummyClientSecret": "123abc", - "oauthClientId": "dlcm-test-angular", - "oauthScope": "READ", - "oauthRequireHttps": false, - "oauthLoginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", - "oauthShowDebugInformation": false, - "oauthRedirectUrl": "https://test.dlcm.ch/portal/" + "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", + "dummyClientSecret": "123abc", + "clientId": "dlcm-test-angular", + "scope": "READ", + "requireHttps": false, + "loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", + "showDebugInformation": false, + "redirectUrl": "https://test.dlcm.ch/portal/" } diff --git a/src/assets/configurations/environment.ui.json b/src/assets/configurations/environment.ui.json index 5639be95ad6dd08434bfa0edaf7d5db5a06712ce..4cd4f201b019bdeb6bfd35c4d3de8f926fc36eb4 100644 --- a/src/assets/configurations/environment.ui.json +++ b/src/assets/configurations/environment.ui.json @@ -5,12 +5,12 @@ "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", - "oauthTokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", - "oauthDummyClientSecret": "123abc", - "oauthClientId": "dlcm-ui-angular", - "oauthScope": "READ", - "oauthRequireHttps": false, - "oauthLoginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", - "oauthShowDebugInformation": false, - "oauthRedirectUrl": "https://ui.dlcm.ch/portal/" + "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", + "dummyClientSecret": "123abc", + "clientId": "dlcm-ui-angular", + "scope": "READ", + "requireHttps": false, + "loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", + "showDebugInformation": false, + "redirectUrl": "https://ui.dlcm.ch/portal/" }