Skip to content

Commit

Permalink
[DOCS-7754] Add ACS Permissions to Enterprise Viewer 4.0 (#1534)
Browse files Browse the repository at this point in the history
* [DOCS-7754] Add Require ACS Permissions to use AEV modes and actions to enterprise Viewer 4.0

* [DOCS-7754] Add overwritten content

* [DOCS-7754] Fix unordered lists
  • Loading branch information
mbujak-hyland authored Aug 21, 2024
1 parent bcc8daf commit d337531
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion enterprise-viewer/latest/config/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ CHANGE_BG_COLOR: "ChangeBgColor"
```

Actions that belong to this type: `bgColorBlack`, `bgColorDefault`, `bgColorLavender`, `bgColorLightBlue`, `bgColorLightGreen`, `bgColorLightGrey`, `bgColorLightPink`, `bgColorLightSalmon`, `bgColorLightYellow`, `bgColorRemove`, `colorReset`, `bgColorWhite`.

## Action groups, toolbar order, and dropdowns

Expand Down Expand Up @@ -537,3 +536,67 @@ to:
`(editMode),(t:PageEntry),(save,--showAtAllSizes),(rotatePageCounterClockwise,rotatePageClockwise,--showAtAllSizes),(t:Help)`
`enabledOpenViewerActions=(t:Navigation),(prevPage,nextPage, zoomIn,zoomOut,--isSmallScreen),`
`(editMode),(t:PageEntry),(printAnnotatedPdf),(rotatePageCounterClockwise,rotatePageClockwise,--showAtAllSizes),(mouse),(t:Help)`

## Require ACS Permissions for AEV modes and actions

The following table lists ACS Permissions for AEV Modes:

| AEV | ACS Security Access Needed |
| --- | -------------------------- |
| signature | Read, Write |
| annotationMode | {::nomarkdown}<ul><li>Read (All the actions works with Read permission will be visible)</li><li>Read, AddChildren, Write</li></ul>{:/} |
| editMode | Read, AddChildre, Write |
| redactMode | Read, Write |
| viewerwithtextMode | Read, Write |

The following table lists ACS Permissions for AEV Actions:

| AEV Actions | ACS Security Access Needed as per Front End |
| ----------- | ------------------------------------------- |
| prevPage | Read |
| nextPage | Read |
| zoomIn | Read |
| zoomOut | Read |
| checkinOfflineAnnotatedPdf | Read, AddChildren, Write |
| annotatedPdf | Read |
| nativeContentDownload | Read |
| extractPdfPages | Read |
| offlineAnnotatedPdf | Read |
| printAnnotatedPdf | Read |
| drawLine | Read, AddChildren, Write |
| drawArrow | Read, AddChildren, Write |
| drawEllipse | Read, AddChildren, Write |
| drawRectangle | Read, AddChildren, Write |
| textbox | Read, AddChildren, Write |
| freeDraw | Read, AddChildren, Write |
| approvedStamp | Read, AddChildren, Write |
| paidStamp | Read, AddChildren, Write |
| reviewedStamp | Read, AddChildren, Write |
| acceptStamp | Read, AddChildren, Write |
| rejectStamp | Read, AddChildren, Write |
| pageSizedCheckmarkStamp | Read, AddChildren, Write |
| save | Read, AddChildren, Write |
| stickyNote | Read, AddChildren, Write |
| highlight | Read, AddChildren, Write |
| toggleChat | Read |
| mouse | Read |
| drawRedaction | Read, Write |
| textRedaction | Read, Write |
| selectText | Read |
| strikeout | Read, AddChildren, Write |
| addAttachment | Read, AddChildren, Write |
| keepToolSelected | Read, AddChildren, Write |
| insertText | Read, AddChildren, Write |
| underline | Read, AddChildren, Write |
| replaceText | Read, AddChildren, Write |
| t:Navigation | Read |
| t:Mode | {::nomarkdown}<ul><li>Read, Write</li><li>Read, Write, AddChildren (to use it under annotationMode)</li></ul>{:/} |
| t:PageEntry | Read |
| t:AnnotationManipulation | Read, AddChildren, Write |
| t:Misc | Read, AddChildren, Write |
| t:Text | Read, AddChildren, Write |
| t:Color | Read, AddChildren, Write |
| t:Help | Read |
| t:Summary | Read |
| t:Search | Read |
| t:DocumentManipulation | Read, Write |

0 comments on commit d337531

Please sign in to comment.