Open Pega from third party app - preflight issue
Hi all,
we have configured a pega app including an auth service which will read the header for some information for authentication.
When opening the url to this auth service everything works fine and I am logged into the application.
Next step is we are opening same url by clicking on a link from a third party application which then opens a new browser to open pega. This also works. And in my access logs I see a GET http request.
But as soon as I add to this request custom headers the request will not work and I see in the logs it comes as OPTIONS http request and is blocked by CORS.
I am not sure what has to be changed here afaik PEGA CORS policy is related to APIs not to browser sessions.
I have read something about preflight options that must be changed maybe?