Andrew White

Results 281 comments of Andrew White

Hi, you figured it out before I could answer. For the primary Key thing -- I didn't specify it but I call `base.OnModelCreating(...)` so it sets the primary key within...

Haha ok in the generator change that property to false instead of true. Sorry I’m not on my computer so it’s been hit or miss…

I just released a change to remove the tenant from the user login entity -- turned out to cause a lot of problems so hopefully this will help you.

Hi, which page had the bad link on it? I have some older samples but they are in GitHub branches for prior releases so if you change the branch or...

Thanks for your reply. > Also how are overlapping permissions handled so minimal permissions are only given. Not sure what you mean by this. Can you give me an example?...

Hello, can you post what your db context constructor does look like?

Ok I will be adding more support for the `Create` factory method in the next release (a week or two). All it does is create a static `IMultiTenantContextAccessor` with the...

Just put out a release with more factory methods including one that can take arbitrary dependency instances as well as as service provider. Let me know if that helps.

Thanks I am looking into it. Does this happen during the third party sign in login flow or are you inserting into the table somewhere else in your code?

Are you using Asp.net Identity? Also can you please post what your Finbuckle setup looks like in your program.cs file?