Nicolai Søborg

Results 2 comments of Nicolai Søborg

Try logging into the account and click the button at https://accounts.google.com/b/0/DisplayUnlockCaptcha also you might want to enable "Less secure apps" (https://myaccount.google.com/lesssecureapps)

This could be due to the "Roles" claim being mapped incorrectly by `Microsoft.Identity.Web`. Might be solved with the code in https://github.com/AzureAD/microsoft-identity-web/pull/2027 ? (or using some rather ugly `builder.Services.AddTransient();` code that...