mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
lint
This commit is contained in:
parent
ff5131018b
commit
f73aefce4e
@ -87,7 +87,7 @@ class OpenIDProvider(AuthProvider[OIDCRequest]):
|
|||||||
algorithm = settings.OIDC_SIGNING_ALGORITHM
|
algorithm = settings.OIDC_SIGNING_ALGORITHM
|
||||||
try:
|
try:
|
||||||
claims = JsonWebToken([algorithm]).decode(s=self.data.id_token, key=jwks, claims_cls=CodeIDToken)
|
claims = JsonWebToken([algorithm]).decode(s=self.data.id_token, key=jwks, claims_cls=CodeIDToken)
|
||||||
except UnsupportedAlgorithmError as e:
|
except UnsupportedAlgorithmError:
|
||||||
self._logger.error(
|
self._logger.error(
|
||||||
f"[OIDC] Unsupported algorithm '{algorithm}'. Unable to decode id token due to mismatched algorithm."
|
f"[OIDC] Unsupported algorithm '{algorithm}'. Unable to decode id token due to mismatched algorithm."
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user