Sharing your Public JWKS

Sharing your Public JWKS

❗️

It is highly unusual for you to share your private JWKS, even for debugging. Moneyhub should NEVER ask you for your private key.

Your private key is the primary method of identifying yourself to us. If it is compromised, we would likely struggle to tell a malicious actor apart from genuine requests.

To authenticate requests, you must provide Moneyhub with your public keyset. There are two methods to do so;

  1. You would then give the URI to your JWKS endpoint in your client configuration in Admin Portal.
    This is described on this page. Moneyhub has a JWKS endpoint located here.
  2. You can copy and paste this into your client configuration in Admin Portal.
    This is described on this page.