Using Web3Auth as an OpenIDConnect provider?

Hello,
our company is evaluating Web3Auth to see if we could use it to let users authenticate in our game via their wallet. Our game uses PlayFab, and my thought was to try and use the JWT returned by web3auth.authenticateUser to authenticate via PlayFab's LoginWithOpenIDConnect endpoint.

It's not clear that this JWT is compatible with PlayFab's back-end verification, though. It doesn't seem to include a sub (subject) field, which I assumed would be necessary for PlayFab to build the relationship between the PlayFab account and the identity verified by the JWT. It's also not clear how to fill out PlayFab's OpenIDConnect configuration to point to web3auth--what should the issuer be?

I am not too familiar either with web3auth or OpenIDConnect, so these questions might be a bit vague or ignorant. Mainly I'm trying to understand if web3auth and PlayFab can play together at all. Thanks in advance.



Originally posted by: dwoodruffsf

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1090