Replies: 1 comment 4 replies
-
Thanks for sharing the real-world cases with us. How about we adjust those 2 messages like this? If you are fine with them, I can get them fixed in MSAL code base.
err = "0. Is the time on this computer correct? We seem to encounter an ID token issued in the future."
err = "9. Is the time on this computer correct? We seem to encounter an ID token already expired." |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Azure CLI users frequently see
All issues are summarized at
az login
: RuntimeError: 0. The ID token is not yet valid. Azure/azure-cli#20388MSAL can refine the error message so that users can know what to do next:
microsoft-authentication-library-for-python/msal/oauth2cli/oidc.py
Lines 47 to 50 in 9f78b6b
microsoft-authentication-library-for-python/msal/oauth2cli/oidc.py
Lines 70 to 71 in 9f78b6b
Beta Was this translation helpful? Give feedback.
All reactions