OIDC SSO Anonymous Sessuion After Login

0
Hey there, I implemented the OIDC module for SSO. The login process works correctly, but every time I log in, an anonymous session is created and never closes. I inspected every microflow in the module and tried to find where the session is created, but I wasn't able to locate it. Has anyone else experienced this issue?
asked
1 answers
0

That should be done in SetSessionData.java. 

 

I have some troubles coming from 9.24 with the "old" OIDC module (v3.3.3) upgrading to 10.18.3. Suddenly the cookies don't seem to work anymopre, resulting in going back to the login page.

 

Replacing the OIDC module is a "dumpy ride" with lots of refactoring in the app. 

 

I tried to replace the SetSessionData.java from the new "Mendix" module to the app, but that didn't work. (would be nice).

 

I think I have to continue with removing the old OIDC and replace it with the new OIDC. But will it work then??? 

 

Somebody more experience with this?

answered