79378892

Date: 2025-01-22 18:44:06
Score: 1
Natty:
Report link

Thanks for the tip!

I had to make one small change because my callback path was "/signin-microsoft"

On the RegEx I modified it to the following:

Regex.Replace(context.RedirectUri, "redirect_uri=(.)+%2Fsignin-", "redirect_uri=https%3A%2F%2Fwww.yourcustomdomain.com%2Fsignin-")

Note the "signin-" instead of "signin-oidc"

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eric Dean Kauffman