Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes a common application scenario, for example, an employee dashboard for your company, in which you learn how to:
- Configure authentication for a web app and limit access to users in your organization. See A in the diagram.
- Securely access the Azure data plane, which includes Azure Storage, Azure SQL Database, Azure Key Vault, or other services, from the web application using managed identities to get data unrelated to the user. See B in the diagram.
- Access data in Microsoft Graph for the signed-in user to get user data, or for the web application using managed identities to get data unrelated to the user. See C in the diagram.
To begin, learn how to enable authentication for a web app.