-
Notifications
You must be signed in to change notification settings - Fork 909
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
Sql Authentication Provider breaks login #23210
Sql Authentication Provider breaks login #23210
Comments
We need more info to debug your Azure Active Directory issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.
|
I believe this is a special scenario and can be fixed by ensuring we capture the last index of ' - '. Thanks for letting us know! You may continue to use workaround in the meantime. |
I did the steps for logging anyway, but even after encountering the error the |
You may need to reload Azure Data Studio to allow setting to take effect. |
Same issue on my side with an email account using the following format: [email protected] |
I'm getting that as well format is: [email protected] |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
I'm guessing this has to do with the display name having a dash. I imagine Studio is trying to get the UPN for login by looking for the first "-" and it should be looking for the last instance of the "-" in that string. Note that disabling SQL Authentication Provider allows for a workaround.
1-Azure Accounts.log
The text was updated successfully, but these errors were encountered: