Web App authentation with authorization handled in the app?

Sean Wilkinson 1 Reputation point
2022-12-08T21:36:26.337+00:00

I am not a programmer and new to Azure. The programming department where I work is building the next version of a custom application and using Azure web apps to do this. We were discussing today about user authentication for this program. I was thinking they could use AAD to authenticate the user and any specific permissions could be handled in the app itself. Solely using AAD to facilitate the user logging into the app. This would also give the ability to deny access if the user is disabled. Am I on the right track with this thinking or am I oversimplifying it due to inexperience?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,930 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,191 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Carlos Solís Salazar 17,971 Reputation points MVP
    2022-12-09T12:44:19.823+00:00

    Hi @Sean Wilkinson

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    You are correct, you can use AAD for user authentication in your application.

    However, the authentication process does not come directly from your web app.

    You have authenticated your users through your web app using Enterprise Application and App Registration on your Azure AD.

    Hope this helps!

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.