-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from Volt-MX-GO/ZASDRAPI-010725
Image link update
- Loading branch information
Showing
48 changed files
with
1,314 additions
and
91 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/howto/production/disablemodule.md → docs/howto/management/disablemodule.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Management console | ||
|
||
--8<-- "future.md" | ||
|
||
Topics to guide you in completing goals and tasks about Domino REST API requiring access to the Management console: | ||
|
||
- [Check Domino REST API settings](checksettings.md) | ||
- [Find configuration sources](configsrc.md) | ||
- [Disable and enable module in production](disablemodule.md) | ||
- [JWT multi server](jwtmultiserver.md) | ||
- [Release suspended users](suspendeduser.md) | ||
- [Identify known users with valid JWT token](usersmc.md) | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 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](../../references/functionalUsers.md). | ||
- Credentials for the **Management console** aren't managed by the configured IdP, but are derived from the [configuration of functional accounts](../../references/functionalUsers.md). | ||
|
||
## Procedure | ||
|
||
1. Login into the Management console (Port 8889). | ||
|
||
2. Type a name you want to call this certificate into the **Certificate Name**. No spaces or special characters. | ||
|
||
- for example: MultiDomain | ||
|
||
3. 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 | ||
|
||
5. Copy these 4 files to your other Domino servers into the `[notesdata]/keepconfig.d` directory. | ||
6. Restart Domino REST API on all servers with this new configuration and now share the same JWT keys. | ||
|
||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
nav: | ||
- index.md | ||
- changefilesize.md | ||
- prodports.md | ||
- customAPI.md | ||
- disablemodule.md | ||
- Configure ports: prodports.md | ||
- Customize API schemas and endpoints: customAPI.md | ||
- dominohttps.md | ||
- configsrc.md | ||
- hardening.md | ||
- httpsprod.md | ||
- usersmc.md | ||
- jwtmultiserver.md | ||
- Host SPA with ReactJS: reactjs.md | ||
- configparam.md | ||
- suspendeduser.md | ||
- roundtrip.md | ||
- virtualsheet.md | ||
- roundtripidp.md | ||
- signencrypt.md | ||
- versionupdate.md | ||
# - roundtripidp.md | ||
- Set up for encryption, decryption, signing: signencrypt.md | ||
- Update Domino REST API: versionupdate.md | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nav: | ||
- index.md | ||
- formdefinitions.md | ||
- viewdefinitions.md | ||
- agentdefinitions.md |
Oops, something went wrong.