Recently, Clerk auth now allows developers to host OpenID Connect to Clerk.
I have already set up Clerk and its Oauth, with the application credentials.
Clerk is already linked to UGS identity provider list in my project.
How would I make it so that existing Clerk accounts can log in to my Unity app that has UGS?
I plan on using Clerk for player authentication for more control and it has support for OpenID Connect, meaning that I can have players to login to Unity apps that are on different UGS projects, and across different future web apps.
But I am having trouble because, UGS web API does not seem to support OpenID Connect Accounts, and there isn't anything in the documentation to link an existing Open ID Connect account to a new UGS player ID or an existing OpenID Connect account to an already existing UGS player ID.