Non-Windows: Dedicated SSO permission check
The sso_permissions.xml file can be used to allow access for one or more dedicated Application Users, denying SSO access to all other users. For example, if SSO access must be allowed only for application users with SSO User ‘jdoe’ or ‘jroe’, specify these contents in the sso_permissions.xml file:
<?xml version="1.0"?> <SingleSignOn> <impersonations sso_location="STS"> <impersonation os_user="jdoe"> <sso_user name="jdoe"/> </impersonation> <impersonation os_user="jroe"> <sso_user name="jroe"/> </impersonation> </impersonations> </SingleSignOn>