Andrew White

Results 281 comments of Andrew White

Ah thanks. I removed it from the repo when dotnet 3.1 went out of supprt. You can see a prior version here: https://github.com/Finbuckle/Finbuckle.MultiTenant/tree/v6.9.1/samples/ASP.NET%20Core%203/PerTenantAuthenticationSample It is still mostly transferable. I need...

I hope this sample helps answer some of your questions. Unfortunately I am only able to spend a limited amount of time supporting this project. I appreciate your feedback.

Help again. There are situations where these are used outside of asp.net core so it can't assume it will be a certain type. Also boxing occurs when going from a...

I need to update the docs or start a blog or something. It is used in some other areas like workflows, console applications, queue triggers in Azure where the queue...

hi @devalot76 Question for you. Suppose a user is able to log in from a tenant-neutral endpoint. Based solely on their login form (username/password) how would you know which tenant...

In my approach I'm using the base path for every call and for every callback and redirect. I use an option on the base path strategy that sets the ASP.NET...

@devalot76 here's the code from the last time I played with this: https://github.com/AndrewTriesToCode/MultiTenantIdentityServer4

Hi, sorry for the slow reply. Use DI to get an instance of `TenantResolver` which has a `"ResolveAasync` method which takes some sort of context (the middleware uses this and...

hi @dalton5 Sorry for the slow reply. Are you still running into this issue? Do you have a sample project repo I could look at to see the problem in...

Hi, I'm sorry I didn't see this sooner. Did you find a working solution overall?