using Web3Auth as an OpenIDConnect provider? #1090
dwoodruffsf
announced in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions