Last Updated: 8/16/2022, 7:59:11 AM

# 3rd Party Login Integration

# Overview

AccelByte provides 3rd Party Login Integration and Single Sign-On (SSO), to enable players to log into your game or platform with a credential from a 3rd party. When a player uses 3rd party credentials to sign into your game or platform for the first time without first creating an account, a headless account (an account without an email address) is created for that player. You can offer players the option to upgrade their headless account to a full account in your game or on your platform. Players need to provide an email address and date of birth to create full login credentials.

After players create a headed account, they can then link their accounts from other 3rd party platforms to it. This enables cross-progression, or the ability for players to access their game data and continue play from different platforms.

# Supported Platforms

Here’s a table showing the platforms we support, and the features they offer:

3rd Party Login In-App Purchases Entitlements Device ID* Y N N Apple Y Y AWS Cognito Y N N Epic Online Services Y Y Y Facebook Y N N Google Y Y N Microsoft Azure** Y N N Netflix Y N N Nintendo Y Y Y PlayStation 4 + 5 Y Y Y Snapchat Y N Y Stadia Y Y Y Steam Y Y Y Twitch Y Y Y Xbox Live Y Y Y OpenID Connect Y N N

Device ID*

Device ID can refer to a computer’s serial number, the IMEI of a mobile device, or some other unique identifier. Device ID can be used both for testing and as an easy way for players to log into mobile games without an account.

Microsoft Azure**

Third party login using Microsoft Azure credentials is only for the Admin Portal. It’s intended to give teams that already have Microsoft accounts a quick way to access the Admin Portal without having to first have an account created for them.

# Prerequisites

Before implementing 3rd Party Login, make sure you’ve set up the following items:

# Permissions

Permissions are used to grant access to specific resources within our services. Make sure your account has the following permissions before you attempt to integrate 3rd Party Login in the Admin Portal. For a full list of permissions that impact identity access management, see the IAM tab of the permissions reference.

Usage Permission Tag Action
Add SSO Platform Credential ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:SSO Create
Add Third Party Platform Credential ADMIN:NAMESPACE:{namespace}:PLATFORM:{platformId}:CLIENT Create

Permissions work slightly differently depending on whether they are assigned to IAM Clients or Roles assigned to users. For more information, read the Authentication and Authorization documentation.

# Enabling Login Methods with 3rd Party Platforms in the Admin Portal

Enabling 3rd party login methods consists of configuring the login from your chosen platform in the Admin Portal, use our SDK to retrieve the Auth token for that platform, then log players in with their 3rd party credentials.

3rd party login methods can either be configured in a game namespace, or in the publisher namespace. When you configure login from a 3rd party platform within a game namespace, only that game will be accessible using the credentials from the configured platform.

Follow the steps below to set up the 3rd-party configuration in the Admin Portal.

  1. Make sure you are in the namespace you want to configure.

  2. Go to the User Management section of the main menu and select Login Methods.

    3rd-party-integration

  3. On the Login Methods page, click the Add New button.

    3rd-party-integration

    The Login Platform Configuration page displays the available login platforms.

  4. Choose the login platform you want to configure.

    3rd-party-integration

    The Create Configuration form for the login platform you selected appears.

  5. Fill in the required fields for your chosen login platform as shown below:

    # Device ID

    3rd-party-integration

    In the Redirect URI field, input the URI where the user will be directed to once the account authorization is successful. The default URI is http://127.0.0.1.

    # Apple

    IMPORTANT

    Currently we only support 3rd-party login integration for your website or web platform using these credentials. In-game login is not yet supported.

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID that you set in the Apple Developer Portal for your game in the Client ID field.
    • Input the Client Secret that you set in the Apple Developer Portal for your game in the Secret field.
    • Input the Team ID that you set in the Apple Developer Portal for your game in the Team ID field.
    • Input the Key ID that you set in the Apple Developer Portal for your game in the Key ID field.

    # AWS Cognito

    3rd-party-integration

    Complete the fields as follows:

    • Input the User Pool ID that you created in the AWS Cognito console for your game in the User Pool field.
    • Input the desired AWS Cognito Region code in the AWS Cognito Region field, e.g., us-west-1.

    # Epic Online Services

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID that you set in the Epic Developer Portal for your game in the Client ID field.
    • Input the Client Secret that you set in the Epic Developer Portal for your game in the Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The default URI for EOS is http://127.0.0.1.

    # Facebook

    IMPORTANT

    Currently we only support 3rd-party login integration for your website or web platform using these credentials. In-game login is not yet supported.

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID that you set in the Facebook Developer Portal for your app in the Client ID field.
    • Input the Client Secret that you set in the Facebook Developer Portal for your game in the Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The default URI for Facebook is {baseURL}/iam/v3/platforms/facebook/authenticate.

    NOTE

    To complete the setup, you’ll also have to configure the Redirect URI in the Facebook Developer Portal.

    # Google

    IMPORTANT

    Currently we only support 3rd-party login integration for your website or web platform using these credentials. In-game login is not yet supported.

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID from your Google OAuth Client Google Developer Console (opens new window) account in the Client ID field.
    • Input the Secret from your Google OAuth Client Google Developer Console account in the Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The Redirect URI should direct the player back to your server after they successfully log in.

    # Microsoft Azure

    IMPORTANT

    In addition to the steps below, there are some tasks that must be performed in the Azure Portal to enable 3rd party login using Microsoft Azure. Please contact AccelByte if you need assistance.

    3rd-party-integration

    Complete the fields as follows:

    • Input the Entity ID from your Basic SAML Configuration in the App ID field.
    • Input the Reply URL from your Basic SAML Configuration in the ACS URL field.
    • Input the App Federation Metadata URL from the SAML Signing Certificate in the Federation Metadata URL field.

    # Netflix

    3rd-party-integration

    Complete the fields as follows:

    • Select your environment type in the Environment field. You can choose from the following options:

      Environment
      Environment Purpose
      Production Development
      Live Production QA
    • Upload the Root Certificate .pem file.

    • Upload the Public Certificate .pem file.

    • Upload the Encrypted Private Key .pem file.

    NOTE

    You can download the mTLS certificate on the mTLS tab in your Netflix Partner Account Manager (opens new window).

    # Nintendo

    3rd-party-integration

    Input the Application ID for your application in the App ID field. You can find your Application ID in your product information in the Nintendo Developer Portal.

    # PSN Web Login

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID for your game in the PlayStation App Server in the Client ID field.

    • Input the Client Secret for your game in the PlayStation App Server in the Client Secret field.

    • Select your environment type in the Environment field. You can choose from the following options:

      Environment
      Environment Purpose
      sp-int Development
      prod-qa QA
      np Live Environment
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. For PS4, the default URI is orbis://games.

    # PS4 SDK Login

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID for your game in the PlayStation App Server in the Client ID field.

    • Input the Client Secret for your game in the PlayStation App Server in the Client Secret field.

    • Select your environment type in the Environment field. You can choose from the following options:

      Environment
      Environment Purpose
      sp-int Development
      prod-qa QA
      np Live Environment
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. For PS4, the default URI is orbis://games.

    # PS5 SDK Login

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID for your game in the PlayStation App Server in the Client ID field.

    • Input the Client Secret for your game in the PlayStation App Server in the Client Secret field.

    • Select your environment type in the Environment field. You can choose from the following options:

      Environment
      Environment Purpose
      sp-int Development
      prod-qa QA
      np Live Environment
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. For PS5, the default URI is orbis://games.

    # Snapchat

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID in the Client ID field.
    • Input the Client Secret in the Client Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. This URI should direct the player back to your server after they successfully log in.

    # Stadia ID

    3rd-party-integration

    Complete the fields as follows:

    • Input your game’s Stadia Account ID in the Client ID field.
    • Upload the Service Account in .json format.

    # Stadia Web

    3rd-party-integration

    Complete the fields as follows:

    • Input your game’s Stadia Account ID in the Client ID field.
    • Input your game’s secret in the Client Secret field.
    • Input your Organization ID.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. For Stadia Web, the default URI is http://127.0.0.1.

    # Steam Web Login

    3rd-party-integration

    Complete the fields as follows:

    • Input your Publisher Web API Key in the Steam Web API Key field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The default URI for Steam is http://127.0.0.1.

    # Steam SDK Login

    3rd-party-integration

    Complete the fields as follows:

    • Input Steam’s App ID for your game in the App ID field. For testing purposes, you can also input 480 which is the ID for Steam’s test game.
    • Input your Publisher Web API Key in the Steam Web API Key field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. For in-game login, use the default URI which is http://127.0.0.1.

    # Twitch

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID in the Client ID field.
    • Input the Client Secret in the Client Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The Redirect URI should direct the player back to your server after they successfully log in.

    # Xbox SDK Login

    3rd-party-integration

    Upload the Relying Party Private Key for your game in .pem format in the Relying Party Private Key field.

    # Xbox Web Login

    3rd-party-integration

    Complete the fields as follows:

    • Input the Client ID in the Client ID field.
    • Input the Client Secret in the Client Secret field.
    • Input the URI that the user will be directed to once the account authorization is successful in the Redirect URI field. The Redirect URI should direct the player back to your server after they successfully log in.

    # OpenID Connect

    1. Fill the Platform Identity Provider form with the following information:

      3rd-party-integration

      • Input the 3rd-party platform name in the Platform Name field.
      • Input the platform identity provider of your selected 3rd-party platform in the Platform ID field.
      • Choose the Authentication Type from the dropdown. You can choose either an ID Token or Authorization Code.
      • Input the 3rd-party JWKS in the JWKS URL field.
      • Input the authorization server's issuer identifier in the Issuer field. This identifier is an URL that uses the https scheme and has no query or fragment components.
      • Input the Client ID of your selected platform in the Client ID field.

      NOTE

      The way in which you obtain your Client ID will differ across providers. Please check your provider's documentation for more information.

      Once completed, click Next.

    2. Fill the Token Claims Mapping form with the following information:

      3rd-party-integration

      • Input the name of the ID Token Claim’s field that contains the user’s name in the Field Name in ID Token field.
      • Input the email of the ID Token Claim’s field that contains the user’s email in the Field Email in ID Token field.
      • Input the profile picture URL of the ID Token Claim’s field that contains the user’s profile picture URL in the Field Profile Picture URL in ID Token field.
      • Input the identity of the ID Token Claim’s field that contains the user’s identity in the Field User Identity in ID Token field.

      TIP

      For more information on token claims, see OpenID’s documentation (opens new window).

      Once you have completed all the fields, click Create.

# Log in using 3rd-party Platform Credentials with Two-factor Authentication Enabled

These functions allow your players to log into your game using a verified account linked to a 3rd-party account. See our two-factor authentication documentation for more information about setting up authenticators.

# 3rd-party Authentication App

Before a player can log in, you will need to enable two-factor authentication with your 3rd-party authentication app.

# Backup Code

Before a player can log in, you will need to enable two-factor authentication with the Backup Code method and save this backup code.

# SSO Configurations

Single Sign-On (SSO) enables players to log in with a single credential to access several independent services. To enable SSO we use Discourse, which is an open-source discussion platform that can be used as a mailing list.

# Create a New Discourse Configuration

  1. Go to the Admin Portal, and click on the SSO Configurations menu.

    3rd-party-integration

  2. Click the Configure Now button to add a new configuration.

    3rd-party-integration

    The Add Discourse Configuration appears. Fill in the required information:

    3rd-party-integration

    • Input the URL to which players will be redirected in the SSO URL field.
    • Input the Secret Key from Discourse in the Secret Key field.
    • Input the API Key from Discourse in the API Key field
  3. When you’re done, click Submit.

  4. After creating the configuration, it will be accessible from the Discourse SSO Configuration panel on the SSO Configurations page.

    3rd-party-integration

# Registering a Google Domain in the Admin Portal

To enable SSO with Google credentials in the Admin Portal, you must first register the Google domain members of your institution will use to access the Admin Portal. You can also associate roles and IAM clients with a domain, allowing you to control what users under that domain can access. Multiple domains can be registered and configured independently.

NOTE

You can only register a Google domain from the publisher namespace.

  1. In the publisher namespace of the Admin Portal, click Login Methods.

  2. On the Login Platform Configuration page, find the Google configuration and click View under the Action column.

    3rd-party-integration

  3. On the Login Platform Configuration page, scroll to the Domain section.

  4. Click the Register Domain button.

    3rd-party-integration

  5. The Register Domain form appears. Fill in the fields with the following information:

    • Enter the target Google domain in the Domain Name field.
    • Select any IAM Client you want users from that domain to be able to access from the Clients dropdown. You can choose more than one client.
    • Select the default role for users from that domain from the Default Role dropdown.

    3rd-party-integration

  6. When you’re done, click Save.

    3rd-party-integration

# Enabling Login with 3rd Party Platform Credentials Using the SDK

For a player to log into your game or platform with 3rd party credentials, the game needs to pass the Auth token from the 3rd party platform whose credentials the player is using to the publisher platform.

# Retrieve the Authentication Token Using the SDK

# Device ID

The Device ID Auth token is whatever is retrieved by either Unity or Unreal Engine. To retrieve the Device ID Auth token, use the following function:

# Apple

# AWS

For Unity, you can get the Auth token by using the AWS SDK for .NET. For Unreal Engine you can use the AWS C++ SDK. Here is an example of how to get an AWS Cognito Auth token:

You can also get an Auth token by making a HTTP Request, as seen in the example below.

For more details about setting up platform authentication, refer to the AWS documentation.

# Epic Online Service (EOS)

For Unity, you can get the Auth token for EOS by using the EOS SDK. For Unreal Engine you can use the EOS C# SDK. Here are the functions to retrieve the EOS Auth token:

# Nintendo

You can enable login with Nintendo credentials by using the Unreal Engine OSS. For now, only Unreal Engine is supported.

Unreal Engine (with OSS)

Prerequisites:

  • You must have the Nintendo Dev Kit for deployment.
  • You must have downloaded and set up Nintendo Online Subsystem into your Unreal Engine environment.

Configuration steps:

3rd-party-integration

  1. In BaseSwitchEngine.ini under Engine/Platforms/Switch/Config, set StartupAccountMode to Required
  2. You can now call Nintendo login using the OSS by with IOnlineSubsystem::Get()->GetIdentityInterface()->Login().

# Netflix

Use the following function to retrieve the Netflix GamerAccessToken:

# PS4

IMPORTANT

This configuration can only be used for PS4 games, not PS4 Cross-Gen games. For PS4 Cross-Gen games, use PS5 as the platform.

For Unity, you can get the Auth code by using NpToolkit. For Unreal Engine, you can use OnlineSubsystemPS4 which is already included in Unreal Engine.

# PS5

For PS5, you can get the Auth code by using the function below. For now, only Unreal Engine is supported.

# Snapchat

When Snapchat Auth is complete, the page will be redirected to <redirec_uri>?code=<logincode>. If the URL value contains BaseUrl, the login code should be available. Check every URL to ensure they have changed correctly.

# Stadia

For Stadia, you can get the Auth code by requesting a user's JWT token, or you can use the Stadia Platform Support package. For now, only Unity is supported.

# Steam

To get the Steam Auth ticket in Unity, use the tickets obtained from Steamworks.NET. For Unreal Engine, use the ticket obtained from Steamworks.

# Twitch

For Twitch, you can get the Authentication token by using the function below:

# Xbox

For Xbox, you can get the Auth token by using the function below:

  • In addition to distributing your game on 3rd party platforms, you can build your own platform with our Player Portal services.
  • Learn more about managing accounts in the User Accounts documentation.
  • In addition to login, AccelByte also offers Entitlement and In-App Purchase integration with several platforms.