Skip to content

User SSO scenarios

Typical Applications SSO Scenarios

  1. Web-Application log-in
  2. Application log-in (mobile app or other native application)

Application log.in (mobile app or other native application )

  1. App -> authApplication (ApplicationCredential) -> SecurityTokenService (return: ApplicationToken)
  2. App - > show username and password form -> get field values
  3. 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!