79284209

Date: 2024-12-16 09:46:56
Score: 2.5
Natty:
Report link

For anyone looking for a solution for a similar situation. I didn't find a perfect solution for my problem, I had to change how redirect url endpoint is working, previously it was directly redirecting the request to the Identity provider service and I changed that to simple return a 200 and redirect url as string, which frontend sets in an anchor in href. After that it doesn't run into CORS issue as the browser doesn't check it.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: FunKill