Skip to content

Commit

Permalink
chore(keycloak): upgrade to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Dec 13, 2023
1 parent 6f412e0 commit 67a9a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/mysagw/oidc_auth/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def verify_claims(self, claims):
claims_to_verify = [
settings.OIDC_ID_CLAIM,
settings.OIDC_EMAIL_CLAIM,
settings.OIDC_GROUPS_CLAIM,
]

# claims for application clients
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
keycloak:
depends_on:
- db
image: quay.io/keycloak/keycloak:20.0.1
image: quay.io/keycloak/keycloak:23.0.1
volumes:
- ./keycloak/config.json:/opt/keycloak/data/import/test-config.json
environment:
Expand Down

0 comments on commit 67a9a85

Please sign in to comment.