Implement SSO Login to allow players to log in to your web store using a single sign-on (SSO) token issued by a third-party authentication provider. This enables a unified login experience across multiple platforms.Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
When players choose to sign in with an SSO provider, your web store redirects them to the provider’s login screen. After logging in, the player grants permission to share selected details like name, email, or profile picture. If they’re already authenticated, this step may be skipped. Once authorized, the provider returns a token to Appcharge. Appcharge then passes this token along with login data to your Authenticate Player Callback for verification. After a successful response, the player is logged in.The SSO token itself doesn’t contain any personal data, rather it acts as a temporary, unique identifier.
Appcharge never stores or processes any personally identifiable information (PII) from the token.
