I am trying to get the logged in user details on my application hosted in app service. The user has logged in via Microsoft Dynamics using Azure AD. My application (APIs) will be called from the Dynamics portal after the authentication for the user. I want to do the authorization for the logged in user before the user is able to access the APIs. Can someone help?
Asked
Active
Viewed 113 times
1
-
There is a built-in authentication for Azure App Service. Users can sign in without writing minimal or no code in your web app. https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization – Pratik Somaiya Mar 06 '22 at 14:24
-
First authentication is done by Dynamics I need to check the token validity and get user information. – crzyMe Mar 08 '22 at 18:24