Enabling or disabling SSO determines the number of app sessions established, impacting the number of authentication prompts end users receive.
Authentication Type | SSO | Sessions | Credentials | Expected Behavior |
Disabled | Enabled | Single | Enrollment Credentials | Open apps without prompting end users to enter credentials. |
Passcode | Enabled | Single | Passcode | Prompts at first launch of first app, establishing a single app session. The next authentication prompt occurs after the session times out. |
Username and Password | Enabled | Single | Enrollment Credentials | Prompts at first launch of first app, establishing a single app session. The next authentication prompt occurs after the session times out. |
Passcode | Disabled | Per App | Passcode | Prompts on a per app basis, establishing individual app sessions. Note that each app may have a unique passcode. The next authentication prompt occurs when launching a new app, or an individual app session times out. |
Username and Password | Disabled | Per App | Enrollment Credentials | Prompts on a per app basis, establishing individual app sessions. The next authentication prompt occurs when launching a new app, or an individual app session times out. |