SAML Integration with HUE

Hi,

I am trying to integrate Hue with Okta as a LDP.
When I am trying to login I am able to login but after that screen gets stuck and I am getting following error.

I am using Hue-4.4

Access to XMLHttpRequest at ‘https://MyLDPURL/create_notebook’ (redirected from ‘http://MyServerURL/notebook/api/create_notebook’) from origin ‘http://MyServerURL’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Attached is the screenshot of browser:

Can somebody suggest something.
Thanks a lot in advance.

Hi All,

I got this one working.
Issue was that I was creating a load balancer in Azure which doesn’t allow cookie stickiness.
The solution was to create an application gateway and enable cookie stickiness.

Thanks.