Skip to content

IdP list

This page provides IdP (Identity Provider) index information used by the Hive authentication system.

Each IdP consists of a unique index number (idp_index) and string identifier (idp_id). API requests and responses use these values to identify the IdP.

IdP index list

Standard IdPs

The following table lists external authentication providers officially standardized and supported by the Hive authentication system.

idp_index idp_id Description
0 GUEST Guest account without IdP authentication
1 HIVE Hive platform
2 FACEBOOK Facebook
3 GOOGLE Google Sign-In
4 QQ QQ
6 VK VK
7 WECHAT WeChat
8 APPLE Apple Game Center
9 SIGNIN_APPLE Sign in with Apple
10 LINE LINE
12 WEVERSE Weverse
13 NAVER Naver
14 GOOGLE_PLAY_GAMES Google Play Games
15 HUAWEI Huawei
16 FUNTAP FunTap
17 GOOGLE_DEVICE Google Device
18 STEAM Steam
19 X X (formerly Twitter)
20 TELEGRAM Telegram
21 XIAOMI Xiaomi
22 OPPO OPPO
23 VIVO VIVO
24 ANIMATE_GO Animate GO
25 DMM DMM

Custom IdPs

Custom IdPs are used when the app handles authentication on its own and then links that authentication with the Hive authentication system.

idp_index idp_id Description
1000 CUSTOM_VFUN VFun (custom)
1001 CUSTOM_FIREBASE Firebase (custom)
1002 CUSTOM_FACEBOOK Facebook (custom)
1003 CUSTOM_GOOGLE Google (custom)
1009 CUSTOM_SIGNIN_APPLE Sign in with Apple (custom)
1011 CUSTOM_TWITTER Twitter (custom)
1013 CUSTOM_NAVER Naver (custom)
1100 CUSTOM_GAME Game-native authentication (custom)

Notes

  • IdP availability: The IdPs available for each app depend on the IdPs configured in the Hive console. The list above is the full list of IdPs supported by the Hive authentication system.

  • Using custom IdPs: You must issue an authentication key through the Issue custom authentication key API.