79335702

Date: 2025-01-07 10:51:46
Score: 1
Natty:
Report link

Before calling ChallengeAsync use setting IsHttps to true.

HttpContext.Request.IsHttps = true;

await HttpContext.ChallengeAsync(Auth0Constants.AuthenticationScheme, authenticationProperties);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hosuing