Connect Identiy Provider to Player
Last updated
Last updated
In this how-to we'll explain how to connect an additional identity provider to a player's account. This can be useful if the player wants to play from multiple devices, or if you want to offer the player the option to authenticate with different providers.
Before we begin, ensure you have the following:
A game created in the LootLocker web console
In order to connect an additional provider to the player, the general flow is as follows:
Have the player signed in with an active LootLocker session on the game client
Connect the provider to the player's LootLocker account, using the token from the authentication
Getting the authentication token is different for each provider, but the general idea is the same. In this example we'll use Apple sign in, but you can exchange this with another provider.
The following providers are currently supported:
Apple Sign In
Google Sign In
If you're interested in support for other identity providers, please
In this how-to we've added an additional provider to a player's account, making it possible for them to authenticate with multiple different providers.
The general reference docs can be found
If you want to learn more, you can read about how to or our general documentation.