Skip to content

Commit 9e75ad0

Browse files
committed
fix: correct default alg on keycloak example
Signed-off-by: BoxBoxJason <contact@boxboxjason.dev>
1 parent 87d8602 commit 9e75ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- OIDC_DISCOVERY_URL=http://keycloak:8080/realms/excalidash/
2525
- OIDC_CLIENT_ID=excalidash
2626
# Local OIDC test secret; align with oidc/keycloak/realm-excalidash.json.
27+
- OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG=RS256
2728
- OIDC_CLIENT_SECRET=excalidash-dev-secret
2829
- OIDC_REDIRECT_URI=http://localhost:6767/api/auth/oidc/callback
2930
- OIDC_SCOPES=openid profile email

0 commit comments

Comments
 (0)