Skip to content

Commit

Permalink
Update OIDC authURL to v4 location
Browse files Browse the repository at this point in the history
  • Loading branch information
sbliven committed Nov 25, 2024
1 parent 5bb59aa commit ea720a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/config/frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{
"displayText": "PSI account",
"displayImage": "../../../assets/images/keycloak_icon_256px.svg",
"authURL": "auth/keycloak"
"authURL": "api/v3/auth/oidc"
}
],
"helpMessages": {
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend-next/development/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"displayText": "PSI account",
"displayImage": "../../../assets/images/keycloak_icon_256px.svg",
"authURL": "auth/keycloak"
"authURL": "api/v3/auth/oidc"
}
],
"helpMessages": {
Expand Down

0 comments on commit ea720a1

Please sign in to comment.