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.
The list of URIs to register as authorized redirect URIs is as follows:
- Common for mobile and PC
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.
- Mobile: hive.x.{appId}://hive.providerx
- Example: hive.x.com.example.myapp://hive.providerx
- PC
- Steam Deck: https://www.withhive.com
The Callback URI is set in the User authentication settings > App info of the project created in the X Developer Portal as shown below.
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.
- Search for '@BotFather' on Telegram and join the chat room with the official verification mark.
- Press the Start button at the bottom and enter the command
/newbotin 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. - Enter the command
/setDomainin 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. - 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¶
- PC
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.
Configure VK IdP authorization > additional login¶
Approval through Odnoklassniki and approval via email (mail.ru) is not supported as shown below.



