I want to set issuer for my JWKS

Hello Greetings,

I’m using zeroDev’s JWT connector it’s simply make smart contract wallet from JWT

but for making this they required JWKS endpoint, they need something like this

where I set JWKS endpoint and identifier , but in Auth0 docs I get issuer fixed
“iss”: “https://dev-irdck4fytkyjw5ke.us.auth0.com/”,

but I want to set issuer like this
https://jwt-issuer.onrender.com/create-jwt/${userId}

Hi there @ahmedshahid0335 welcome to the community!

The issuer as it exists in Auth0 cannot be altered - If you do need to customize the issuer, you’ll want to look into doing this outside of the scope of Auth0.

Hope this helps to clarify!

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