Skip to content

Commit 2867831

Browse files
committed
DOC-3244: Fix typo in JWT token claims description for On-Premises documentation.
1 parent b8cfaa4 commit 2867831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-autorization-on-premises.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If the `SECRET_KEY` is not setup during the installation, then {pluginname} On-P
1717
* it is not issued in the future (e.i. the `iat` timestamp cannot be newer than the current time),
1818
* it has not expired yet.
1919

20-
Tokens for the {pluginname} On-Premises do not require any additional claims such as the environment ID (which is specific for Collaboration Server On-Premises), the token can be created with an empty payload.
20+
Tokens for the {pluginname} On-Premises do not require any additional claims such as the aud (which is specific to cloud-based document converters), so the token can be created with an empty payload.
2121

2222
If the specific use case involves sending requests from a backend server, then JWT tokens can be generated locally, as shown in the below request example.
2323

0 commit comments

Comments
 (0)