Hi i want to use java spring boot as resource serv...
# general
r
Hi i want to use java spring boot as resource server with jwt authentication, where i need super tokens issuer uri From documentation i am able to get jwks url and json, but what is issuer uri
r
hey @ravitejamanepallitrysolvio - the issuers URL is your
${apiDomain}/${apiBasePath}
For example if your apiDomain is
http://localhost:3001
, and your apiBasePath is
/auth
(which is the default), then the issuer url should be
http://localhost:3001/auth
4 Views