Other methods of sharing your public JWKS with Moneyhub
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;
- You would then give the URI to your JWKS endpoint in your client configuration in Admin Portal.
- You can copy and paste this into your client configuration in Admin Portal.
Other methods of sharing your public JWKSwith Moneyhub
If you do not use a JWKS endpoint, you can copy your public JWKS and paste it into your client configuration in the Admin portal. You can add as many keys as required.
Updated about 2 months ago