The Active Directory Interactive login redirect to localhost on .net6 iOS
Open
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 69
Description
I am trying to connect to an Azure SQL server that requires AD. In the connection string, I set the `SqlAuthenticationMethod` to `ActiveDirectoryInteractive`. When I call `Open()` on the SqlConnection, the login process opens in a Webview, I can enter my AD credentials + MFA. But when the login is successful, I get redirect to the Localhost and have no choice but to close the Webview.


Contributor guide
Assessment
This issue has not been assessed yet.