Skip to content

Commit 2f7be1a

Browse files
Merge branch 'dev' into aleks/dataclassification-5.7-images_fix
2 parents 56e2b5c + 6b663db commit 2f7be1a

File tree

296 files changed

+1312
-8658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+1312
-8658
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"git.ignoreLimitWarning": true,
3-
"cSpell.words": [
4-
"Netwrix",
5-
"Nutanix"
63
]
74
}

docs/identitymanager/6.1/user-guide/set-up/initial-identities-loading/template-description/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 30
88

99
Description of the MS Excel template for the creation of the identities repository.
1010

11-
[Click here to download a template example](/files/identitymanager/user-guide/set-up/initial-identities-loading/Directory_example_V602.xlsx).
11+
[**Click here to download a template example**](/files/identitymanager/user-guide/set-up/initial-identities-loading/Directory_example_V602.xlsx).
1212

1313
![Template Model](/img/product_docs/identitymanager/6.1/user-guide/set-up/initial-identities-loading/template-description/initialload_templatemodel_v603.webp)
1414

docs/identitymanager/6.2/integration-guide/api/how-tos/request-postman/index.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/identitymanager/6.2/integration-guide/architecture/how-tos/protect-agent-server-communication/index.md

Lines changed: 0 additions & 127 deletions
This file was deleted.

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/connections/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,4 @@ Hence, extra care should be taken while specifying them.
104104

105105
There are several types of secured options: a simple field or multiple key-value fields.
106106

107-
See the [ Configure Secured Options ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/configure-secured-options/index.md) topic for
108-
additional information.
107+
See the [ Configure Secured Options ](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/configure-secured-options/index.md) topic for additional information.

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/interact-gui-robotframework/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ Framework connection.
1818

1919
This guide will focus only on how to interact with a GUI application. The guide on how to write a
2020
Robot Framework script explains the basics of Robot Framework. The basic prerequisites can be found
21-
on the Robot Framework connector page. See the
22-
[ Write a Robot Framework Script ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/write-fulfill-robotframework-script/index.md) and
23-
[ Robot Framework ](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/robotframework/index.md) topics for additional
24-
information.
21+
on the Robot Framework connector page. See the [Write a Robot Framework Script](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/write-fulfill-robotframework-script/index.md) and [Robot Framework](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/robotframework/index.md) topics for additional information.
2522

2623
The requirements specific to the Robot Framework FlaUI library are as follows:
2724

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/interact-web-page-robotframework/index.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Framework connection.
2020
This guide will focus only on how to interact with a web-based application. The guide on how to
2121
write a Robot Framework script explains the basics of Robot Framework. The basic prerequisites can
2222
be found on the Robot Framework connector page. See the
23-
[ Write a Robot Framework Script ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/write-fulfill-robotframework-script/index.md) and
24-
[ Robot Framework ](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/robotframework/index.md) topics for additional
25-
information.
23+
[Write a Robot Framework Script](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/write-fulfill-robotframework-script/index.md) and
24+
[Robot Framework](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/robotframework/index.md) topics for additional information.
2625

2726
The prerequisites are explained in detail at the
2827
[Robot Framework selenium pypi](https://pypi.org/project/robotframework-seleniumlibrary/) page.
@@ -32,13 +31,10 @@ The requirements specific to the Robot Framework Selenium library are as follows
3231
- Robot Framework selenium library: use `pip install --upgrade robotframework-seleniumlibrary` in
3332
the command prompt.
3433
- A web browser.
35-
- A web driver that corresponds to the web browser and its version. Webdrivers can be found in
36-
the[ Selenium website](https://www.selenium.dev/selenium/docs/api/py/index.html#selenium-website).
37-
This web driver should be in your path. To check that the web driver is in your path, use
38-
`gcm {webdriver_name}`. As an example for Edge, use `gcm MicrosoftWebDriver`.
34+
- A web driver that corresponds to the web browser and its version. Webdrivers can be found in the [Selenium website](https://www.selenium.dev/selenium/docs/api/py/index.html#selenium-website).
35+
This web driver should be in your path. To check that the web driver is in your path, use `gcm {webdriver_name}`. As an example for Edge, use `gcm MicrosoftWebDriver`.
3936

40-
The web driver for Edge is called `msedgedriver.exe`, but the Robot Framework may expect it to be
41-
called `MicrosoftWebDriver.exe` depending on the python version. Renaming the web driver from
37+
The web driver for Edge is called `msedgedriver.exe`, but the Robot Framework may expect it to be called `MicrosoftWebDriver.exe` depending on the python version. Renaming the web driver from
4238
`msedgedriver.exe` to `MicrosoftWebDriver.exe` should fix this issue.
4339

4440
If the browser is updated, the web driver should also be updated.

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/powershell-fulfill/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ As this guide focuses on the fulfillment of an external system, export settings
9797
The Fulfill-PowerShell needs a script whose path is defined by the attribute
9898
**PowerShellScriptPath**. Identity Manager provides a script in the SDK in
9999
`Usercube.Demo/Scripts/Fulfill-Exchange.ps1`.See the
100-
[Write a PowerShell Script for Provisioning](/docs/identitymanager/6.2/integration-guide/connectors/write-fulfill-powershell-script/index.md) topic for additional information on how to write a customized script.
100+
[Write a PowerShell Script for Provisioning](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/write-fulfill-powershell-script/index.md) topic for additional information on how to write a customized script.
101101
102102
To define and apply additional settings when authenticating to an external system, we can set the attribute Options and add required parameters for authentication.
103103

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/setup-incremental-sync/entra-ID/index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ sidebar_position: 10
77
# For Microsoft Entra ID
88

99
This example is about implementing incremental synchronization for a
10-
[ Microsoft Entra ID](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/microsoftentraid/index.md) connector (formerly
10+
[Microsoft Entra ID](/docs/identitymanager/6.2/integration-guide/connectors/references-connectors/microsoftentraid/index.md) connector (formerly
1111
Microsoft Azure AD).
1212

1313
## Build the Incremental Synchronization Job
1414

1515
Identity Manager provides a full-written job to perform incremental synchronization through the UI.
1616

17-
See how to launch incremental
18-
[ Synchronize Data ](/docs/identitymanager/6.2/user-guide/set-up/synchronization/index.md)via the UI.
17+
See how to launch incremental [Synchronize Data](/docs/identitymanager/6.2/user-guide/set-up/synchronization/index.md)via the UI.
1918

2019
> For example:
2120
>
@@ -32,8 +31,7 @@ See how to launch incremental
3231
3332
### Components
3433
35-
Identity Manager provides a
36-
[Create Connector Synchro Incremental](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchroincremental/index.md)
34+
Identity Manager provides a [Create Connector Synchro Incremental](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchroincremental/index.md)
3735
scaffolding that generates the configuration for these steps.
3836
3937
For example:
@@ -54,17 +52,17 @@ Note that the `Job` value in `OpenIdIdentifier` refers to the `ClientId` written
5452
### Permissions for the agent
5553
5654
This part is not specific to a connector type, see the
57-
[ Set Up Incremental Synchronization ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/setup-incremental-synchronization/index.md) topic for additional information.
55+
[Set Up Incremental Synchronization](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/setup-incremental-sync/index.md) topic for additional information.
5856
5957
### Agent's authentication to the server
6058
6159
This part is not specific to a connector type, see
62-
the[ Set Up Incremental Synchronization ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/setup-incremental-synchronization/index.md) topic for additional information.
60+
the [Set Up Incremental Synchronization](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/setup-incremental-sync/index.md) topic for additional information.
6361
6462
### Permissions for users
6563
6664
This part is not specific to a connector type, see
67-
the[ Set Up Incremental Synchronization ](/docs/identitymanager/6.2/integration-guide/connectors/how-tos/setup-incremental-synchronization/index.md) topic for additional information.
65+
the [Set Up Incremental Synchronization](/docs/identitymanager/6.2/integration-guide/connectors/configuration-details/setup-incremental-sync/index.md) topic for additional information.
6866
6967
## Schedule the Job
7068
@@ -90,7 +88,7 @@ scheduler.
9088
### Using an external scheduler
9189
9290
An external scheduler relies on
93-
the[ Usercube-Invoke-Job ](/docs/identitymanager/6.2/integration-guide/executables/references/invoke-job/index.md).exe.
91+
the [Usercube-Invoke-Job](/docs/identitymanager/6.2/integration-guide/executables/references/invoke-job/index.md).exe.
9492
9593
> The following command can be scheduled. It executes the `AzureAD_Synchronization_Delta` job using
9694
> the `Job/secret` authentication pair to connect to the Identity Manager Server at
@@ -110,7 +108,7 @@ the[ Usercube-Invoke-Job ](/docs/identitymanager/6.2/integration-guide/executabl
110108
Validate the job's execution by proceeding as follows:
111109
112110
1. Deploy the XML configuration to the database, by using the
113-
[ Deploy Configuration Task ](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/jobs/tasks/server/deployconfigurationtask/index.md).
111+
[Deploy Configuration Task](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/jobs/tasks/server/deployconfigurationtask/index.md).
114112
2. In the UI, access the **Job Execution** page from the dashboard's **Administration** section.
115113
3. Find the job named with the string input in the job's `DisplayName_Li` property, and launch it.
116114
4. Once the job is completed, Microsoft Entra ID objects should be synchronized to the database's

docs/identitymanager/6.2/integration-guide/connectors/configuration-details/setup-incremental-sync/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ for additional information.
5353

5454
Identity Manager provides a scaffolding that generates the configuration for these steps, named [Create Connector Synchro Incremental](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchroincremental/index.md).
5555

56-
This guide is about incremental synchronization, but complete synchronization can be configured with
57-
the
58-
[Create Connector Synchro Complete](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchrocomplete/index.md) scaffolding.
56+
This guide is about incremental synchronization, but complete synchronization can be configured with the [Create Connector Synchro Complete](/docs/identitymanager/6.2/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchrocomplete/index.md) scaffolding.
5957

6058
### Permissions for the agent
6159

0 commit comments

Comments
 (0)