The EventPilot SSO LoginService allows customers and third parties to provide an SSO compliant login for the app end-user. Auto-login allows end-users to be automatically logged into a web app (web page) through the app without additional login.
- The SSO LoginService stores a username and token after the login process is complete.
- The Auto-Login can use that username/token to POST to a website those credentials for access.
- User is then logged into the website.
The website must be mobile friendly (formatted to fit a mobile device) and be capable of accepting POST requests with a username/token value.