Skip to content

Commit

Permalink
feat(auth): restrict redirect uris (#2286)
Browse files Browse the repository at this point in the history
* restrict redirect uris

* Update keycloak-config-map.yaml
  • Loading branch information
theosanderson authored Jul 15, 2024
1 parent 78f4df9 commit e8af85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ data:
"publicClient": true,
"directAccessGrantsEnabled": true,
"redirectUris": [
"*"
"https://{{$.Values.host}}/*",
"http://{{$.Values.host}}/*",
"http://localhost:3000/*"
]
},
{
Expand Down

0 comments on commit e8af85c

Please sign in to comment.