Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/duende-multi-tenant
Multi tenant support Duende
https://github.com/damienbod/duende-multi-tenant
aspnetcore dotnet duende iam oauth oidc
Last synced: 2 days ago
JSON representation
Multi tenant support Duende
- Host: GitHub
- URL: https://github.com/damienbod/duende-multi-tenant
- Owner: damienbod
- License: apache-2.0
- Created: 2025-01-25T07:40:21.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T06:56:42.000Z (4 days ago)
- Last Synced: 2025-02-03T07:36:06.501Z (4 days ago)
- Topics: aspnetcore, dotnet, duende, iam, oauth, oidc
- Language: C#
- Homepage: https://damienbod.com/2025/02/03/multiple-client-sign-in-customizations-using-duende-identity-provider/
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duende IdentityServer multi-tenant, multi-client setups
[![.NET](https://github.com/damienbod/duende-multi-tenant/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/duende-multi-tenant/actions/workflows/dotnet.yml)
[Multiple client sign-in customizations using Duende identity provider](https://damienbod.com/2025/02/03/multiple-client-sign-in-customizations-using-duende-identity-provider/)
![ASP.NET Core Architecture](https://github.com/damienbod/duende-multi-tenant/blob/main/images/context.png)
## Database
```
Add-Migration "init_identity_new"
``````
Update-Database
```## History
- 2025-01-31 Initial version
## Links
https://docs.duendesoftware.com/identityserver/v7
https://docs.duendesoftware.com/identityserver/v7/ui/federation/
https://learn.microsoft.com/en-us/aspnet/core/razor-pages