James

Results 6 comments of James

I'm running into the same issue. @AndrewTriesToCode do you have any advice? 🙏

Hi Andrew, thank you for the suggestion and I appreciate all the work you've put into this project. I've tried overriding the `TenantNotSetMode` in my db context that derives from...

Yes I'm just using the default scaffolded identity code for `Areas\Identity\Pages\Account\ExternalLogin.cshtml.cs` - I'll paste it below. ``` // Licensed to the .NET Foundation under one or more agreements. // The...

Hi Andrew, Thank you very much for the potential solution, however I feel like I'm missing something obvious. I don't seem to have access to `HasValueGenerator` - as far as...

Ahh. I left out the call to `base.OnModelCreating()` in my code because I noticed you hadn't explicitly included it and I didn't think to try adding it 😅 Good news...

🤦 Oh I should read the code I paste more carefully I didn't even notice that property. Changing to false appears to have worked! Now when I log in it...