Error: Login to SCP fails for 1 user

0
Hi everyone, I’ve deployed my app to the SCP. Role collection assignment went fine, every user I’ve assigned was able to access the app. Until now. I did everything just like before, but when this User tries to login, he gets the “Where to?” Page and the following error occurs: ERROR - Connector: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalArgumentException: The given object is not a Administration.Account Did anyone encounter the same error and knows how to debug it?
asked
1 answers
0

Hi Laura, are you sure you implemented SSO correctly? It feels like this is the part that is not working correctly. Make sure you use the AFTERSTARTUP microflow of the XSUAA (SapAuthentication) in your after startup settings in your Project Settings.

answered