Skip to content

Commit

Permalink
Merge pull request #2 from paulscherrerinstitute/fix-be-oidc-call
Browse files Browse the repository at this point in the history
Fix oidc login endpoint value
  • Loading branch information
wakonig authored Dec 1, 2023
2 parents be58cf1 + e1daf53 commit dfdb000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/configs/frontend/development/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config: |
"lbBaseURL": "https://bec.development.psi.ch/api/v1/",
"help": "https://gitlab.psi.ch/bec/scibec/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"authURL": "auth",
"displayText": "PSI account",
"toolTipText": "...like any normal user, including e-accounts, connected to your identity management system. Note that you may be redirected to an identity provider"
}
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config: |
"lbBaseURL": "https://bec.psi.ch/api/v1/",
"help": "https://gitlab.psi.ch/bec/scibec/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"authURL": "auth",
"displayText": "PSI account",
"toolTipText": "...like any normal user, including e-accounts, connected to your identity management system. Note that you may be redirected to an identity provider"
}
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/qa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config: |
"lbBaseURL": "https://bec.qa.psi.ch/api/v1/",
"help": "https://gitlab.psi.ch/bec/scibec/",
"oAuth2Endpoint": {
"authURL": "auth/keycloak",
"authURL": "auth",
"displayText": "PSI account",
"toolTipText": "...like any normal user, including e-accounts, connected to your identity management system. Note that you may be redirected to an identity provider"
}
Expand Down

0 comments on commit dfdb000

Please sign in to comment.