-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect-AzAccount: MacOS KeyChain authorization/authentication failed #15423
Comments
It looks like you are making a bad call to KeyChain when you attempt to check persistence? This is output from the log stream. 2021-07-13 11:32:03.278 Df secd[423:119f14] [com.apple.securityd:SecError] Keychain Access[1397]/1#5 LF=0 copy_matching Error Domain=NSOSStatusErrorDomain Code=-50 "query missing class name" (paramErr: error in user parameter list) UserInfo={numberOfErrorsDeep=0, NSDescription=query missing class name} |
@mgreenegit , this is duplicate issue as #14478. We're relying on MSAL team to figure out right solution. You may run below cmdlet as workaround, the downside is you have to rerun Disable-AzContextAutosave |
That worked! Mind if I PR this to the troubleshooting page? |
Yes, please. We warmly welcome any contribution. |
Hello, |
I only installed in the non-admin account, also using brew. |
This is a follow-up to the discussion on the issue: Azure/azure-powershell#15423
Description
When attempting to sign in from PowerShell 7.2.0-preview.7 and Az.Accounts 2.5.0, the following error always occurs.
Debug output
The text was updated successfully, but these errors were encountered: