Per Tenant Authentication #596
Unanswered
technical101
asked this question in
Q&A
Replies: 1 comment
-
Hi, you should be able to do this by registering opened connect as usual, using Check the .NET Core 3.1 samples, there is a project that should be helpful as a guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently using ASP.NET identity for authentication for a multi tenant app. Each customer has their own database and that works fine using Finbuckle.
My question is has any one managed to successfully integrate per tenant authentication with OpenIdConnect but also using ASP.NET identity. What I'm after is having ASP.NET identity as the default option but with the ability to show "Login with AAD" for example based on the tenant. What is currently happening is the tenant will automatically load the OpenIdConnect and redirect rather than enable the user to log in both ways.
I should also add that I'm using .NET 6, the "Host" strategy and "EFStore".
Thanks
Beta Was this translation helpful? Give feedback.
All reactions