Commit 6bd92ee
fix(keycloak): use permissive redirect URI pattern for dev environments
Keycloak wildcard `*.domain` doesn't match multi-segment subdomains
like `egapro-install-local-keycloak.ovh.fabrique.social.gouv.fr`.
Use `https://*` for dev/local Keycloak to avoid redirect_uri errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8b831f0 commit 6bd92ee
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments