I am trying to connect az by calling following command.
az login -u <username> -p <password>
WsTrust server returned error in RSTR: {'reason': 'MSIS7068: Access denied.', 'code': 'a:FailedAuthentication'}
Here we are getting errors as follow.
P:S: The user has no mfa and no conditional policies.I can able to login interactively.
Please help me to solve this.