Hello:
I just noticed a bug during the migration of our preproduction environment. Having SSO over SAML active on this environment, after migrating correctly everything without errors with engines/jboss, when we tried to access to appian (it didn't matter which url) I throwed error 500 (couldn't log-in). Also, if we tried to go to the portal login (to login with admin user that is outside of the SSO login rules) using <domain>/suite/portal/login.jsp it throwed 403. Looking at the logs I saw this errors refering the first one to a "normal" SSO log-in try and the second one to the portal log-in:
As you can see in the screenshots attached, there is a new column ( remember_idp ) in the saml_config table in 18.1 that wasn't in 17.3. It was set to NULL by default, causing the NullPointerException in both cases. After setting it to 1, It worked flawlessly.
Discussion posts and replies are publicly visible