You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/“How-to” guides/Adding Modules.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This document describes how to add modules on Enigma.
1
+
# How to add modules on Enigma.
2
2
3
3
Enigma’s access management is built on modules, which refer to the resources/applications the user requires.
4
4
Each module needs to be added and integrated with Enigma's central code in order to provide access for the user.
@@ -12,7 +12,10 @@ Enigma provides the following modules as part of its default settings, these can
12
12
6. Slack
13
13
7. Zoom
14
14
15
-
When a new resource is required, it's corresponding module has to be added in [Engima's modules repository](https://github.com/browserstack/enigma-public-access-modules.git) or it's own (as per the usecase):
15
+
## Creating custom access modules
16
+
17
+
When a new resource is required, it's corresponding module has to be added in [Engima's modules repository](https://github.com/browserstack/enigma-public-access-modules.git) or a new dedicated repo (as per the usecase):
0 commit comments