Kappacake
Kappacake
@francoisvdv still nothing?
Thanks for the reply. I have tried that but unfortunately adding that `column1.Role = "annotation"; column2.Role = "annotation";` makes no difference. It looks like it needs something else in addition...
I have also tried the following: - Remove `.AddGoogle` and add `.AddGoogleOpenIdConnect` - Set `googleOptions.SignInScheme = IdentityConstants.ExternalScheme;` ``` builder.Services.AddDefaultIdentity(options => { options.SignIn.RequireConfirmedAccount = true; options.Lockout.DefaultLockoutTimeSpan = TimeSpan.FromMinutes(30); options.User.RequireUniqueEmail = true;...
In case it helps, this is very close but uses `.AddOpenIdConnect`: https://stackoverflow.com/questions/66373175/oidc-together-with-asp-net-core-identity
@amanda-tarafa Have you had a chance to get back on this?
@amanda-tarafa Thanks for keeping this under your radar. Any help is much appreciated.