We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaad95 commit 2fb7a45Copy full SHA for 2fb7a45
oauth2cli/oidc.py
@@ -60,7 +60,7 @@ def decode_id_token(id_token, client_id=None, issuer=None, nonce=None, now=None)
60
err = "3. The aud (audience) Claim must contain this client's client_id."
61
# Per specs:
62
# 6. If the ID Token is received via direct communication between
63
- # the Client and the Token Endpoint (which it is in this flow),
+ # the Client and the Token Endpoint (which it is during _obtain_token()),
64
# the TLS server validation MAY be used to validate the issuer
65
# in place of checking the token signature.
66
if _now > decoded["exp"]:
0 commit comments