chore: silence introspection fallback warning noise
This commit is contained in:
@@ -247,7 +247,7 @@ class ProviderTokenVerifier:
|
||||
except Exception as exc:
|
||||
claims = self._introspect_token(token)
|
||||
if claims:
|
||||
logger.warning("jwt verify failed, used introspection fallback: %s", exc)
|
||||
logger.debug("jwt verify failed, used introspection fallback: %s", exc)
|
||||
else:
|
||||
raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED, detail="invalid_bearer_token") from exc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user