You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the _add_key method, when multiple keys (_add_keys) are retrieved for an issuer but neither allow_missing_kid is True nor no_kid_issuer is provided for the issuer, the function does not add any keys to the keys list. This situation leads to silent failure, with no keys added.