Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Azure-Samples/guidance-identity-management-for-multitenant-apps

How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
https://github.com/Azure-Samples/guidance-identity-management-for-multitenant-apps

Last synced: about 1 month ago
JSON representation

How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.

Lists

README

        

---
services: guidance
platforms: dotnet
author: MikeWasson
---

# Identity Management for Multitenant Applications in Microsoft Azure

This sample shows how to manage user identities in a multitenant application on Microsoft Azure, using Azure Active Directory for authentication.

The project consists of:

- A reference implementation of a multi-tenant SaaS application. To get started with the application, see [Running the Surveys application][get-started].
- [Written guidance][guidance] on best practices for identity management in multitenant applications on Microsoft Azure. The written guidance reflects what we learned in the process of building the application.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

[get-started]: ./docs/running-the-app.md
[guidance]: https://docs.microsoft.com/azure/architecture/multitenant-identity/