How to connect with own enterprise ethereum network using verifier?

In our usecase we want to connect to our own enterprise ethereum network using RPC node. Is there a way to do this with web3auth? So we have our own enterprise ethereum network and our own web2 OAuth custom authentication using JWT token.

I want to know if we can do this before investing in a paid subscription. I don’t see a way to specify this in the dashboard.

Or do I misunderstand the flow? Is the verifier just the environment of web3auth? And I can specify my own private network later in the code?

Thanks in advance.

Hey @robert

Yes, it is possible. Simply pass your enterprise RPC URL to rpcTarget when initializing the Web3Auth SDK.

You just need to expose your JWKS to an endpoint and follow Bring your own custom JWT Providers | Documentation to set up an verifier.

@shahbaz Thanks for the reply.

We want to integrate with Oracle IDCS (Identity cloud) our users are provised there, any known implementation already made here or in planning as federated authentication??

For implementing custom auth via JWKS I can’t use the free version correct? For research and development purposes?

With kind regards,
Robert van Mölken

We do have guides with Auth0, AWS Cognito, and Firebase, but we can work with any Federated authentication as far as they are JWT compatible.

Are you referring to web3auth? Currently, it is possible to use it, but in the future, it will only be available as a gated feature for paid plans.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.