#Can somebody explain how Custom ID

1 messages · Page 1 of 1 (latest)

viscid river
#

Custom Id is made for Server to Server, if you have your own backend and own identity solution.

Your backend can login the player using your own custom id by using a service account, and can then forward the access token to your client to use.

#

game client -> your custom backend -> UGS Authentication login using Custom id & circle back the auth information

misty island
viscid river
#

If your third party supports the Open Id Connect standard, that should be simple to support with UGS authentication, otherwise Custom Id is the alternative, but having to build your own backend is not simple / ideal for most