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: 8 months ago
JSON representation
How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
- Host: GitHub
- URL: https://github.com/Azure-Samples/guidance-identity-management-for-multitenant-apps
- Owner: Azure-Samples
- License: other
- Archived: true
- Created: 2016-02-06T20:58:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T22:16:36.000Z (over 8 years ago)
- Last Synced: 2024-10-27T11:49:59.255Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 1.77 MB
- Stars: 63
- Watchers: 26
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - guidance-identity-management-for-multitenant-apps - Microsoft Azure中多租户应用程序的身份管理例子。 (例子 / 工作流)
- fucking-awesome-dotnet-core - guidance-identity-management-for-multitenant-apps - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication. (Sample Projects / Workflow)
- awesome-dotnet-core - guidance-identity-management-for-multitenant-apps - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication. (Sample Projects / Workflow)
- awesome-dotnet-core - guidance-identity-management-for-multitenant-apps - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication. (Sample Projects / Workflow)
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
[get-started]: ./docs/running-the-app.md
[guidance]: https://docs.microsoft.com/azure/architecture/multitenant-identity/