Skip to content

Commit

Permalink
Enable Keycloak login for docker-compose hosted service
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Aug 7, 2024
1 parent 2f628f2 commit f5eb691
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/realms/keycloak-geopilot.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"publicClient": true,
"alwaysDisplayInConsole": true,
"redirectUris": [
"https://localhost:5173"
"https://localhost:5173",
"http://localhost:5173"
],
"webOrigins": [
"https://localhost:5173"
"https://localhost:5173",
"http://localhost:5173"
]
}
],
Expand Down

0 comments on commit f5eb691

Please sign in to comment.