Can I use Auto-Login with my OAuth/SSO authentication setup?

Modified on Wed, 26 Jul 2017 at 04:11 PM

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.


  1. The SSO LoginService stores a username and token after the login process is complete.
  2. The Auto-Login can use that username/token to POST to a website those credentials for access.
  3. 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.