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.
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.