alispire
Results
1
comments of
alispire
Hi, I think adding `options.UseSecurityTokenValidator = true;` have solved the issue for me. ``` logins.AddMemberLogin( memberAuthenticationBuilder => { memberAuthenticationBuilder.AddOpenIdConnect( // The scheme must be set with this method to work...