Phase 4: Login Using SSO Credentials

Code Insight 6.14.2 SP2

Once you complete the steps described previously, Code Insight users defined as SSO users should be able to log into an SSO session managed by the Identity Provider (IdP) and obtain access to Code Insight.

Ensure that the SPMetadata.xml and IDPMetadata.xml files are located in fnciInstallPath/config/core/security in the Code Insight Core Server installation.

About User Authentication

If SSO login for a user fails, an attempt is made to authenticate the user from the Code Insight database and, if that fails, through LDAP.

To disable database authentication, do not define users in the database. (This implies that no row where EXTERNAL_ID_ is null exists in the PAS_USER table.) To disable LDAP authentication, set ldap.enabled to false in core.ldap.properties.

Disabling SSO

Use this step to disable SSO if necessary.

To disable SSO, do the following:

Rename or remove the fnciInstallPath/config/core/env.properties file in the Code Insight Core Server installation.