JWT Multi-Server
The API uses JWT Bearer tokens for verification, but because the access tokens come from different token servers, the validation of the tokens needs to be changed.
Before you begin
You must have access to the Management console.
Note
- Make sure the Management console is secure. For more information, see Functional Accounts.
- Credentials for the Management console aren't managed by the configured IdP, but are derived from the configuration of functional accounts.
Procedure
-
Login into the Management console (Port 8889).
-
Type a name you want to call this certificate into the Certificate Name. No spaces or special characters.
- for example: MultiDomain
-
Click Create IdP certificate.
Domino REST API generates 4 files in this server's
[notesdata]/keepconfig.d
directory:- MultiDomain.cert.pem
- MultiDomain.json
- MultiDomain.private.key.pem
- MultiDomain.public.key.pem
-
Copy these 4 files to your other Domino servers into the
[notesdata]/keepconfig.d
directory. - Restart Domino REST API on all servers with this new configuration and now share the same JWT keys.