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
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
It seems that it fails to login when one is attempting to provide credentials with MFA.
The module doesn't request the code which generates the following code:
[Exception][Authorize-Tenant][407]:Exception calling "GetResult" with "0" argument(s): "Failed to acquire token silently as no token was found in the cache. Call method AcquireToken"
The text was updated successfully, but these errors were encountered:
Not a solution but a workaround that worked (at least for me). You can use the following command before running Azucar to perform a MFA authentication:
Connect-AzAccount -Tenant <TENANT_ID>
Azucar should then use the generated token from the cache instead of performing a new authentication.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
It seems that it fails to login when one is attempting to provide credentials with MFA.
The module doesn't request the code which generates the following code:
[Exception][Authorize-Tenant][407]:Exception calling "GetResult" with "0" argument(s): "Failed to acquire token silently as no token was found in the cache. Call method AcquireToken"
The text was updated successfully, but these errors were encountered: