Forum Discussion
mmichtch
10 years agoNew Member
Single signon from site using Azure AD Authentication
I have a web MVC 5 web application with Azure AD Authentication. it is connected to our company domain. The application record in the AD authorizing my custom app and Power BI to connect. My websit...
tjuni
10 years agoNew Member
Did you ever figure this out? I'm having the same issue.
- tjuni10 years agoNew Member
I'm not sure if this is still an issue for you but I was able to solve this by following the https://github.com/Azure-Samples/active-directory-dotnet-graphapi-web example which authenticates the user against AAD and then passes that token in when calling the GraphAPI.