SAML2: error performing test conneciton java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String: no thrown errorIssue IDP test connection is failing in instance & could see below saml errors in logs. SAML2: error performing test conneciton java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String: no thrown errorCauseCheck if System property "glide.authenticate.multissov2_feature.enabled" is set to true. Then check 'Single Sign-On Script' field in IDP configuration is set as 'MultiSSO_SAML2_Update1' instead of 'MultiSSOv2_SAML2_custom'ResolutionChange the 'Single Sign-On Script' field to use 'MultiSSOv2_SAML2_custom' (instead of 'MultiSSO_SAML2_Update1')due to 'glide.authenticate.multissov2_feature.enabled' being enabled. After this change, test connection should work fine.