Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/identitymanager/saas/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "A software solution to match your IGA needs"
description: "A software solution to match your IGA needs"
title: "Netwrix Identity Manager SaaS"
description: "Netwrix Identity Manager SaaS"
sidebar_position: 10
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Production-Ready Installation"
description: "Production-Ready Installation"
title: "Production-Ready Installation Guide"
description: "Production-Ready Installation Guide"
sidebar_position: 40
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Identity Manager (formerly Usercube)' recommended architecture when working in a
environment.

See how to
[ Protect Agent/Server Communication ](/docs/identitymanager/saas/integration-guide/architecture/how-tos/protect-agent-server-communication/index.md).
[ Protect Agent/Server Communication ](/docs/identitymanager/saas/integration-guide/architecture/protect-agent-server-communication/index.md).

## Isolation Principle

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Write a PowerShell Script for Provisioning"
description: "Write a PowerShell Script for Provisioning"
sidebar_position: 110
sidebar_position: 100
---

# Write a PowerShell Script for Provisioning
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Write a PowerShell Script for Synchronization"
description: "Write a PowerShell Script for Synchronization"
sidebar_position: 120
sidebar_position: 110
---

# Write a PowerShell Script for Synchronization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ script in the command line.

**_RECOMMENDED:_** To be able to deploy a SaaS configuration, you must first provide your Identity
Manager administrator with identity information. See the
[ Deploy the Configuration ](/docs/identitymanager/saas/integration-guide/toolkit/how-tos/deploy-configuration/index.md) topic for
[ Deploy the Configuration ](/docs/identitymanager/saas/integration-guide/toolkit/deploy-configuration/index.md) topic for
additional information.

## Arguments
Expand Down Expand Up @@ -66,5 +66,5 @@ The table below displays the arguments for the Identity Manager configuration d
| --api-secret optional | String | Password of the account authorized by Netwrix for configuration export/deployment in a SaaS environment. **NOTE:** It will be deprecated soon, rather contact the support team. |
| --api-url optional | String | URL of the server to export/deploy the configuration to, for remote changes. _Remember,_ it is required when --database-connection-string is not specified. |
| --database-connection-string optional | String | Connection string of the database. _Remember,_ it is required when --api-url is not specified. |
| --product-translation optional | No Value | Path of the JSON file that contains the application's translations. See the [Import Product Translations into Identity Manager](/docs/identitymanager/saas/integration-guide/ui/how-tos/producttranslations/index.md) topic for more details on how to import the product's translations. |
| --product-translation optional | No Value | Path of the JSON file that contains the application's translations. See the [Import Product Translations into Identity Manager](/docs/identitymanager/saas/integration-guide/ui/producttranslations/index.md) topic for more details on how to import the product's translations. |
| --log-level optional | LogLevel | Level of log information among: Verbose; Debug; Information; Warning; Error; Fatal. |
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ remote configuration:

To be able to export a SaaS configuration, you must first provide your Identity
Manager administrator with identity information. See the
[ Export the Configuration ](/docs/identitymanager/saas/integration-guide/toolkit/how-tos/export-configuration/index.md) topic for
[ Export the Configuration ](/docs/identitymanager/saas/integration-guide/toolkit/export-configuration/index.md) topic for
additional information.

### Basic export for a change of environment
Expand Down Expand Up @@ -186,7 +186,7 @@ inserted in the configuration.
| | |
| --- | --- |
| --database-connection-string optional | **Type** String **Description** Connection string of the database. **Note:** required when `--api-url` is not specified. |
| --product-translation optional | **Type** No Value **Description** Path of the JSON file that contains the application's translations. See the [Import Product Translations into Identity Manager](/docs/identitymanager/saas/integration-guide/ui/how-tos/producttranslations/index.md) topic for additional information. |
| --product-translation optional | **Type** No Value **Description** Path of the JSON file that contains the application's translations. See the [Import Product Translations into Identity Manager](/docs/identitymanager/saas/integration-guide/ui/producttranslations/index.md) topic for additional information. |
| --scope optional | **Type** String **Description** Path of a folder or file to export/deploy, instead of exporting/deploying the whole configuration. |
| | |
| --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ logging. To use these integration modules, they just need to be configured in Id

## Logging

- [ Export Logs to a Log Management System ](/docs/identitymanager/saas/integration-guide/monitoring/how-tos/qradar-setting/index.md)
- [ Export Logs to a Log Management System ](/docs/identitymanager/saas/integration-guide/monitoring/qradar-setting/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ on the **Monitoring** screen.

QRadar is a supported destination for Identity Manager's logs.

See the [ Export Logs to a Log Management System ](/docs/identitymanager/saas/integration-guide/monitoring/how-tos/qradar-setting/index.md) topic to learn
See the [ Export Logs to a Log Management System ](/docs/identitymanager/saas/integration-guide/monitoring/qradar-setting/index.md) topic to learn
how to send Identity Manager's logs to your QRadar system.

Three output formats are available for QRadar-routed logs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Each section is configured with the following settings:
| AuthorizationEndpoint required | String | Is the provider's Authorization Endpoint URI. This is where the end-user's browser is redirected to start the authentication process. Usually ends with /auth or /authorize. This information must be retrieved from the provider's portal. |
| TokenEndpoint required | String | Is the provider's Token Endpoint URI. This is where the client sends token requests, using an authorization code obtained during the authentication process. This information must be retrieved from the provider's portal. |
| CallbackPath required | String | Sets the callback path where the client is redirected after a successful authentication. Any string value can be used as long as it is reported to the provider during the registration process. |
| SaveTokens default value: false | Boolean | Only for Okta providers. Set to `true if authentication uses an Okta provider. See the [Configure Okta](/docs/identitymanager/saas/integration-guide/network-configuration/how-tos/okta/index.md)topic for additional information. |
| SaveTokens default value: false | Boolean | Only for Okta providers. Set to `true if authentication uses an Okta provider. See the [Configure Okta](/docs/identitymanager/saas/integration-guide/network-configuration/configure-okta/index.md)topic for additional information. |
| Scope optional | String | Sets the list of the requested [scopes](https://auth0.com/docs/scopes/openid-connect-scopes). |

Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ found in `/Runtime/NotificationTemplates`.
The templates for native notifications can be adjusted to specific needs through the XML tag
[Notification Template](/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/notifications/notificationtemplate/index.md).

See the [ Customize a Native Notification ](/docs/identitymanager/saas/integration-guide/notifications/how-tos/customize-native-notification/index.md) for
See the [ Customize a Native Notification ](/docs/identitymanager/saas/integration-guide/notifications/native/customize-native-notification/index.md) for
additional information on how to customize native notifications.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Provisioning"
description: "Provisioning"
sidebar_position: 70
sidebar_position: 60
---

# Provisioning

See how to anticipate changes due to provisioning thanks to
[ Thresholds ](/docs/identitymanager/saas/integration-guide/provisioning/prov-thresholds/index.md).
[Thresholds](/docs/identitymanager/saas/integration-guide/provisioning/prov-thresholds/index.md).

See how to implement and perform [Provision](/docs/identitymanager/saas/user-guide/administrate/provisioning/index.md).
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ started in the managed system and if a correspondence is found, the computation
the external system. Correspondences won't be checked in the external system.

An example of an Indirect Resource Rule configuration is available in How-To:
[ Configure Indirect Permissions ](/docs/identitymanager/saas/integration-guide/role-assignment/how-tos/configureindirectpermissions/index.md) in an Active
[ Configure Indirect Permissions ](/docs/identitymanager/saas/integration-guide/role-assignment/configureindirectpermissions/index.md) in an Active
Directory.

## What Can Be an Indirect Permission?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the [ Jobs ](/docs/identitymanager/saas/integration-guide/tasks-jobs/jobs/in
See the [ Tasks ](/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/jobs/tasks/index.md) topic for additional
information.

Make sure to read how to [Build Efficient Jobs](/docs/identitymanager/saas/integration-guide/tasks-jobs/how-tos/build-efficient-jobs/index.md).
Make sure to read how to [Build Efficient Jobs](/docs/identitymanager/saas/integration-guide/tasks-jobs/build-efficient-jobs/index.md).

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ available for one type of action. As the configuration JSON file of an InternalW
cannot contain expressions, a resource type can be configured with the ArgumentsExpression attribute
to explicit the arguments of provisioning orders, based on conditions and variables. See the
[InternalWorkflow](/docs/identitymanager/saas/integration-guide/connectors/references-connectors/internalworkflow/index.md),
[ Compute a Resource Type's Provisioning Arguments ](/docs/identitymanager/saas/integration-guide/provisioning/how-tos/argumentsexpression/index.md),
[ Compute a Resource Type's Provisioning Arguments ](/docs/identitymanager/saas/integration-guide/provisioning/argumentsexpression/index.md),
and [Expressions](/docs/identitymanager/saas/integration-guide/toolkit/expressions/index.md) topics for additional information.

The following example computes the identifier of the workflow to launch, based on the provisioning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 40

A table displays a collections of entity type data grouped into rows.

See the [Customize Display Tables](/docs/identitymanager/saas/integration-guide/ui/how-tos/custom-display-table/index.md)topic for
See the [Customize Display Tables](/docs/identitymanager/saas/integration-guide/ui/custom-display-table/index.md)topic for
additional information.

## Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface.

The following elements must be in place:

- [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/how-tos/create-menu-items/index.md)
- [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/create-menu-items/index.md)
- [ View Access Control Rules ](/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/accesscontrolrules/resources/viewaccesscontrolrules/index.md)

To create the view, you can manipulate one or more forms. The example below shows how to create a
Expand Down Expand Up @@ -67,7 +67,7 @@ The view form doesn't give access to the view in the interface or the rights to

The following elements must be in place:

- [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/how-tos/create-menu-items/index.md)
- [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/create-menu-items/index.md)
- [ View Access Control Rules ](/docs/identitymanager/saas/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/accesscontrolrules/resources/viewaccesscontrolrules/index.md)

In the example below, the view form will display all records. To change the filter on the record
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Here is the visualization of this criterion on the interface:
Each menu item is a link to an entity's workflow displayed under the search bar on the visualization
page of the entity's resource list.

See the [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/how-tos/create-menu-items/index.md)topic for additional information
See the [ Create Menu Items ](/docs/identitymanager/saas/integration-guide/ui/create-menu-items/index.md)topic for additional information
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ where the `HomonymEntityLink` attribute is the identifier of the homonym entity

```

See the [Customize Display Tables](/docs/identitymanager/saas/integration-guide/ui/how-tos/custom-display-table/index.md) for additional
See the [Customize Display Tables](/docs/identitymanager/saas/integration-guide/ui/custom-display-table/index.md) for additional
information.

## Define the Homonym Control in the Workflow Form
Expand Down
Loading
Loading