Skip to content

Commit

Permalink
still tracking down keycloak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Sep 23, 2024
1 parent e83d897 commit 5fcbdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regtech_api_commons/oauth2/oauth2_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, kc_settings: KeycloakSettings) -> None:
def get_claims(self, token: str) -> Dict[str, str] | None:
try:
key = self._get_keys()
log.info(f"Keys: {self.key}")
log.info(f"Keys: {key}")
return jose.jwt.decode(
token=token,
key=key,
Expand Down

0 comments on commit 5fcbdec

Please sign in to comment.