I'm trying to get an action to fire but getting the following error...
ArgumentException: IDX20108: The address specified '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' is not valid as per HTTPS scheme. Please specify an https address for security reasons. If you want to test with http address, set the RequireHttps property on IDocumentRetriever to false. (Parameter 'address')
How do I set the RequireHttps
property to false?
The line triggering the error is...
await HttpContext.ChallengeAsync("Schema", new AuthenticationProperties() {});