Hi Everybody,
We have a web application trying to authenticate the user in the browser.
But in the response of the REST call for the token there is missing the allow-origin header, and the browser is blocking the call.
The UI is trying to access with the corresponding payload the address:
https://…/auth-login/rest/oauth2/authorization-servers/iam/token
Does somebody know how can this be configured? Airlock is running under kubernetes/openshift.
Thanks