7.18 Ошибка Cookies
26 августа 2025 г.
16:20
I guess you have your environment.ts pointing right to the apiserver. I've been able to solve it with these two alternatives:
-
You can either modify your environment.ts to point to a local imxclient running apiserver. You'll need to set the /baseurl paramenter and define a web server with the http://localhost:8182 url
-
Or leave the environment.ts untouched, log to the apiserver->Administration Portal->log with an administrator->Configuration->APIServer->SameSite Cookie setting -> None (this can be modified with a newer config setting, you'll see the option there.
From \<https://www.oneidentity.com/community/identity-manager/f/forum/36620/idm-new-portal-v92/86489>