Share all details related to your problem, including any error messages you may have received.
We want to enable SailPoint SSO login but not for all users, would like to test SSO login with some users and then want to make it available for all users.
Is there way to enable SAML based SSO login for SailPoint IIQ application for subset of users in an organization?
The easiest way to do this is with your Identity Provider which is federating users access to IIQ via SAML. For example in Azure, you can assign a group to an application to limit only users assigned that group to be able to SSO into IIQ.
Another option would be to implement some logic in the SAML correlation rule to only properly correlate to an identity when it’s someone who you would want to allow to log on, but this option is definitely less desirable.