Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix oidc mode (#39)
Browse files Browse the repository at this point in the history
* remove port

* Use OSCM11 application

* Use OSCM11 application

* update secret
  • Loading branch information
cworf91 authored Feb 12, 2021
1 parent 6bfc211 commit 63d646d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/portal-integration-tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def execute() {
sh '''
sed -i \
-e "s|^\\(oidc.provider\\+=\\).*|\\1default|g" \
-e "s|^\\(oidc.clientId\\+=\\).*|\\152d193b3-0b31-4084-88a6-ea1e065b6bec|g" \
-e "s|^\\(oidc.clientSecret\\+=\\).*|\\17F=peZ64RzCeUZRUi3BmgAB.wMMjmo_:|g" \
-e "s|^\\(oidc.clientId\\+=\\).*|\\1fd8194f8-6f45-4210-bfcb-647a0e438918|g" \
-e "s|^\\(oidc.clientSecret\\+=\\).*|\\1buA_sBZmbKVUSa~8n57koKOM-_i0UUII8_|g" \
-e "s|^\\(oidc.authUrl\\+=\\).*|\\1https://login.microsoftonline.com/ctmgsso.onmicrosoft.com/oauth2/v2.0/authorize|g" \
-e "s|^\\(oidc.logoutUrl\\+=\\).*|\\1https://login.microsoftonline.com/ctmgsso.onmicrosoft.com/oauth2/v2.0/logout|g" \
-e "s|^\\(oidc.tokenUrl\\+=\\).*|\\1https://login.microsoftonline.com/ctmgsso.onmicrosoft.com/oauth2/v2.0/token|g" \
Expand Down

0 comments on commit 63d646d

Please sign in to comment.