Using:
NexJ Finance CRM 9.6
Basic Authentication on a test server
Tried this on ModelD and NexJ Server Console in Studio.
We get some odd behavior accessing the new 9.x UI.
When accessing http://nexj1.client.local:7080/gorilla/ui/portal
We get promoted for the username / pw. We log in using nexjsa then get redirected to the SSO page with the call back URL:
http://nexj1.client.local:7080/gorilla/channel/sso:Login?goto=http%3A%2F%2F1nexj1.client.local%3A7080%2Fgorilla%2Fui%2Fportal%2F
I noticed there are only 2 of the 3 session cookies provided. We are missing the NEXJSESIONID and the page doesn’t go to the call back url (the original one). The user is stuck at a blank white page.
If we then go manually to the http://nexj1.client.local:7080/gorilla/ui/portal we then get the 3 session cookies and get back the correct page.
How can we fix this so the session cookie is provided and the callback gets called correctly?
Thanks!