User SSO scenarios
Typical Applications SSO Scenarios
- Web-Application log-in
- Application log-in (mobile app or other native application)
Application log.in (mobile app or other native application )
- App -> authApplication (ApplicationCredential) -> SecurityTokenService (return: ApplicationToken)
- App - > show username and password form -> get field values
- App -> authUser (UserCredential) -> SecurityTokenService (return: UserToken)
Web-Application log-in
Public websites caan chose to use the scenario described above, or they can opt for an connom sso-login form authrentication as described below.
!SSO scenario.png|border=1!