Interactive OAuth Authentication using azure AD #1589
Replies: 2 comments 1 reply
-
I tried making an ASP.NET app that uses interactive authentication and a browser popup appeared. I assume this is what the client would experience too. Have you tried it yet? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@Trivedi-Ashish |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an ASP.Net MVC application in which i am using sqlclient.
For sql server authentication, I am planning to use interactive auth flow, either through browser popup/redirect or by device code.
I will be setting authorization property in the connection string appropriately.
But what I am not sure how sqlclient will invoke interactive popup on the clients browser because interactive auth flow as far as i know is for client side applications but in my case I have an asp net mvc app which is a server side application.
Please can somebody help me out here?
Beta Was this translation helpful? Give feedback.
All reactions