bebound / azure-cli

Azure Command-Line Interface
MIT License
0 stars 0 forks source link

issue with az login #10

Open bebound opened 1 year ago

bebound commented 1 year ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az login

Errors:

The command failed with an unexpected error. Here is the traceback:
0. The ID token is not yet valid. Make sure your computer's time and time zone are both correct. Current epoch = 1672789027.  The id_token was: {
  "aud": "04b07795-8ddb-461a-bbee-02f9e1bf7b46",
  "iss": "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0",
  "iat": 1672844143,
  "nbf": 1672844143,
  "exp": 1672848043,
  "aio": "AXQAi/8TAAAAODvW6KPn6zJXHH/ecKAcxFZ/zg/FSm94K7DUoennSg60TqvzflNaRJAPfawxEDS7wI0dbzys2HxBEriBpdZEPFdpdLj13GIekxf7SGwF07BBqelkY64xWs7gjNBs8zwKHp/S0dxjypWB1AB5XeKL4Q==",
  "name": "Steven Pepin",
  "nonce": "d05f8090404226ca171c90e1125fc53953855cc6ae0e94314afd45a53273f506",
  "oid": "9fc501f6-2ba1-4ae3-880f-cbe243cc34e5",
  "preferred_username": "stevenpepin@microsoft.com",
  "puid": "100320021E03D279",
  "rh": "I",
  "sub": "Cnl7X0z1yEd1Bug6RiSRGp6UjJVZwLkwnvErNJ6Izfw",
  "tid": "72f988bf-86f1-41af-91ab-2d7cd011db47",
  "uti": "DjarGz_3hUKSl2TIoaIQAA",
  "ver": "2.0"
}
Traceback (most recent call last):
  File "/opt/az/lib/python3.10/site-packages/knack/cli.py", line 233, in invoke
    cmd_result = self.invocation.execute(args)
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 663, in execute
    raise ex
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 697, in _run_job
    result = cmd_copy(params)
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 333, in __call__
    return self.handler(*args, **kwargs)
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler
    return op(**command_args)
  File "/opt/az/lib/python3.10/site-packages/azure/cli/command_modules/profile/custom.py", line 139, in login
    subscriptions = profile.login(
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/_profile.py", line 154, in login
    user_identity = identity.login_with_auth_code(scopes=scopes, **kwargs)
  File "/opt/az/lib/python3.10/site-packages/azure/cli/core/auth/identity.py", line 153, in login_with_auth_code
    result = self._msal_app.acquire_token_interactive(
  File "/opt/az/lib/python3.10/site-packages/msal/application.py", line 1779, in acquire_token_interactive
    response = _clean_up(self.client.obtain_token_by_browser(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oidc.py", line 281, in obtain_token_by_browser
    return super(Client, self).obtain_token_by_browser(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oauth2.py", line 639, in obtain_token_by_browser
    return self._obtain_token_by_browser(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oauth2.py", line 677, in _obtain_token_by_browser
    return self.obtain_token_by_auth_code_flow(
  File "/opt/az/lib/python3.10/site-packages/msal/application.py", line 142, in obtain_token_by_auth_code_flow
    return super(_ClientWithCcsRoutingInfo, self).obtain_token_by_auth_code_flow(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oidc.py", line 205, in obtain_token_by_auth_code_flow
    result = super(Client, self).obtain_token_by_auth_code_flow(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oauth2.py", line 547, in obtain_token_by_auth_code_flow
    return self._obtain_token_by_authorization_code(
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oauth2.py", line 731, in _obtain_token_by_authorization_code
    return self._obtain_token("authorization_code", data=data, **kwargs)
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oidc.py", line 116, in _obtain_token
    ret = super(Client, self)._obtain_token(grant_type, *args, **kwargs)
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oauth2.py", line 788, in _obtain_token
    (on_obtaining_tokens or self.on_obtaining_tokens)({
  File "/opt/az/lib/python3.10/site-packages/msal/application.py", line 643, in <lambda>
    on_obtaining_tokens=lambda event: self.token_cache.add(dict(
  File "/opt/az/lib/python3.10/site-packages/msal/token_cache.py", line 314, in add
    super(SerializableTokenCache, self).add(event, **kwargs)
  File "/opt/az/lib/python3.10/site-packages/msal/token_cache.py", line 117, in add
    return self.__add(event, now=now)
  File "/opt/az/lib/python3.10/site-packages/msal/token_cache.py", line 158, in __add
    decode_id_token(id_token, client_id=event["client_id"]) if id_token else {})
  File "/opt/az/lib/python3.10/site-packages/msal/oauth2cli/oidc.py", line 77, in decode_id_token
    raise RuntimeError("%s Current epoch = %s.  The id_token was: %s" % (
RuntimeError: 0. The ID token is not yet valid. Make sure your computer's time and time zone are both correct. Current epoch = 1672789027.  The id_token was: {
  "aud": "04b07795-8ddb-461a-bbee-02f9e1bf7b46",
  "iss": "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0",
  "iat": 1672844143,
  "nbf": 1672844143,
  "exp": 1672848043,
  "aio": "AXQAi/8TAAAAODvW6KPn6zJXHH/ecKAcxFZ/zg/FSm94K7DUoennSg60TqvzflNaRJAPfawxEDS7wI0dbzys2HxBEriBpdZEPFdpdLj13GIekxf7SGwF07BBqelkY64xWs7gjNBs8zwKHp/S0dxjypWB1AB5XeKL4Q==",
  "name": "Steven Pepin",
  "nonce": "d05f8090404226ca171c90e1125fc53953855cc6ae0e94314afd45a53273f506",
  "oid": "9fc501f6-2ba1-4ae3-880f-cbe243cc34e5",
  "preferred_username": "stevenpepin@microsoft.com",
  "puid": "100320021E03D279",
  "rh": "I",
  "sub": "Cnl7X0z1yEd1Bug6RiSRGp6UjJVZwLkwnvErNJ6Izfw",
  "tid": "72f988bf-86f1-41af-91ab-2d7cd011db47",
  "uti": "DjarGz_3hUKSl2TIoaIQAA",
  "ver": "2.0"
}

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

Environment Summary

Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with-glibc2.31, Ubuntu 20.04.4 LTS
Python 3.10.5
Installer: DEB

azure-cli 2.41.0 *

Additional Context

Copy from https://github.com/Azure/azure-cli/issues/25039

similar-bot-test[bot] commented 1 year ago
Find similar issue https://github.com/Azure/azure-cli/issues/20388.
Issue title Can't do az login: RuntimeError: 0. The ID token is not yet valid.
Create time 2021-11-17
Comment number 8