Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.3k stars 265 forks source link

Finbuckle.MultiTenant doesn't work well with Authorize attribute #160

Closed izundo-viennv closed 4 years ago

izundo-viennv commented 5 years ago

Any way to process authorization for HomeController in SharedLogin project. Because for my purpose I want to protect HomeController for each tenant, but not root site.

AndrewTriesToCode commented 5 years ago

hi @izundo-viennv

Can you give me a little more info on where you are with this and maybe post your ConfigureServices and Configure methods?

Usually for me the root site is an action on HomeController, but in theory there shouldn't be any problem if you have a different root site.

AndrewTriesToCode commented 4 years ago

hi @izundo-viennv

I just wanted to follow up here. Did you ever find a way to make this work?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.