Skip to content

Additional settings by IdP

This provides guidance on other settings required across all development engines when using the SDK Authentication feature.

Configure redirect URIs for Authentication IdP Google Play

To integrate Google Play (Google Play Games) IdP, you must register the Authentication server URI as an authorized redirect URI for the web application client ID (serverClientId) in the Google Cloud console.

google_redirectionuri_setting

The list of URIs to register as authorized redirect URIs is as follows:

Configure callback URI for Authentication IdP X

When integrating X (formerly Twitter) IdP, it should be set in the X Developer Portal, and it must be in the predefined format as shown below.

The Callback URI is set in the User authentication settings > App info of the project created in the X Developer Portal as shown below.

providerx_callbackuri_setting

Configure Telegram IdP bot login

To provide the login service to Telegram in Authentication, a dedicated bot is required.

Create the bot in the order below and obtain the botId and botDomain.
You can find more details in the Telegram official documentation.

  1. Search for '@BotFather' on Telegram and join the chat room with the official verification mark.
  2. Press the Start button at the bottom and enter the command /newbot in the chat window. Following BotFather's instructions, you can receive an authentication token by entering 'name' and 'username'. Note that the username cannot be changed, so be careful when entering it. The number before the colon (':') in the obtained token string corresponds to botId, and the token is a value that needs to be entered in the Console later, so make sure to save it together.
  3. Enter the command /setDomain in the chat window. You can set the domain address that will be displayed on the login screen. The input value will be used as botDomain.
  4. Enter the obtained botId and botDomain in hive_config.xml. If you are using Unity, you can easily add it by referring to hive_config.xml settings.

Configure callback URI for Authentication IdP LINE

The Callback URI is set in the LINE Login > Use LINE Login in your web app of the project created in the LINE Developers console as shown below.

providerline_callbackuri_setting

Configure VK IdP authorization > additional login

Approval through Odnoklassniki and approval via email (mail.ru) is not supported as shown below.