{
    "componentChunkName": "component---src-templates-docs-js",
    "path": "/connectorconfig/microsoft/2-powershellconnectorsusage",
    "result": {"data":{"site":{"siteMetadata":{"title":"OpenIAM Documentation v4.2.1.16 | OpenIAM","docsLocation":""}},"mdx":{"fields":{"id":"d3fe27f7-2f5e-5a59-a40b-c9fcd34d4b25","title":"Using PowerShell connectors","slug":"/connectorconfig/microsoft/2-powershellconnectorsusage"},"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Using PowerShell connectors\",\n  \"metaTitle\": \"PowerShell connector usage and troubleshooting\",\n  \"metaDescription\": \"This page describes how to use and troubleshoot any PowerShell connector\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"This page covers common use cases, and they are applicable to all OpenIAM PowerShell connectors.\"), mdx(\"h1\", null, \"Working with the connector configuration\"), mdx(\"p\", null, \"Sometimes there is a need to change the connector configuration. These changes can include connection parameters,\\nenabling debug mode, etc.\\nStarting with v5 of the OpenIAM .NET connectors, the configuration file is stored inside the connector folder.\"), mdx(\"p\", null, \"If you are using v4 of the connectors, then the configuration file can be found in \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"*%programdata%/OpenIAM/*\"), \" where the\\nconfig file name is based on the connector name that was given to the connector during the installation process.\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Note:\"), \" This document will describe how to work with the config file with connector version 5.\"), mdx(\"p\", null, \"The config file, which is called \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Connector.config\"), \", is stored in a JSON format. The file is monitored by the connector\\nservice which detects changes that were done. So when you change the config file no connector restart is required and\\nchanges are applied on-the-fly.\"), mdx(\"h4\", null, \"Connector configuration format\"), mdx(\"p\", null, \"This is a sample configuration file:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\"\n  }, \"{\\n   \\\"ConnectorName\\\": \\\"MsPSGraphConnector\\\",\\n  \\\"LogLevel\\\": 0,\\n  \\\"IsSaveRequestEnabled\\\": true,\\n  \\\"IsRabbitMQEnabled\\\": true,\\n  \\\"IsStatusLogEnabled\\\": false,\\n  \\\"RabbitMQHost\\\": \\\"aipoclouddemo.openiam.com\\\",\\n  \\\"RabbitMQUsername\\\": \\\"enc:AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAaauU57pNqUql2K8z7cfMEAQAAAACAAAAAAAQZgAAAAEAACAAAAD9Vt21IK2wvWTNM47GAyXaTQ2epJvUyzFWJj0SHYwGoQAAAAAOgAAAAAIAACAAAAAzFAXpoqQi6bT8qlkQhJduv3yIOJCH8q6gshY7jvIyTxAAAABmxTNXwdqiRgIk8CfFsEVkQAAAAAFcf6YJhkhN+in+t0kiNqQMK24bSF7fdTv+GCCBQ+c1gBEuoS2cIFMVpNcOtB5jkXpAGuN8/ernPSga2ZXx1Xs=\\\",\\n  \\\"RabbitMQPassword\\\": \\\"enc:AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAaauU57pNqUql2K8z7cfMEAQAAAACAAAAAAAQZgAAAAEAACAAAAANvSMNp7vGCEve7PUlcR3A7XtlHeeXi+xhUWuo0CDLcQAAAAAOgAAAAAIAACAAAADaM2r+2bJVtxmdtaXd1aMQDOvto/TBM4ZtTvpCLOekPiAAAACCtZ5Hfs6s5OMRBbGkadX9H998RMTrB92Nhpjoq3lHsEAAAAB6fGgR/4YnW92Mv0svbT4F1Q/QZDBNokFq9BDN47nvtedK4jko8uZ9eSofLcUA2VCvuuscYi+TSvxPVMGn1xYa\\\",\\n  \\\"RabbitMQPort\\\": 5672,\\n  \\\"RabbitMQVhost\\\": \\\"enc:AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAaauU57pNqUql2K8z7cfMEAQAAAACAAAAAAAQZgAAAAEAACAAAACKXn/U4uKm5rBVRww7sZF0HuOzChLwx+h8GVHd/+DbKwAAAAAOgAAAAAIAACAAAAAcz3RieV3WnaVq1FdZ45XGsbpRKzDIkg2rk1b32Yk/6zAAAAAhxXUSv2Wvq1QU41EYXlrwdzcZFMD+mvgG/guXIM9vnCgdnwHs1Ztp33pOXHRxOzJAAAAATTnhbX/FFQWIkXFexqwfW+EKiENLofI2EEb3tS6R1T1NwMoOuqEWcU8ILiLwHiAE4PVLRNrdBCrnpJIU8aCNmg==\\\",\\n  \\\"RabbitMQQueues\\\": [\\n    {\\n      \\\"RabbitMQReceiveQueue\\\": \\\"RemoteConnector_ 402_Request\\\",\\n      \\\"RabbitMQResponseQueue\\\": \\\"RemoteConnector_ 402_Response\\\",\\n      \\\"Concurrency\\\": 1,\\n      \\\"QueueType\\\": \\\"quorum\\\"\\n    }\\n  ],\\n  \\\"ExecutionTimeoutMin\\\": 60,\\n  \\\"IsTLSEnabled\\\": false,\\n  \\\"LogSize\\\": 256,\\n  \\\"RequestRunnerPath\\\": \\\\\\\\Runners\\\\\\\\PSClassic\\\\\\\\ConnectorRequestRunner.exe,\\n  \\\"SearchResponseBatchSize\\\": 1000000,\\n  \\\"LogSearchResponses\\\": false,\\n  \\\"IsCleanupTaskActive\\\": false,\\n  \\\"FlushTimer\\\": 3,\\n  \\\"LogDBType\\\": \\\"SQLite\\\",\\n  \\\"LogDBConnectionString\\\": \\\"Data Source=C:\\\\\\\\Connectors\\\\\\\\MsPSGraphConnector\\\\\\\\Log.db\\\",\\n  \\\"DisableManSysHealthcheckRequests\\\": false\\n}\\n\")), mdx(\"p\", null, \"The table below describes each configuration option.\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Note:\"), \" You will need to have administrator privileges to be able to save this configuration after changes are made.\"), mdx(\"table\", null, mdx(\"thead\", {\n    parentName: \"table\"\n  }, mdx(\"tr\", {\n    parentName: \"thead\"\n  }, mdx(\"th\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Parameter name\"), mdx(\"th\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Description\"))), mdx(\"tbody\", {\n    parentName: \"table\"\n  }, mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"ConnectorName\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Name that was given to this connector during the installation. This name could be found inside the log database and the Windows System Event Viewer. The name of the connector can be used to distinguish what connector originated records, because there could be multiple connectors of different types installed on each server.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"LogLevel\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"If set to 0, the connector will log all possible records. This is also called 'Debug' mode. You can set it to 0 when you are trying to figure out what the connector does with each request step-by-step, but it is verbose and may consume significant disk space if utilized for a long period of time. Adjust log level according to your needs.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"IsSaveRequestEnabled\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Enables or disables the saving of request data to the simulation folder (Simulation mode will be described in detail later in this document)\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"IsRabbitMQEnabled\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Setting this to \", mdx(\"inlineCode\", {\n    parentName: \"td\"\n  }, \"false\"), \" will disconnect the connector from the OpenIAM service bus. It's equivalent to putting the connector on hold without stopping it as a service.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQHost\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"The hostname or IP address where the RabbitMQ message bus is located. Usually, this should be the same as the IP address or hostname of the OpenIAM service.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQUsername\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Username for connecting to RabbitMQ.  By default, this value is encrypted. However, it can also be used un-encrypted. Changing this setting in an encrypted format will be described later in this document.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQPassword\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Password for connecting to RabbitMQ. By default, this value is encrypted. However, it can also be used un-encrypted. Changing this setting in an encrypted format will be described later in this document.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQPort\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Port for connecting to RabbitMQ. 5672 is used by default.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQVhost\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Virtual host for connecting to RabbitMQ. It's encrypted by default. Changing this setting will be described later in this document.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RabbitMQQueues\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Currently, the connector can connect only to a single queue of an OpenIAM instance. Now connector can connect to multiple queues and each of them can have RabbitMQReceiveQueue,  RabbitMQResponseQueue, Concurrency and QueueType.  \", mdx(\"strong\", {\n    parentName: \"td\"\n  }, \"RabbitMQReceiveQueue\"), \" is used by the connector to receive requests from OpenIAM. This value can be taken from the OpenIAM connector configuration page in the webconsole > \", mdx(\"em\", {\n    parentName: \"td\"\n  }, \"Request\"), \". \", mdx(\"strong\", {\n    parentName: \"td\"\n  }, \"RabbitMQResponseQueue\"), \" is used by the connector to send responses back to OpenIAM. This value can be taken from the OpenIAM connector configuration page in the webconsole > \", mdx(\"em\", {\n    parentName: \"td\"\n  }, \"Response\"), \". \", mdx(\"strong\", {\n    parentName: \"td\"\n  }, \"Concurrency\"), \" sets a number of requests from OpenIAM that could be processed at a time. Each request is being handled by a separate worker process that is disposed of after the request has been completed.  The number which is set in this parameter represents the number of worker processes that can run at a time. \", mdx(\"strong\", {\n    parentName: \"td\"\n  }, \"Queue type\"), \" can be either \\u2018quorum\\u2019 or \\u2018classic\\u2019. In 4.2.1.11 version it will be always \\u2018quorum\\u2019, classic versions are used for 4.2.1.9 versions and below.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"ExecutionTimeoutMin\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Maximum time in minutes existing for a worker process. If this amount of time is reached but the worker process is still processing the request it will be killed.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"IsTLSEnabled\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Defines if connection from connector to the RabbitMQ needs to be secured by TLS. Default value is false, but if you are going to enable it then RabbitMQ (OpenIAM) side should be configured as well. Please read \", mdx(\"a\", {\n    parentName: \"td\",\n    \"href\": \"https://docs.openiam.com/docs-4.2.1.10/installation/1-rpm-installation/9-rabbitssl\"\n  }, \"https://docs.openiam.com/docs-4.2.1.10/installation/1-rpm-installation/9-rabbitssl\"), \" for more information\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"LogSize\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Size of \", mdx(\"inlineCode\", {\n    parentName: \"td\"\n  }, \"Log.db\"), \" file in megabytes before connector service makes rotation. Default value is 256.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"RequestRunnerPath\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Connector supports 2 types or runners: classic PowerShell and PowerShell core. Runners are located in the Runners folder of the connector. You can switch to another runner in case you need PowerShell Core features for your connector.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"SearchResponseBatchSize\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"If you manage a large set of identities in your managed system and you need to synchronize them, the connector can split response batches to offload itself and the OpenIAM side. However, you need to take into account that not all OpenIAM versions support this feature, so this parameter is set to 1000000 for better compatibility.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"LogSearchResponses\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"While working in a \", mdx(\"em\", {\n    parentName: \"td\"\n  }, \"Debug\"), \" mode connector saves all requests and responses to a log. However, some responses can be very 'heavy', for example, search responses that can be hundreds of megabytes in size. So, by default this setting is disabled. It is recommended that you turn it on only for short term debugging.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"IsCleanupTaskActive\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"If enabled, the connector will remove all content from the 'Simulation' folder and rotated \", mdx(\"inlineCode\", {\n    parentName: \"td\"\n  }, \"Log.db\"), \" files once per day.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"FlushTimer\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"Value in seconds how often connector log service would save logs to destination. By default this happens every 3 seconds.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"LogDBType\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"At the moment supports \\u2018SQLite\\u2019 and \\u2018JSONFile\\u2019.\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"LogDBConnectionString\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"If \\u2018SQLite LogDBType is used should contain connection string to SQLite database (like in sample configuration). If \\u2018JSONFile\\u2019 is used it should contain the full path to the JSON file (please keep in mind escape symbols to keeping JSON file format valid).\")), mdx(\"tr\", {\n    parentName: \"tbody\"\n  }, mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"DisableManSysHealthcheckRequests\"), mdx(\"td\", {\n    parentName: \"tr\",\n    \"align\": \"right\"\n  }, \"If set to \\u2018false\\u2019 \\u2013 connector will validate end-to-end connection between OpenIAM and target managed system by trying to run test requests once per minute. If \\u2018true\\u2019 connector only validates connection between OpenIAM and connector. Not all connectors support end-to-end validation yet.\")))), mdx(\"h4\", null, \"Working with encrypted parameters\"), mdx(\"p\", null, \"The OpenIAM connector server should be well-secured and access should be restricted to a limited number of users. To\\nensure security, critical OpenIAM configuration parameters in the config file are encrypted using the machine key. This\\nmeans that this string could be decrypted only on the same connector machine.\"), mdx(\"p\", null, \"When the OpenIAM connector installer performs the installation, it encrypts sensitive data like username, password and\\nvhost by default. If you would like to get a new encrypted value to replace an existing one you should open the\\nPowerShell console on the same machine where the connector has been installed and run the following commands:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\"\n  }, \"Set-Location 'Your connector folder address'\\nImport-Module .\\\\CryptCmdlet.dll\\nConvertTo-EncryptedString -StringToEnctypt 'SomeValue' | clip\\n\")), mdx(\"p\", null, \"Those commands will encrypt the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"SomeValue\"), \" string and copy the output to your clipboard (if you just want to display\\nit, remove | clip from the end of the last line). Subsequently, if you would like to encrypt username, you should\\nreplace \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"some value\"), \" with the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"username\"), \". Next, you will need to replace it inside the connector configuration file.\\nPlease pay attention to ensure that the connector configuration file format is maintained. It uses a JSON format and you\\nmust ensure that starting and terminating quotes (\\\") are in the right place.\"), mdx(\"h1\", null, \"Working with logs\"), mdx(\"p\", null, \"Each request that is sent from OpenIAM contains the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"parentAuditLogId\"), \" parameter which allows OpenIAM to track the\\nrequest result and show it in the OpenIAM audit logs. All errors returned from connectors are seen in OpenIAM audit\\nlogs.\"), mdx(\"p\", null, \"However, there may be situations where viewing it is not possible, such as when the connector loses connection with\\nOpenIAM. In such cases it is very useful to check the connector logs to determine what went wrong.\"), mdx(\"p\", null, \"These local connector logs can be very helpful for troubleshooting and understanding how the connector works.\"), mdx(\"h4\", null, \"Log format\"), mdx(\"p\", null, \"The connector log file is located inside the connector folder and is called Log.db.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"PowerShell connectors version 4.x use SQL CE 3.5 database log format. \"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"PowerShell connectors version 5.0.0.0 \\u2013 5.31.0.0 use SQL CE 4.0 format.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"PowerShell connectors version 5.32.0.0 and later use SQLite log database by default.\")), mdx(\"p\", null, \"It's important to use a compatible database viewer.\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Important note:\"), \" Starting from the 5.32.0.0 version we stopped supporting SQL Compact Edition and moved to SQLite database by default. You can continue using LinqPad for browsing logs, but you have to add a driver to support SQLite databases. The steps to do it are shown in the screenshots below.\"), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/081d5/2-adpowershell-03-driver-add.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"77.99227799227799%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAACjUlEQVQ4y5WUW28TVxRG51/3CaUNIPrWB8RDJX4FL0AgQMlLGnNRbCeIiTO+HGfuM8dzvzoLnWPsmKqt2iMt7W/be5/Z+/PIhucH+EGIHwSEsaRpO6qmpW47rVVsu562X9/prt99v0+WFxjCusKdTwhuZqx8mzSwka6gLxNoC2hzress1nmXr2hzCU2+R6br6jzBeHJscfDsil+PFvx2EnJw5PLzK5/7xyGHrwMOVXy55OHzKfffhBy+EDw6Ejx4G/PgTbThbcTB64jHJx7G6RfBu7Hgj7Hg/Vjw4uM1x8MFn0XOyK0Zew2DaczJ5Y3O/5yEvBvOOZtKTq/j7zHibJZw6eQYTZHRlildlWtum5J1ncO65e700DcbuW5oipR1XdBVGX2Vs24K6GvdY3R9zz+d2+/s8lv+9bRdh1EUBXVdU1XV/6JUlBudZRmr1QopJcZ8PseyLCbX1ywWC2azmY5CLBFC6NzzPN2QJIluUii9ISWKIl3j+z6GZU2ZTCY6aZpGT6soy1KjdBAE+uKqrnEch6VYar2tUVOq3jzPMc7Pz/kwGDAcjhiPx4xGIy4uLvRDwjDU60wti8HZgFhKzK8mnz5+2q24TxSFGK7r6nFVtG0bx3a0VgWqSaEuVjXqMzXt1oIt21q1uiFlTJLckaYr0jT9oWHr3zZu9T6qR91lRHFGkrBDypI4jojj+D8itf/KW8d1MIQ4wzQfYZq/YJo/IcQroijTT1PFf/VpnyTZTLy1xPM9DM875ebmHsvlU4T4Hdc9IY5zViv5t6vptZWvkWRpuwjHw1P/Vvq18TBsOyAIOqTsSVO1drWbQK2ifgRltsrVJCqXcYwXSoZfrhibU+ZLh8vLC2bzOd8AbF6s75f1/8gAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Adding driver\",\n    \"title\": \"Adding driver\",\n    \"src\": \"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/e3189/2-adpowershell-03-driver-add.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/a2ead/2-adpowershell-03-driver-add.png 259w\", \"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/6b9fd/2-adpowershell-03-driver-add.png 518w\", \"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/e3189/2-adpowershell-03-driver-add.png 1035w\", \"/docs-4.2.1.16/static/4981d2d3e0fd9dc0999acdd1268ed83a/081d5/2-adpowershell-03-driver-add.png 1264w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/f098e/2-adpowershell-04-driver-add.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"88.8030888030888%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC4ElEQVQ4y5WUya7kNBiF8+TsWMKaNQuk3vAE/QhsuK2uyjyPdhI7qaTm1IfsvtVdCNQCS0fHieWj//gfnFH09H3POI5cLheL+/3+gs3y9Xr9ev4K8/94PHI6nRBC4IRhiOt6GPa8L1xWFW3XUdcVVVXSNA1aa3vJXH7Fuq4sy2LPsizD6UVLV5e0dUEa+7RlRpEl1EVOHKeUtSRJEqqqYpomK2x4nme7N2K32w2zfN/HSccTsd5oZtjVK3/kmkisvJUVgZC8tSP9erT2nhE+2UR3Pp95PB5WcO95OFn6gcD7mTz6kTT5gTT/iTz/lX34J14Ykdcly7pwOq5W9HvLNYJj95Eu+402+4Wx+UBf/U7TfaTqeyq5UMqZrNXk7UBdVTaBTwzDYHk9Hq1gEAQ4YVSyc3OCSOD5Na5X4AY1fpThhTFRmrP3Alw/xPdc3P0e3/fsu5oExnFEGAb2Gcy3k2YpSRKTF4ajF8SkSUKW5xR5TprlpJWgbKWNzCTDJud4QS1nrhuEJsJerWg9M0hBLwSDlAxCMEpJLyRiNCVxYbvduW9wvfGtfEzJnG7Mxxu37d2y13UEUpIoRaI15TyTTRPFPNMsC7FStMtCpjU7IWgO8z+S8XhnWzZFHBOkKZ1SyGliPBzo55lhnlDLgtAaMQy0w0DdD/R6Qr/X4fV0gsOBbZq+JWUqK2Td0OQFRZzSlhVpGBG6HpHr4e/27Pd7Pn/6xC4seYs6OjnYdzwvK8wzm1JfBE1SqqygDhLqMLHcRhmLHFl7xSoVq5psnxsBpSf6QXG5Xv9m92nZtKgjpUQKgegEg7Eke9Q4clgXa03P078W8bM7eDy+7ruuwzktK+ugOPQj66CZxWBhp8v5bGGmzbZt3A3um92/wpybZfrdKYqCOE2om8ZCTxqltbX5hLH7PZhuMYMiTVOcOI7Z7XbUdY2xb2xbDP8dz1Y03eMY5ecoMlBK/S+YO0bUiJlq+Au4RUs0/ayp1QAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Adding driver\",\n    \"title\": \"Adding driver\",\n    \"src\": \"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/e3189/2-adpowershell-04-driver-add.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/a2ead/2-adpowershell-04-driver-add.png 259w\", \"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/6b9fd/2-adpowershell-04-driver-add.png 518w\", \"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/e3189/2-adpowershell-04-driver-add.png 1035w\", \"/docs-4.2.1.16/static/1b2711fd77c489317368201df86ddce0/f098e/2-adpowershell-04-driver-add.png 1506w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/fbf76/2-adpowershell-05-driver-add.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"78.37837837837837%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAACTElEQVQ4y61TW2/TMBj1/+cBIU0aaEgIWgnUbk9I6xBDiPGAtIm0tGNJStM2l15ytZ20SdO0HGS367LRSTxg6eg7jr8cfzeTIAgQRRGEXSwWWK/XKIriHlar1V4usVxKK/5N0xTk+uc1NF1FzzBgWib6AwOWbYPxGBHliBiH6wcIIrrhno+IMlDG70GcUcpAwjEFc2MsZwWwxt41C6dAMZeceyPgd77Xb5WnIAfnT/D88yEOP9VwdHGMoy+v8K5ZRbVpo6IkqCgUB+c9vPjq4M13ioOPXVQvXZxcJzjpcNTbHCedGBWF45sRgZzqb3GmvUZDe4oz/RlO1ZdoaDXU2yPUfiSotRne38Q47nDU2hwNLcEHPdnYboLT7b7ejnHZpyD4n6vIQLJFijSbI83SLTZ8ni0eRVrCLF3AD3K43hJhlIDYtoXhcHgPlmXDtu0d55xLMMbA43jHBURnHYfDsjh8n4F0u130+30kSYI8z+U8ZVkmZ+rWinPfDyTv9XpSSM5dlkmfPM+wLDJ5EVEUBa1WC5qmQVVvoGoadF2H4zhgcrYomkoThmEgjCJcXV3BtizEcSzPygjCEGQymWA8HsNxRjJNIeS6rrzt1lH4+L4vufAVr2qTLpUpCyv2oRDc1WZbp3K9blHePzwrf78TLImI28Tb/leEYSSjFxCRE9HJwWAgC29aFjzP+6s2+8AYBedsW4bJrhTENM07QdOUgvtSegjXDzGaepj6oRQSEYqIiehWGXfFfiQyYRlHzxxB6aj4ZY5lQKqqymb+AaaBrJ16s0dFAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Adding driver\",\n    \"title\": \"Adding driver\",\n    \"src\": \"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/e3189/2-adpowershell-05-driver-add.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/a2ead/2-adpowershell-05-driver-add.png 259w\", \"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/6b9fd/2-adpowershell-05-driver-add.png 518w\", \"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/e3189/2-adpowershell-05-driver-add.png 1035w\", \"/docs-4.2.1.16/static/5663f14dd006233360f1571bc592e3c4/fbf76/2-adpowershell-05-driver-add.png 1252w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"761px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/d9cbffa55ee5b16f14f74713e83a0906/8c857/2-adpowershell-06-driver-add.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"102.31660231660231%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAADLUlEQVQ4y4WUuY4kRRRF84+w+AB+AG+sEQ7CAAsXB2mkwUFYWLiYjPgKJBpG3WqEqKW7lqxcOjOrcl+qc18OelFdaHrohihdvRdZofvuixsR2sFwsXQL93DAsGx2pkWaH+nHibYf6QTDSNsPz6IbJvLjPfY+QIuDgCSKSdOEJI6Jo4g0jcnzhCLPOBYFRZ5TluX/4ljkaGEYEMUxnufh7ffs9wGuG+M4CdfXf3H9xzWr1Zosy0iShDRNn4XwaCqJIkxDJ4wSxqmk72/p+z9pO4+m6ej6jq7r6fon0LV0XUPb1WRZipakCU1T4XkWlhWSJD/huh9iWh9wX35NnpeYlo4fHJjkN50B4zRyHjLPsiNaFCXc30OSDhRHSJKcJInIspzjfc67Q5GMI+M4MY6DmlfNL8THryibbykKG833Z5jmF2w2rzCMH1ivv2OxeM12+5qd8T1x/CNR9Abf/5m63tD3PLTZMg4Q5W/YeJ/jRF+SpjMxZUsQfIPjfMLd3Qsc5yWm+Sme9xl3dy+x7Rd4+4/xvI+o698eCJvTnnYtQw/TgPqepsWp5aqCKOqIopYgqPH9iiybyLKRMBQ1jxrn8RiZGICBPM/RDnsP2zYxTZ04DtWCcewfYRha+r5lGAaGYXwa46iOlhbHMX0/qMV93z/k4z+5xNN/A03b0ip0T6BV51SLwlBJPRwOJElKGIYEQaCqSR5FMVI0z4sHp6cnlYr7quX9fo9lGui6jmEYGLsdy+UNlmVjmgamaaLrWxWlaFEUPDcUoeO46Nstruux2WxwHAfbthW5RNOy1MKmaRSZxP8kDAJftSdtCc73UvLzd7n4QiSo65qqqp6EPDCasdOZzebc3t6yWq1Yr9cq32633K5WLBYLpXw2nzOfzdhstqrQvx+HU3HlctO0VFVNXTePcFLUqOrle2rK9/KyrE4uixk3NzdK2Vndbrc7KRSluq4qy+IzRJHc9bMyUSxzRbjbnQilNXHS9wN1XHzfV66ej5BsuEDIxSwpKFEgogTypmqyP1eXl1xeXSnCsznvQt5LKSK567osF0vevv2d5XLJfD7n4tcLLi4uVGd/A8Jz4FRIvB5sAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Adding driver\",\n    \"title\": \"Adding driver\",\n    \"src\": \"/docs-4.2.1.16/static/d9cbffa55ee5b16f14f74713e83a0906/8c857/2-adpowershell-06-driver-add.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/d9cbffa55ee5b16f14f74713e83a0906/a2ead/2-adpowershell-06-driver-add.png 259w\", \"/docs-4.2.1.16/static/d9cbffa55ee5b16f14f74713e83a0906/6b9fd/2-adpowershell-06-driver-add.png 518w\", \"/docs-4.2.1.16/static/d9cbffa55ee5b16f14f74713e83a0906/8c857/2-adpowershell-06-driver-add.png 761w\"],\n    \"sizes\": \"(max-width: 761px) 100vw, 761px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"h4\", null, \"Viewing log database\"), mdx(\"p\", null, \"By default, all .NET/PowerShell connectors save logs in SQLite database, so any compatible viewer could be used to open and view log database. Example of using one of the viewers was given in a section above. Below, there are few example of queries that could be used for finding and viewing logs:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Query logs for provisioning some user\")), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-SQL\"\n  }, \"SELECT *\\nFROM Logs\\nWHERE IdentityValue = 'SomeUserIdentity'\\nORDER BY ID DESC\\n\")), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Query logs for certain request ID\")), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-SQL\"\n  }, \"SELECT *\\nFROM Logs\\nWHERE RequestID = '5583cf9a-abdd-42cb-aa50-b433458c4cfb'\\nORDER BY ID DESC\\n\")), mdx(\"h4\", null, \"Windows Event Viewer\"), mdx(\"p\", null, \"Important messages may also be sent by the connector to the Windows Event Viewer. It may include various situations like\\nproblems with starting the service itself. In this situation the Log.db will not be very useful, because the service was\\nnot able to start normally. However, you will be able to see messages in the Windows Event Viewer. Messages can be found\\nin Windows Logs -> Application. Messages can be found by source \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"OpenIAM Connector Service\"), \" and the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"ConnectorName\"), \"\\nthat was provided for the connector during installation. Below is an example of how a connector restart looks in the\\nWindows Event Viewer.\"), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/821da/4.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"18.91891891891892%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAECAYAAACOXx+WAAAACXBIWXMAABYlAAAWJQFJUiTwAAAA1ElEQVQY063O20rDQBRG4bz/tTQqKugrFKymkzQHk6qtSSm1CeqoWKjtmENRMM1FXML0whdww3ez4IdtqLyg3HzRti3/ccbDk2SxqlBKcRP6jIeBNop8hp5N4Fj4A8F1/1wLfYfIE1y5gmAgCD2b0BW6Ra7AmMQJzbZmtf7gzIo5sjMOxI7ZT9nr3tHpjji+nLJ/McO0Ut07vSmHvYRTZ86JPce0dgwppX5VqZzbScbze0W5hfz7h6oBuSxI0hey1zVl89eXVU18L5k9LnhTn3pT1PALLlIdZNhYBJQAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"EventViewer logs for PowerShell connector\",\n    \"title\": \"EventViewer logs for PowerShell connector\",\n    \"src\": \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/e3189/4.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/a2ead/4.png 259w\", \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/6b9fd/4.png 518w\", \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/e3189/4.png 1035w\", \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/44d59/4.png 1553w\", \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/a6d66/4.png 2070w\", \"/docs-4.2.1.16/static/042f45c708c1fb2ed148f4539ab0fdc6/821da/4.png 2200w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"h1\", null, \"Simulation mode\"), mdx(\"p\", null, \"PowerShell connectors support a Simulation mode which is a powerful tool that can help troubleshoot and re-run certain\\nrequests.\"), mdx(\"p\", null, \"By default, when you turn \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"debug mode on\"), \" and you have the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"IsSaveRequestEnabled\"), \" config parameter enabled, the\\nconnector creates a JSON file for each request that is sent from OpenIAM to the AD connector. That JSON file contains\\nrequest parameters that represent requests. Having this file, you can trigger the connector to process the request that\\nwas recorded in the file without listening to OpenIAM.\"), mdx(\"div\", {\n    className: \"note-box note\"\n  }, mdx(\"i\", {\n    className: \"material-icons\"\n  }, \"note\"), mdx(\"span\", {\n    className: \"mcFormatColor\"\n  }, \"Note: \"), \"For security reasons all properties related to passwords (containing this keyword) are masked with *. To re-run the request again you need to manually edit the file and set actual password properties instead of *.\"), mdx(\"p\", null, \"When you have done the above, to trigger the request again you should open \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Connector.ps1\"), \", which is located inside your\\nconnector folder and edit the lines. We recommend to use the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"PowerShell ISE\"), \" native Windows tool for editing the\\nPowerShell files.\"), mdx(\"p\", null, \"Below is the initial code snippet that we will modify.\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-PowerShell\"\n  }, \"[bool]$isReplayXMLSimulation = $false\\n\\nif($isReplayXMLSimulation -eq $true)\\n{\\n    Add-DbLog -Message \\\"Restoring request from simulation. Connector folder is '$connectorFolder'\\\" -RequestID $requestID -LogLevel 0 -MinLogLevel $minLogLevel\\n    #load simulation content\\n    $simulationFileName = 'filename.json'\\n    $requestString = Restore-RequestString -ConnectorFolder $connectorFolder -FileName $simulationFileName\\n    $connectorOperation = 'SAVE'\\n}\\n\")), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Change \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"$isReplayXMLSimulation\"), \" to $true\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Set \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"simulationFileName\"), \" equal to your file name inside the Simulation folder (just filename needed, not the full\\npath)\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Set \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"connectorOperation\"), \" type to the connectorOperation variable. Valid options\\ninclude: \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"SAVE\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"SEARCH\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"DELETE\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"RESET_PASSWORD\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"LOGIN\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"SUSPEND\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"RESUME\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"TEST\"))), mdx(\"p\", null, \"The newly modified version could look like:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-PowerShell\"\n  }, \"[bool]$isReplayXMLSimulation = $true\\n\\nif($isReplayXMLSimulation -eq $true)\\n{\\n    Add-DbLog -Message \\\"Restoring request from simulation. Connector folder is '$connectorFolder'\\\" -RequestID $requestID -LogLevel 0 -MinLogLevel $minLogLevel\\n    #load simulation content\\n    $simulationFileName = 'SAVE-05_25_43_255.json'\\n    $requestString = Restore-RequestString -ConnectorFolder $connectorFolder -FileName $simulationFileName\\n    $connectorOperation = 'SAVE'\\n}\\n\")), mdx(\"p\", null, \"When you apply your changes, you can run and debug the PowerShell script using PowerShell ISE or any appropriate tool.\"), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/4a00e/3.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"71.42857142857143%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAABYlAAAWJQFJUiTwAAAChklEQVQ4y3WT227kNhBE5/+/LcjLwlk7Hq/HGmkkjW4kRYp3nkB0FshLCBxQBIhSdVfz8tL0tI+BW/fk8z5yHxb6STIsO+28M8sD4TPiSKy7R567SSzKVTYT2XRk1aHeuXT9xPXW8Mdbz9/tSts/efts+ehmXpuJpn/y+euVj88r703PrV342UxcvzpuTUc3zNXMr/tI0y9c2mHksx0Y541pWvFyBjmAXiAaSjwocqI8v2DtKX6nBA0n0dS9/IdLtwp257GHQ0pP8JnsPTlEci7klClALlD0ThErJaV6TvmkUH5T4NItG5u2QKJrMy8vcP3wvL4JVHNHv/+FeXSoYcBJAdvptsMbw70VTE9Fnh4w98h1Px1urPqAEnEucxhwNmGOQPSBaA+icwRrycFDcOAMKSW0CTgbwB2V4COXUQhWFRhHeM4gZCaXQomhllZyppRCjoEYE85nQsxwiidfS/cxE1MhxMSl30Qdh3U8sJtGjjNmXnBiw6wrqu9Rw8ixbQTnEcJidgvHXjHzhhKmutPafQsuSqNmRf+l0MuOnDeM1Oh5RnQdepqw+46VEq8kzkXWRXN0HQxNFda7Y9//FRTmwLiIEpboY3WSrKV4R4mRc+UztpjI9iCLlfAc6zclU1Ks7YgxfwueKeua4AjLUJNELuTDkMVCdhbkCmIBuZ2p8X/rW3A3iEXRfG2M/ULfj0x9i1oGglg45idh6PBa45SsiVupcFrXNpxnjAItuDyWDekTUcyon3+irz/YP17obw/u7x3DbeF539gmyfPeIzaNVpasFUXLSrQWKS1W6XNsJMJY8LaWef4FrQhH4lAeoyMhUF+Q8xHvU6X8nsnga5+dTwQX+AcmAzPtqXnKWAAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Debugging PowerShell connector\",\n    \"title\": \"Debugging PowerShell connector\",\n    \"src\": \"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/e3189/3.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/a2ead/3.png 259w\", \"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/6b9fd/3.png 518w\", \"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/e3189/3.png 1035w\", \"/docs-4.2.1.16/static/34c3b820344f953f730369cfae8d24af/4a00e/3.png 1406w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"h1\", null, \"Checking the connector version\"), mdx(\"p\", null, \"It is recommended to use the latest version of the connector. All of .NET/PS connectors are backwards compatible, so\\nthere won't be any issue with using the latest connector version with OpenIAM 4.2.0.\"), mdx(\"p\", null, \"For checking your current .NET/PS connector version.\"), mdx(\"p\", null, \"If connector in not installed:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Right click the installer file and select \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"Properties\"), \".\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"In the window opened, find \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"Details\"), \" section, as shown below.\")), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"472px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/405a675f8fc2ae3ac927ebe49d3b5136/3c5de/2-adpowershell-01-version-check.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"83.01158301158301%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAACXBIWXMAABJ0AAASdAHeZh94AAACdUlEQVQ4y41U2XKbMBT1//9DXvKSH2gf22l/IA/JEIPDDmKREJjVNkacji6EOpkuuTNnJKS7nLuI3dOLBcFzpGmKOI7BGEOSJLSPogicc9R1jbIoUKyQUtLZ8Xgk6L0+F5xjl+Y5qqqig7IsN2gjjaos0fY9unFEOwxouw5d16Ft2w1N06wBauwc24bruMTEc12Y+z2svQkhBPSd5wfgnofnL18RmxZYGOJwOJDu6+EVju1CiIKYamI7KTWbckmrrLa0lu8SZd2gZQzV/T2qhwc0UqJcjQllRSw7nUXXYScLCcd2ELME06SgJctShGGEeZ6hlMIE/IZSdHaL6zRhGE7o+x67ph3A8h4J7xFlLc7jhDeZZ0CR0xlqUss6f4CaSe98Pq8MpYTvRWAshev4qOsGhSio0yyOkWU5sVgCzH+Els1hKSU1ZRgGXC4XUkgYo4J7rkepaAqzUp9zWAiBwA8RRzGKQq41zBAEIY3DdRzxrgZ/kc0hzzks06TGWKZFndMDbTsOoiBAVlY4ffuO8fEROnE1XaHUhGlaMI4jrZvDPM/xYhh4MfZwXR88zxGGISzrgCRmkF2H+O4O7MdP8GONLEmhbTQRPbs6C12qzaGglH0ILjb6WtHcmwg8H2UpwZsWCRcQOUfCEuQZp2HWtuN1mYrTLcMwCCmKjnq5jNRZx7GR5wJd16M91vifbAz1W3Xt5RmlSUojohn6nk+N0neu61EwXSvqrPpHl4XgMJ4N7I0XpElGz49FMYwng96ytbdgrw1rmnabx9u5fOdQP5eu7XA6ndA2LRnpy379qwz9sKzrnN46vN1vDt+UPivzh1n86PAXtVkQfiDbv+wAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Installer parameters\",\n    \"title\": \"Installer parameters\",\n    \"src\": \"/docs-4.2.1.16/static/405a675f8fc2ae3ac927ebe49d3b5136/3c5de/2-adpowershell-01-version-check.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/405a675f8fc2ae3ac927ebe49d3b5136/a2ead/2-adpowershell-01-version-check.png 259w\", \"/docs-4.2.1.16/static/405a675f8fc2ae3ac927ebe49d3b5136/3c5de/2-adpowershell-01-version-check.png 472w\"],\n    \"sizes\": \"(max-width: 472px) 100vw, 472px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"If connector is installed:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Go to \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"Control panel\"), \" > \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"Programs\"), \" > \", mdx(\"em\", {\n    parentName: \"li\"\n  }, \"Programs and Features\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Find AD Connector and in the list on the right there will be a version of the connector installed, as shown below.\")), mdx(\"p\", null, mdx(\"span\", {\n    parentName: \"p\",\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1035px\"\n    }\n  }, \"\\n      \", mdx(\"a\", {\n    parentName: \"span\",\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/2cefc/2-adpowershell-01-version-check-installed.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }, \"\\n    \", mdx(\"span\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"32.43243243243243%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAGCAYAAADDl76dAAAACXBIWXMAABJ0AAASdAHeZh94AAABIElEQVQY002QCUvDQBCF8///nCC0qJXStNo01272zLHHJ0lb9cEwDDzmHUVOmTlExrbB7fcMuzfk/p3+5RVdXshATomc89887hgjIYTfWe9iGDR1LdHGs0JbTy81QhrkYDDW4rzHOocxhiWEjZfWx6vYP6GYMoWUCiE01o1orRGix1pDDAsp3pWtMUzTREqJcRzRSm3bWcs0L4QQWZaFmzAUKeWNuKLpJbtDyenace00tXQ0ynP8qvm83BBuoRkch7Kilpb3c8X38YLzd9drgoKH7RVVK9h9HDlfa1qpUW5mitAIRTcYxpCR2nOpGpSbNr5Rlnm5G7LWUjzzbw7blrI8Ud8qpOhRg2T0fqtB9N3GmUZP37V456iq69bvE2s9P46/zkohEw9UAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  }), \"\\n  \", mdx(\"img\", {\n    parentName: \"a\",\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Version check when installed\",\n    \"title\": \"Version check when installed\",\n    \"src\": \"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/e3189/2-adpowershell-01-version-check-installed.png\",\n    \"srcSet\": [\"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/a2ead/2-adpowershell-01-version-check-installed.png 259w\", \"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/6b9fd/2-adpowershell-01-version-check-installed.png 518w\", \"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/e3189/2-adpowershell-01-version-check-installed.png 1035w\", \"/docs-4.2.1.16/static/2433f782191a2ba1cf0eb2ec61bb1f59/2cefc/2-adpowershell-01-version-check-installed.png 1400w\"],\n    \"sizes\": \"(max-width: 1035px) 100vw, 1035px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\",\n    \"decoding\": \"async\"\n  }), \"\\n  \"), \"\\n    \")), mdx(\"h2\", null, \"TLS connection to the RabbitMQ\"), mdx(\"p\", null, \"If you want to establish a TLS connection to the RabbitMQ that is configured to use a self-signed certificate it could be put to \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Trusted people\"), \".\"), mdx(\"p\", null, \"The connector requires a trusted certificate to establish connection to RabbitMQ. It is possible to create a connection without TLS, but in case you choose to use it, connector will require a trusted certificate. Sometimes, users choose to use a self-signed certificate and to make it work, it is needed to import this certificate to \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"trusted people\"), \" on an operating system level and then it will work. The instruction on how to do it is given in the video below.\"), mdx(\"iframe\", {\n    width: \"560\",\n    height: \"315\",\n    src: \"https://www.youtube.com/embed/4M_HSX0OgNM?si=ZXdIXd8jmS_C1QKl\",\n    title: \"YouTube video player\",\n    frameBorder: \"0\",\n    allow: \"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\",\n    referrerPolicy: \"strict-origin-when-cross-origin\",\n    allowFullScreen: true\n  }), mdx(\"p\", null, \"It is also worth mentioning that when you work with TLS and establish a TLS connection to any host, you should use the DNS name that is listed inside the certificate. So, when putting an IP address instead of the host name that is used in the same target address the connection will fail with \\\"Certificate is invalid\\\" error. When verifying the certificate, make sure to check the name of host the certificate is issued to.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#working-with-the-connector-configuration","title":"Working with the connector configuration","items":[{"items":[{"items":[{"url":"#connector-configuration-format","title":"Connector configuration format"},{"url":"#working-with-encrypted-parameters","title":"Working with encrypted parameters"}]}]}]},{"url":"#working-with-logs","title":"Working with logs","items":[{"items":[{"items":[{"url":"#log-format","title":"Log format"},{"url":"#viewing-log-database","title":"Viewing log database"},{"url":"#windows-event-viewer","title":"Windows Event Viewer"}]}]}]},{"url":"#simulation-mode","title":"Simulation mode"},{"url":"#checking-the-connector-version","title":"Checking the connector version","items":[{"url":"#tls-connection-to-the-rabbitmq","title":"TLS connection to the RabbitMQ"}]}]},"parent":{"relativePath":"connectorconfig/microsoft/2-powershellconnectorsusage.md"},"frontmatter":{"metaTitle":"PowerShell connector usage and troubleshooting","metaDescription":"This page describes how to use and troubleshoot any PowerShell connector"}},"allMdx":{"edges":[{"node":{"fields":{"slug":"/admin","title":"Administration guide"}}},{"node":{"fields":{"slug":"/appendix","title":"Appendix"}}},{"node":{"fields":{"slug":"/connectorconfig","title":"IdM Connectors"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice","title":"End user guide for SelfService portal"}}},{"node":{"fields":{"slug":"/changelog","title":"Change log"}}},{"node":{"fields":{"slug":"/getting-started","title":"Getting Started"}}},{"node":{"fields":{"slug":"/developerguide","title":"Developer Guide"}}},{"node":{"fields":{"slug":"/","title":"Welcome to the OpenIAM Documentation"}}},{"node":{"fields":{"slug":"/installation","title":"Installing OpenIAM"}}},{"node":{"fields":{"slug":"/ssocatalog","title":"SSO Catalog"}}},{"node":{"fields":{"slug":"/troubleshooting","title":"FAQ / Troubleshooting"}}},{"node":{"fields":{"slug":"/admin/0-login","title":"Logging in to the admin portal"}}},{"node":{"fields":{"slug":"/whatsnew","title":"What's new in OpenIAM"}}},{"node":{"fields":{"slug":"/admin/1-exportimport","title":"Import / Export"}}},{"node":{"fields":{"slug":"/admin/10-consent-management","title":"Consent management"}}},{"node":{"fields":{"slug":"/admin/10-password","title":"Password policy"}}},{"node":{"fields":{"slug":"/admin/12-administration","title":"Administration"}}},{"node":{"fields":{"slug":"/admin/1-usradmin","title":"User administration"}}},{"node":{"fields":{"slug":"/admin/13-selfregistration","title":"Self-registration"}}},{"node":{"fields":{"slug":"/admin/14-Help.Desk.User.Profile.Protection","title":"HelpDesk profile protection"}}},{"node":{"fields":{"slug":"/admin/16-admin-pswd-change","title":"Password reset for administrator's account"}}},{"node":{"fields":{"slug":"/admin/19-reports","title":"OpenIAM report services"}}},{"node":{"fields":{"slug":"/admin/18-services-passwd-change-k8","title":"Password update for OpenIAM services in Kubernetes"}}},{"node":{"fields":{"slug":"/admin/2-authentication","title":"Authentication"}}},{"node":{"fields":{"slug":"/admin/15-audit","title":"Audit"}}},{"node":{"fields":{"slug":"/admin/4-app-onboarding","title":"Application onboarding"}}},{"node":{"fields":{"slug":"/admin/3-authz","title":"Managing access"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle","title":"Automated provisioning"}}},{"node":{"fields":{"slug":"/admin/7-access-cert","title":"User access review"}}},{"node":{"fields":{"slug":"/admin/8-sso","title":"Federation / SSO to applications"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov","title":"Requests / Approval"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy","title":"Access gateway"}}},{"node":{"fields":{"slug":"/appendix/1-self-signedcert","title":"Generate Self-signed Cert"}}},{"node":{"fields":{"slug":"/appendix/2-openssl","title":"Install OpenSSL"}}},{"node":{"fields":{"slug":"/appendix/3-installopenldap","title":"Install OpenLDAP on Ubuntu"}}},{"node":{"fields":{"slug":"/changelog/12-Release-4.2.1.6","title":"Release 4.2.1.6"}}},{"node":{"fields":{"slug":"/changelog/13-Release-4.2.1.7","title":"Release 4.2.1.7"}}},{"node":{"fields":{"slug":"/changelog/14-Release-4.2.1.8","title":"Release 4.2.1.8"}}},{"node":{"fields":{"slug":"/changelog/11-Release-4.2.1.5","title":"Release 4.2.1.5"}}},{"node":{"fields":{"slug":"/changelog/15-Release-4.2.1.9","title":"Release 4.2.1.9"}}},{"node":{"fields":{"slug":"/appendix/4-prepforprod","title":"Prepare for Production"}}},{"node":{"fields":{"slug":"/changelog/16-Release-4.2.1.10","title":"Release 4.2.1.10"}}},{"node":{"fields":{"slug":"/changelog/17-Release-4.2.1.11","title":"Release 4.2.1.11"}}},{"node":{"fields":{"slug":"/changelog/18-Release-4.2.1.12","title":"Release 4.2.1.12"}}},{"node":{"fields":{"slug":"/changelog/19-Release-4.2.1.13","title":"Release 4.2.1.13"}}},{"node":{"fields":{"slug":"/changelog/20-Release-4.2.1.14","title":"Release 4.2.1.14"}}},{"node":{"fields":{"slug":"/changelog/22-Release-4.2.1.16","title":"Release 4.2.1.16"}}},{"node":{"fields":{"slug":"/connectorconfig/4-troubleshootingconnector","title":"Provisioning operations troubleshooting"}}},{"node":{"fields":{"slug":"/connectorconfig/2-configparam","title":"Connector parameters"}}},{"node":{"fields":{"slug":"/changelog/21-Release-4.2.1.15","title":"Release 4.2.1.15"}}},{"node":{"fields":{"slug":"/connectorconfig/LDAP","title":"LDAP connector"}}},{"node":{"fields":{"slug":"/connectorconfig/JDBC","title":"JDBC connector"}}},{"node":{"fields":{"slug":"/connectorconfig/SAPUME","title":"SAP UME connector"}}},{"node":{"fields":{"slug":"/connectorconfig/adp","title":"ADP connector"}}},{"node":{"fields":{"slug":"/connectorconfig/aerospike","title":"Aerospike connector"}}},{"node":{"fields":{"slug":"/connectorconfig/aws","title":"AWS connector"}}},{"node":{"fields":{"slug":"/connectorconfig/freeIPA","title":"FreeIPA connector"}}},{"node":{"fields":{"slug":"/admin/17-services-manual-passwd-change","title":"Manual password update for OpenIAM services in RPM"}}},{"node":{"fields":{"slug":"/connectorconfig/gsuite","title":"GSuite connector"}}},{"node":{"fields":{"slug":"/connectorconfig/linux","title":"Linux connector"}}},{"node":{"fields":{"slug":"/connectorconfig/oracle","title":"Oracle RDBMS connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft","title":"Microsoft Application Connectors"}}},{"node":{"fields":{"slug":"/connectorconfig/postgresql","title":"PostgreSQL connector"}}},{"node":{"fields":{"slug":"/connectorconfig/oracleebs","title":"Oracle EBS connector"}}},{"node":{"fields":{"slug":"/connectorconfig/rexx","title":"Rexx connector"}}},{"node":{"fields":{"slug":"/connectorconfig/scim","title":"SCIM connector"}}},{"node":{"fields":{"slug":"/connectorconfig/salesforce","title":"Salesforce.com connector"}}},{"node":{"fields":{"slug":"/connectorconfig/tableau","title":"Tableau connector"}}},{"node":{"fields":{"slug":"/connectorconfig/workday","title":"Workday connector"}}},{"node":{"fields":{"slug":"/developerguide/1-custom-css","title":"Customize Branding"}}},{"node":{"fields":{"slug":"/developerguide/10-OpenIAM-opensource-rep","title":"OpenIAM open source repository"}}},{"node":{"fields":{"slug":"/developerguide/2-api","title":"RESTful API"}}},{"node":{"fields":{"slug":"/developerguide/4-scheduledtasks","title":"Batch/Scheduled tasks"}}},{"node":{"fields":{"slug":"/developerguide/5-datamodel","title":"Data model"}}},{"node":{"fields":{"slug":"/developerguide/3-whitelisting","title":"Whitelisting packages"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization","title":"Synchronization Scripts"}}},{"node":{"fields":{"slug":"/developerguide/6-ide","title":"Script development using an IDE"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/1-login","title":"Logging in to SelfService portal"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice","title":"Operations via SelfService portal"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/6-singlesignon","title":"Single sign-on"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest","title":"Request management"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/7-useraccess","title":"User access rights"}}},{"node":{"fields":{"slug":"/getting-started/1-what_is_openiam","title":"What is OpenIAM?"}}},{"node":{"fields":{"slug":"/getting-started/2-productarchitecture","title":"Platform architecture"}}},{"node":{"fields":{"slug":"/getting-started/21-concepts","title":"Concepts"}}},{"node":{"fields":{"slug":"/getting-started/31-planning-workforce","title":"Discovery questions"}}},{"node":{"fields":{"slug":"/getting-started/3-install_openiam","title":"Installing OpenIAM"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding","title":"Application onboarding"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning","title":"Automated user provisioning"}}},{"node":{"fields":{"slug":"/getting-started/7-selfservice-pswd","title":"SelfService password reset"}}},{"node":{"fields":{"slug":"/getting-started/8-openiam-with-IdP","title":"Integrating OpenIAM with your IdP"}}},{"node":{"fields":{"slug":"/getting-started/5-connecting","title":"Connecting to an authoritative source"}}},{"node":{"fields":{"slug":"/getting-started/99-multifactor-authentication","title":"Configuring multi-factor authentication"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation","title":"Deploying via RPM on Linux"}}},{"node":{"fields":{"slug":"/getting-started/9-openiam-as-IdP","title":"Integrating OpenIAM as your IdP"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation","title":"Deploying via Docker"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation","title":"Deploying on OpenShift"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation","title":"Deploying to Kubernetes"}}},{"node":{"fields":{"slug":"/installation/8-sizing","title":"Sizing recommendations"}}},{"node":{"fields":{"slug":"/installation/9-data_migration","title":"OpenIAM data migration"}}},{"node":{"fields":{"slug":"/ssocatalog/Azure","title":"Azure SSO"}}},{"node":{"fields":{"slug":"/ssocatalog/Freshdesk","title":"Freshdesk SSO"}}},{"node":{"fields":{"slug":"/ssocatalog/AWS","title":"AWS SSO"}}},{"node":{"fields":{"slug":"/ssocatalog/Gsuite","title":"GSuite SSO"}}},{"node":{"fields":{"slug":"/ssocatalog/Salesforce","title":"Salesforce.com"}}},{"node":{"fields":{"slug":"/ssocatalog/okta","title":"Okta SSO"}}},{"node":{"fields":{"slug":"/ssocatalog/Office365","title":"Office365 SSO"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous","title":"Miscellaneous related articles"}}},{"node":{"fields":{"slug":"/troubleshooting/cluster","title":"Cluster"}}},{"node":{"fields":{"slug":"/troubleshooting/connectors","title":"Connectors"}}},{"node":{"fields":{"slug":"/troubleshooting/docker","title":"Docker Swarm"}}},{"node":{"fields":{"slug":"/troubleshooting/rpm","title":"RPM"}}},{"node":{"fields":{"slug":"/troubleshooting/operational","title":"Operational"}}},{"node":{"fields":{"slug":"/troubleshooting/v3_update","title":"Update from V3.X to V4.X"}}},{"node":{"fields":{"slug":"/troubleshooting/environment","title":"Environment"}}},{"node":{"fields":{"slug":"/whatsnew/10-v4218","title":"New in v4.2.1.8"}}},{"node":{"fields":{"slug":"/whatsnew/11-v4219","title":"New in v4.2.1.9"}}},{"node":{"fields":{"slug":"/whatsnew/13-v42111","title":"New in v4.2.1.11"}}},{"node":{"fields":{"slug":"/whatsnew/14-v42112","title":"New in v4.2.1.12"}}},{"node":{"fields":{"slug":"/whatsnew/15-v42113","title":"New in v4.2.1.13"}}},{"node":{"fields":{"slug":"/whatsnew/12-v42110","title":"New in v4.2.1.10"}}},{"node":{"fields":{"slug":"/whatsnew/16-v42115","title":"New in v4.2.1.15"}}},{"node":{"fields":{"slug":"/whatsnew/17-v42116","title":"New in v4.2.1.16"}}},{"node":{"fields":{"slug":"/whatsnew/7-v4215","title":"New in v4.2.1.5"}}},{"node":{"fields":{"slug":"/whatsnew/8-v4216","title":"New in v4.2.1.6"}}},{"node":{"fields":{"slug":"/connectorconfig/scriptConnector","title":"Groovy Script connector"}}},{"node":{"fields":{"slug":"/connectorconfig/sap","title":"SAP S/4 Hana connector"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/10-bulkoperations","title":"Bulk operations"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/1-createuser","title":"Creating a user"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/13-unlock-account","title":"Unlocking an account"}}},{"node":{"fields":{"slug":"/whatsnew/9-v4217","title":"New in v4.2.1.7"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/12-externaldelegation","title":"Organization level delegation"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/14-add-remove-entitlements","title":"Adding/Removing entitlements"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/15-rehireuserflow","title":"Rehire user flow"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/16-user-conversion","title":"User conversion"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/11-bulkentitlements","title":"Bulk operations with entitlements"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/17-newhireworkflow","title":"New hire workflow configuration"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/2-usertypes","title":"Custom user types"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/18-creating-new-dept-division","title":"Creating a new department or division"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/3-adminoperations","title":"Administrative actions on a User"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/5-finduser","title":"User search"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/4-pageconfiguration","title":"Configuring page templates"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/6-relatedAccount","title":"Related accounts"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/7-customfields","title":"Custom fields"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/8-serviceaccounts","title":"Service accounts"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/9-orphanmanagement","title":"Orphan management"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig","title":"System configuration"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management","title":"Mail management"}}},{"node":{"fields":{"slug":"/admin/12-administration/3-squence-generator","title":"Sequence generators"}}},{"node":{"fields":{"slug":"/admin/12-administration/4-otpconfig","title":"Configure OTP Provider"}}},{"node":{"fields":{"slug":"/admin/12-administration/5-links","title":"External links on login page"}}},{"node":{"fields":{"slug":"/admin/12-administration/6-languages","title":"Managing languages"}}},{"node":{"fields":{"slug":"/admin/12-administration/8-aboutopenIAM-page","title":"About OpenIAM Page"}}},{"node":{"fields":{"slug":"/admin/15-audit/1-audit-events-interpret","title":"Audit events interpretation"}}},{"node":{"fields":{"slug":"/admin/12-administration/99-heartbeat","title":"Heartbeat links"}}},{"node":{"fields":{"slug":"/admin/2-authentication/1-auth-overview","title":"Configuring authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/10-fidologin","title":"FIDO-2 authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/11-credentialprovider","title":"Credential provider"}}},{"node":{"fields":{"slug":"/admin/2-authentication/12-certificateauth","title":"Configuring Certificate Based Authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/13-criiptoauth","title":"Criipto Authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/16-external-multiselect-auth","title":"External/Multiselect authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/2-auth-policy","title":"Authentication policy"}}},{"node":{"fields":{"slug":"/admin/12-administration/9-reindex_elasticsearch","title":"Reindex Elasticsearch"}}},{"node":{"fields":{"slug":"/admin/2-authentication/2-delegatedauth","title":"Managed System authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/3-passwordauth","title":"Password-based authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/9-adaptiveauth","title":"Adaptive Authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/8-social","title":"Social authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/7-otp","title":"OTP over SMS or E-mail"}}},{"node":{"fields":{"slug":"/admin/3-authz/11-contentprovider","title":"Content provider"}}},{"node":{"fields":{"slug":"/admin/3-authz/10-accessright","title":"Access rights"}}},{"node":{"fields":{"slug":"/admin/3-authz/14-menus","title":"Menus"}}},{"node":{"fields":{"slug":"/admin/3-authz/1-overview","title":"Introduction to access control"}}},{"node":{"fields":{"slug":"/admin/3-authz/2-roles","title":"Managing roles"}}},{"node":{"fields":{"slug":"/admin/3-authz/3-groups","title":"Managing groups"}}},{"node":{"fields":{"slug":"/admin/3-authz/4-types","title":"Metadata types"}}},{"node":{"fields":{"slug":"/admin/3-authz/5-resources","title":"Managing resources"}}},{"node":{"fields":{"slug":"/admin/3-authz/6-organization","title":"Managing organizations"}}},{"node":{"fields":{"slug":"/admin/3-authz/8-accesstossoapps","title":"Access to SSO applications"}}},{"node":{"fields":{"slug":"/admin/4-app-onboarding/1-Automated-applications","title":"Connected applications"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/1-synch","title":"Configuring synchronization"}}},{"node":{"fields":{"slug":"/admin/4-app-onboarding/2-Manual-applications","title":"Manual applications"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/10-managedsystemsimulation","title":"Managed system simulation mode"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/11-provisioning-config","title":"Configure Provisioning"}}},{"node":{"fields":{"slug":"/admin/3-authz/9-approvalflow","title":"Configuring approval workflows"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/2-incrementalsynch","title":"Incremental synchronization"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/4-birthright","title":"Birthright access"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/3-recon","title":"Configure reconciliation"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/5-recon-groovy","title":"Groovy Scripts for Reconciliation"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/6-managedsystem-config","title":"Managed system configuration"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/8-importentitlements","title":"Import entitlements"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/9-importorganization","title":"Import Organizations"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/12-LDAP-managedsys-config","title":"LDAP Managed system configuration"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/1-application-category","title":"Application categories"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/2-approval-flow","title":"Approval flow"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/3-manualTasks","title":"Manual tasks"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/5-approve-by-email","title":"Approving requests via Email"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/7-questionnaire","title":"Questionnaire"}}},{"node":{"fields":{"slug":"/admin/7-access-cert/1-entitlmentcert","title":"Entitlement based certification"}}},{"node":{"fields":{"slug":"/admin/7-access-cert/2-usercert","title":"User based review"}}},{"node":{"fields":{"slug":"/admin/6-requestapprov/4-post-request","title":"After request has been approved"}}},{"node":{"fields":{"slug":"/admin/7-access-cert/3-certification-reporting","title":"Certification reporting"}}},{"node":{"fields":{"slug":"/admin/8-sso/5-auth_scopes","title":"OpenIAM oAuth scopes"}}},{"node":{"fields":{"slug":"/admin/8-sso/2-oauth2","title":"oAuth 2.0"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/1-formfill","title":"Form Fill"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/2-headerinj","title":"Header Injection"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/3-urlrewriting","title":"URL Rewriting"}}},{"node":{"fields":{"slug":"/admin/8-sso/3-oidc","title":"OpenID Connect"}}},{"node":{"fields":{"slug":"/admin/8-sso/1-saml","title":"Add SAML SP to OpenIAM"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/7-rProxy-loadbalancer","title":"Reverse Proxy with Load Balancer"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/8-kerberos","title":"Setting up Kerberos via rProxy"}}},{"node":{"fields":{"slug":"/admin/9-r-Proxy/6-example","title":"Examples"}}},{"node":{"fields":{"slug":"/admin/2-authentication/14-duo-auth","title":"Duo Authentication"}}},{"node":{"fields":{"slug":"/admin/2-authentication/15-modernauth","title":"Microsoft Modern authentication"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/1-powershellconnectorinstallation","title":"Installing PowerShell connectors"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/10-winlocal","title":"WinLocal OpenIAM connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/12-dynamics365FO","title":"Dynamics365 Finance&Operations connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/12-WindowsPasswordFilter","title":"AD Password Filter"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/13-successfactors","title":"SuccessFactors connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/14-psgraph","title":"Microsoft Graph PowerShell connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/15-powershell-generic","title":"Building a custom PowerShell connector for OpenIAM"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/16-teams","title":"Microsoft Teams connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/2-powershellconnectorsusage","title":"Using PowerShell connectors"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/3-powershellconnectorupdate","title":"Updating PowerShell connectors"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/7-azuredevops","title":"Azure DevOps connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/6-exchange","title":"Exchange connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/8-dynamics365","title":"Dynamics365 connector"}}},{"node":{"fields":{"slug":"/connectorconfig/scriptConnector/connector-request-template","title":"OpenIAM connector request template"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/9-sqlserver","title":"Microsoft SQL Server connector"}}},{"node":{"fields":{"slug":"/connectorconfig/scriptConnector/GroovyScriptConnector","title":"Configuring Groovy Script connector"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/5-azuread","title":"Entra ID/O365 connector"}}},{"node":{"fields":{"slug":"/developerguide/1-custom-css/1-customcss","title":"Creating custom CSS"}}},{"node":{"fields":{"slug":"/developerguide/1-custom-css/2-cssexamples","title":"CSS file examples"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python","title":"Getting started with Python"}}},{"node":{"fields":{"slug":"/developerguide/5-datamodel/1-usermodel","title":"User data model"}}},{"node":{"fields":{"slug":"/developerguide/5-datamodel/2-rbacmodel","title":"Access control model"}}},{"node":{"fields":{"slug":"/developerguide/4-sheduledtasks/1-provision-on-date","title":"Provision/Deprovision on date"}}},{"node":{"fields":{"slug":"/developerguide/4-sheduledtasks/2-access-certification-reminder","title":"Notification reminders for approvers"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman","title":"Getting started with Postman"}}},{"node":{"fields":{"slug":"/developerguide/4-sheduledtasks/3-UAR-campaign-cancel","title":"Deleting User Access Campaign"}}},{"node":{"fields":{"slug":"/developerguide/8-api/access-certification","title":"/webconsole - access-certification"}}},{"node":{"fields":{"slug":"/developerguide/8-api/access-right","title":"/webconsole - access-right"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java","title":"Getting started with Java"}}},{"node":{"fields":{"slug":"/developerguide/8-api/approver-association","title":"/webconsole - approver-association"}}},{"node":{"fields":{"slug":"/developerguide/8-api/audit-log","title":"/webconsole - audit-log"}}},{"node":{"fields":{"slug":"/developerguide/8-api/authentication-grouping","title":"/webconsole - authentication-grouping"}}},{"node":{"fields":{"slug":"/developerguide/8-api/auth-provider","title":"/webconsole - auth-provider"}}},{"node":{"fields":{"slug":"/developerguide/8-api/batch","title":"/webconsole - batch"}}},{"node":{"fields":{"slug":"/developerguide/8-api/challenge-response","title":"/webconsole - challenge-response"}}},{"node":{"fields":{"slug":"/developerguide/8-api/connector","title":"/webconsole - connector"}}},{"node":{"fields":{"slug":"/developerguide/8-api/content-provider","title":"/webconsole - content-provider"}}},{"node":{"fields":{"slug":"/developerguide/8-api/elastic-search","title":"/webconsole - elastic-search"}}},{"node":{"fields":{"slug":"/developerguide/8-api/email","title":"/webconsole - email"}}},{"node":{"fields":{"slug":"/developerguide/8-api/groovy-manager","title":"/webconsole - groovy-manager"}}},{"node":{"fields":{"slug":"/developerguide/8-api/group","title":"/webconsole - group"}}},{"node":{"fields":{"slug":"/developerguide/8-api/field","title":"/webconsole - field"}}},{"node":{"fields":{"slug":"/developerguide/8-api/idp-oauth","title":"/idp - idp-oauth"}}},{"node":{"fields":{"slug":"/developerguide/8-api/idp-rest","title":"/idp - idp-rest"}}},{"node":{"fields":{"slug":"/developerguide/8-api/it-policy","title":"/webconsole - it-policy"}}},{"node":{"fields":{"slug":"/developerguide/8-api/menu","title":"/webconsole - menu"}}},{"node":{"fields":{"slug":"/developerguide/8-api/metadata","title":"/webconsole - metadata"}}},{"node":{"fields":{"slug":"/developerguide/8-api/managed-system","title":"/webconsole - managed-system"}}},{"node":{"fields":{"slug":"/developerguide/8-api/oauth","title":"/webconsole - oauth"}}},{"node":{"fields":{"slug":"/developerguide/8-api/organization-type","title":"/webconsole - organization-type"}}},{"node":{"fields":{"slug":"/developerguide/8-api/property-value","title":"/webconsole - property-value"}}},{"node":{"fields":{"slug":"/developerguide/8-api/report","title":"/webconsole - report"}}},{"node":{"fields":{"slug":"/developerguide/8-api/page-template","title":"/webconsole - page-template"}}},{"node":{"fields":{"slug":"/developerguide/8-api/resource-type","title":"/webconsole - resource-type"}}},{"node":{"fields":{"slug":"/developerguide/8-api/resource","title":"/webconsole - resource"}}},{"node":{"fields":{"slug":"/developerguide/8-api/role","title":"/webconsole - role"}}},{"node":{"fields":{"slug":"/developerguide/8-api/policy","title":"/webconsole - policy"}}},{"node":{"fields":{"slug":"/developerguide/8-api/organization","title":"/webconsole - organization"}}},{"node":{"fields":{"slug":"/developerguide/8-api/sync-config","title":"/webconsole - sync-config"}}},{"node":{"fields":{"slug":"/developerguide/8-api/system","title":"/webconsole - system"}}},{"node":{"fields":{"slug":"/developerguide/8-api/sync-rest","title":"/webconsole - sync-rest"}}},{"node":{"fields":{"slug":"/developerguide/8-api/uri-pattern","title":"/webconsole - uri-pattern"}}},{"node":{"fields":{"slug":"/developerguide/8-api/ui-theme","title":"/webconsole - ui-theme"}}},{"node":{"fields":{"slug":"/developerguide/8-api/user","title":"/webconsole - user"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/1-autoprov","title":"Automated provisioning Scripts"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import","title":"Import from application"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/3-importing_groups","title":"Importing groups from application"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/4-relations-with-manager","title":"Populating a manager"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/2-updateprofile","title":"Updating user profile"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/1-forgotpassword","title":"Forgot password"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/3-changepassword","title":"Updating your password"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/4-outofoffice","title":"Out of office assistant"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/6-updatesecquestions","title":"Updating security questions"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/10-positionchange","title":"Position change request"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/1-servicecatalog","title":"Requesting access via catalog"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/11-accessprofiles","title":"Access profiles"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/2-jobprofile","title":"Requesting access from profile"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/2-selfservice/5-forgotusername","title":"Forgot username"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/12-bulkupload","title":"Uploading users in bulk"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/5-approverequest","title":"Approving requests"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/6-requestadministration","title":"Request administration"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/9-newuser","title":"Creating a new user"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/7-useraccess/1-viewmyaccess","title":"View my access"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/8-newgroup","title":"Creating a group request"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/4-createrequest/7-requesthistory","title":"Requests history"}}},{"node":{"fields":{"slug":"/end-user-guide-for-selfservice/7-useraccess/2-directreports","title":"View direct reports"}}},{"node":{"fields":{"slug":"/getting-started/31-planning-workforce/1-designrole","title":"Designing business roles"}}},{"node":{"fields":{"slug":"/getting-started/31-planning-workforce/2-openiam-access-role","title":"Designing access roles"}}},{"node":{"fields":{"slug":"/getting-started/31-planning-workforce/3-connector-planning","title":"Connector requirements"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial","title":"Automated provisioning tutorial"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/1-https","title":"Configuring HTTPS on Docker"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/1-jml","title":"Joiners, movers, leavers processes"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/2-Configuration-options","title":"Configuration options in Docker"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/3-upgrading","title":"Upgrading OpenIAM in Docker environment"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/5-docker-swarm-backup","title":"Backup / restore in Docker Swarm"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/4-YAML-files","title":"Docker YAML files"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/6-externalDB","title":"Installing OpenIAM with a remote database in Docker"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/11-configuration-options","title":"Configuration options in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/10-ha-rpm","title":"High availability (HA) deployment using RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/2-rproxy","title":"r-Proxy installation in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/4-backup","title":"RPM backup / recovery"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/5-ports","title":"Deployment architecture in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading","title":"Upgrading OpenIAM in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-migrating-non-production-to-production-environment","title":"Migrating non-production to production environment in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/7-remoteDB","title":"Installing OpenIAM with a remote database in RPM environment"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/9-rabbitssl","title":"Enable TLS for RabbitMQ in RPM"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/1-create-cluster","title":"Creating an OpenShift cluster on Azure"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/2-connect-to-cluster","title":"Connect to OpenShift cluster on Azure"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/8-ssl","title":"Configuring HTTPS in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/1-singlenode","title":"Single VM Install"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/3-deploy-OpenIAM-helm","title":"Deploy OpenIAM to OpenShift cluster with Helm"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/5-localhost-dev-cluster","title":"Localhost development cluster"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/4-some-descriptions-helm","title":"Memory requirements for OpenShift deployment with Helm"}}},{"node":{"fields":{"slug":"/installation/7-OpenShift-installation/6-deploy-from-windows","title":"Deploy OpenIAM to OpenShift cluster with Helm (from Windows)"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/10-backup-and-restoration","title":"Backup and restoration procedure in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/11-common-scenario","title":"Installing OpenIAM in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/1-ssl","title":"Configuring HTTPS in Kubernetes"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/2-deployment-with-terraform","title":"Deploying OpenIAM with Terraform"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/12-vault-migration-fromRPM-toK8","title":"Migration of Vault from RPM-based cluster to Kubernetes-based OpenIAM cluster"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/3-depl-without-terraform","title":"Deploying OpenIAM on Kubernetes using Helm"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/4-RabbitMQ-TLS","title":"RabbitMQ TLS directory in Kubernetes"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/6-k8platforms","title":"Kubernetes Platforms"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/7-useal-keys-restoration","title":"Backing up and restoring the vault unseal keys in Kubernetes"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/9-remoteDB","title":"Installing OpenIAM with a remote database in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/5-upgrading","title":"Upgrading OpenIAM in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/8-sizing/1-small-k8","title":"Small Enterprise - K8"}}},{"node":{"fields":{"slug":"/installation/8-sizing/2-medium-k8","title":"Medium Enterprise - K8"}}},{"node":{"fields":{"slug":"/installation/9-data_migration/1-migrating_ES_Docker","title":"Verifying and migrating Elasticsearch data in Docker-based OpenIAM cluster"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/8-AKS_with_ext_MSSQL","title":"Deploying OpenIAM on AKS (Kubernetes) with an external MSSQL database"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous/02-hardening","title":"Securing your installation"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous/01-log4j","title":"Log4j Vulnerability"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous/03-db-switch","title":"Change OpenIAM product database"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous/05-postgres-install","title":"Installing PostgreSQL 15"}}},{"node":{"fields":{"slug":"/troubleshooting/cluster/1-rabbitmq-reinit","title":"RabbitMQ cluster went out of order"}}},{"node":{"fields":{"slug":"/installation/9-miscellaneous/04-compatibility","title":"Compatibility matrix"}}},{"node":{"fields":{"slug":"/troubleshooting/cluster/2-rabbitmq-UI","title":"RabbitMQ is not reached from UI in RPM installations"}}},{"node":{"fields":{"slug":"/troubleshooting/docker/1-connectorlogs","title":"View container logs"}}},{"node":{"fields":{"slug":"/troubleshooting/connectors/sync-vs-async-source","title":"Synchronous vs. asynchronous synchronization source for connectors"}}},{"node":{"fields":{"slug":"/troubleshooting/docker/2-containersrestart","title":"Containers Restarting"}}},{"node":{"fields":{"slug":"/troubleshooting/cluster/3-Rabbitmq-connection-timeout","title":"RabbitMQ  connection timeout issue"}}},{"node":{"fields":{"slug":"/troubleshooting/docker/3-uninstall","title":"Remove an OpenIAM Docker Install"}}},{"node":{"fields":{"slug":"/troubleshooting/docker/4-troubleshooting-steps","title":"Troubleshooting steps in a container-based cluster"}}},{"node":{"fields":{"slug":"/troubleshooting/docker/5-log-checking-guide","title":"Docker log checking guide"}}},{"node":{"fields":{"slug":"/troubleshooting/environment/disableswap","title":"Disable swap"}}},{"node":{"fields":{"slug":"/troubleshooting/environment/memoryutili","title":"Check memory utilization"}}},{"node":{"fields":{"slug":"/troubleshooting/environment/redismemory","title":"Redis memory utilization"}}},{"node":{"fields":{"slug":"/troubleshooting/rpm/trobleshooting_guide","title":"Troubleshooting guide for RPM"}}},{"node":{"fields":{"slug":"/troubleshooting/rpm/failed-dependencies","title":"Failed dependencies"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/access-after-migration","title":"Access problem after migrating OpenIAM"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/access-forbidden","title":"Access Forbidden error"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/audit-doc-timestamp","title":"Audit document timestamp issue"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/JDBC-connection-pool","title":"Increasing the JDBC connection pool size"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/activationlink","title":"Error when sending activation link"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/database-reset","title":"Database reset"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/auth-manager","title":"Backend exception error when running authentication manager"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/flyway_version","title":"Flyway version issue"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/increasing-RAM","title":"Increasing memory for OpenIAM services"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/elasticsearch-readonly-state","title":"Elasticsearch read-only state"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/modifly_system_labels_and_messages","title":"Changing system labels and messages"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/lackof_disk_space","title":"Running out of disk space"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/my-application-page-selfservice","title":"Changing refresh time for My Applications page in SelfService"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/overriding-app-properties","title":"Overriding UI application properties"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/remove-navigation-bar","title":"Removing menu items from top navigation bar"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/resetting_passwords","title":"Resetting passwords"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/run_flyway_repair_mode","title":"Run Flyway in repair mode"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/report-generation-issue","title":"Error during report generating in RPM installations"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/pad-block-corrupted","title":"PAD Block Corrupted"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/unlocksysadmin","title":"Unlock sysadmin"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/1-connect","title":"Deploying and registering connectors"}}},{"node":{"fields":{"slug":"/troubleshooting/operational/username_in_selfservice","title":"Username not shown in SelfService"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements","title":"Importing users and their entitlement memberships"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements","title":"Importing entitlements"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/4-pageconfiguration/2-customuserpage","title":"Creating more custom user edit pages"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/4-pageconfiguration/1-userpage","title":"Configuring user page templates"}}},{"node":{"fields":{"slug":"/admin/1-usradmin/4-pageconfiguration/4-customtemplates","title":"Custom form templates"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/1-system","title":"System tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/3-UI","title":"UI tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/5-organization-tab","title":"Organization tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/6-password","title":"Password tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/7-authentication","title":"Authentication tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/4-workflow","title":"Workflow tab"}}},{"node":{"fields":{"slug":"/admin/12-administration/1-sysconfig/8-auditeventstosyslog","title":"Exporting Audit Events to Syslogs"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management/2-smtpconfig","title":"Mailbox Configuration"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management/3-multilanguagemail","title":"Multilanguage emails"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management/1-emailtemplates","title":"Email templates"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management/4-mail-via-azure","title":"Mailbox configuration via Azure application"}}},{"node":{"fields":{"slug":"/admin/12-administration/2-mail-management/5-alert-notifications","title":"Configuring alert notifications"}}},{"node":{"fields":{"slug":"/admin/2-authentication/8-social/1-googlesociallogin","title":"Google Social Login"}}},{"node":{"fields":{"slug":"/admin/2-authentication/8-social/2-facebooksociallogin","title":"Facebook Social Login"}}},{"node":{"fields":{"slug":"/admin/3-authz/14-menus/1-enduseraccess","title":"End-user access roles"}}},{"node":{"fields":{"slug":"/admin/2-authentication/8-social/3-linkedinsociallogin","title":"LinkedIn Social Login"}}},{"node":{"fields":{"slug":"/admin/3-authz/14-menus/2-adminaccess","title":"Admin access role"}}},{"node":{"fields":{"slug":"/admin/2-authentication/8-social/4-appleidsociallogin","title":"AppleID Social Login"}}},{"node":{"fields":{"slug":"/admin/3-authz/14-menus/3-FAQ","title":"FAQs about menus and their use"}}},{"node":{"fields":{"slug":"/admin/3-authz/2-roles/1-role-types","title":"Types of roles existing in OpenIAM"}}},{"node":{"fields":{"slug":"/admin/3-authz/3-groups/1-create-group","title":"Creating a group"}}},{"node":{"fields":{"slug":"/admin/4-app-onboarding/2-Manual-applications/1-reg-applications","title":"Register applications"}}},{"node":{"fields":{"slug":"/admin/8-sso/1-saml/1-jit-provisioning","title":"Just-in-time Provisioning"}}},{"node":{"fields":{"slug":"/admin/8-sso/2-oauth2/1-Auth-code-grand","title":"Authorization code grant type"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/10-winlocal/1-winlocalv4","title":"Version 4"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/2-postmanconfig","title":"Create Postman collection"}}},{"node":{"fields":{"slug":"/admin/5-lifecycle/11-provisioning-config/1-prepost-processor","title":"Pre/PostProcessor"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/1-createauthprovider","title":"Create OpenIAM Provider for Postman"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/3-add-request","title":"Define an API request in Postman"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/4-JWT-tokens","title":"Getting started with JWT tokens in Postman"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/1-createauthprovider","title":"Create OpenIAM oAuth provider in Python"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/10-winlocal/2-winlocalv5","title":"Version 5"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/2-grantinguathz","title":"Granting authorization to the API with Python"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/3-api-call-examples","title":"API calls examples in Python"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/6-example","title":"Client credentials flow with a defined scope in Postman"}}},{"node":{"fields":{"slug":"/developerguide/2-api/1-postman/5-postman-links","title":"Postman API documentation links"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/4-enabling-disabling-user","title":"Enabling/Disabling a user with API calls examples in Python"}}},{"node":{"fields":{"slug":"/admin/3-authz/2-roles/5-importingroles","title":"Importing roles"}}},{"node":{"fields":{"slug":"/admin/3-authz/2-roles/2-createrole","title":"Create role"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/5-object-oriented-impl-example","title":"Object oriented implementation for REST API in Python"}}},{"node":{"fields":{"slug":"/admin/3-authz/2-roles/3-findrole","title":"Finding an existing role"}}},{"node":{"fields":{"slug":"/developerguide/2-api/2-python/6-OTP-verification","title":"OTP Verification in Python"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java/1-createauthprovider","title":"Create OpenIAM Provider"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java/3-creating-searching-users","title":"Creating and searching a user with API call in Java"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java/4-calls-examples","title":"API calls examples in Java"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java/5-enabling-disabling-users","title":"Enabling/Disabling a user with API calls examples in Java"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/1-autoprov/1-newhires","title":"New hires"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import/3-azuread","title":"Entra ID"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import/6-importroles","title":"Import Roles"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/1-provisioningCSV","title":"Creating a synchronization configuration for the source"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/2-policymap","title":"Policy map"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/4-birthright","title":"New hire"}}},{"node":{"fields":{"slug":"/developerguide/2-api/3-java/2-grantauthz","title":"Granting authorization to the API with Java"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/3-creatingrole","title":"Creating role"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/5-transfer","title":"Transfer"}}},{"node":{"fields":{"slug":"/getting-started/6-automatedprovisioning/2-tutorial/6-termination","title":"Terminations"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/3-upgrading/1-upgrade-4219","title":"Upgrade from version 4.2.1.5-4.2.1.8 to version 4.2.1.10 in Docker"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/3-upgrading/3-upgrade-42111","title":"Upgrade from version 4.2.1.10 to version 4.2.1.11 in Docker"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/3-upgrading/2-upgrade-42110","title":"Upgrade from version 4.2.1.9 to version 4.2.1.10 in Docker"}}},{"node":{"fields":{"slug":"/installation/2-docker-installation/3-upgrading/4-upgrade-42116","title":"Upgrade from version 4.2.1.x to version 4.2.1.16 in Docker"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/1-singlenode/1-rpm-with-internet","title":"Installation with Internet Access"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/1-singlenode/2-rpm-no-internet","title":"Installation without Internet Access"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/1-singlenode/3-nonroot-partition","title":"Installing OpenIAM on a non-root partition"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/5-ports/1-one-node","title":"Single node deployment"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/3-upgradingto-42111","title":"Upgrading from versions 4.2.1.9-4.2.1.10 to version 4.2.1.11 in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/2-upgradingto-42110","title":"Upgrading from version 4.2.1.5-4.2-4.2.1.8 to version 4.2.1.10 in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/4-upgradingto-42112","title":"Upgrading from versions 4.2.1.x to version 4.2.1.12 in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/5-ports/2-three-node","title":"Three node cluster"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/4-migrating-index-data","title":"Migration of index data from older ElasticSearch versions to newer one"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/5-upgradingto-42116","title":"Upgrading from versions 4.2.1.x to version 4.2.1.16 in RPM"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/1-databasemigration","title":"Database migration from version 3.X to 4.X"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/5-infrastructure_upgrade","title":"Infrastructure upgrade"}}},{"node":{"fields":{"slug":"/installation/1-rpm-installation/6-upgrading/6-infra-upgrade-42113","title":"Infrastructure upgrade in v4.2.1.13"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/5-upgrading/3-upgrade-42113k8-rabbitmq","title":"Upgrading from version below 4.2.1.8 to version 4.2.1.13 in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/5-upgrading/4-upgrade-42116k8","title":"Upgrading from versions 4.2.1.x to version 4.2.1.16 in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/5-upgrading/5-upgrade-42112k8","title":"Upgrading from version 4.2.1.x to version 4.2.1.12 in Kubernetes environment"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/6-k8platforms/2-aws","title":"AWS Kubernetes guide"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/6-k8platforms/4-azure","title":"Azure Kubernetes Guide"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/6-k8platforms/1-gce","title":"GCE Kubernetes guide"}}},{"node":{"fields":{"slug":"/installation/6-kubernetes-installation/6-k8platforms/3-helm","title":"Private Kubernetes Cluster using Helm"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/1-connect/2-rpm","title":"Connectors via RPM"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/1-connect/3-docker","title":" Connectors via Docker"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/1-connect/4-k8","title":" Connectors via Kubernetes"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements/3-troubleshooting","title":"Troubleshooting"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements/1-config-synch","title":"Configuring synchronization for importing users and their entitlement memberships"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements/2-transformationscripts","title":"Transformation scripts"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements/3-common-questions","title":"Common questions"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements/2-transformationscripts","title":"Transformation scripts"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements/1-configuring-synch","title":"Configuring synchronization for importing entitlements"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import/ldap/1-ldapvalidation","title":"Synchronization Validation Script"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements/2-transformationscripts/1-ADgroup-transformation","title":"Sample transformation script for AD groups"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/2-importentitlements/2-transformationscripts/2-csv-transformation","title":"Sample transformation script for a CSV file"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import/ldap/2-ldapsynchusers","title":"LDAP User Synchronization Script"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements/2-transformationscripts/3-ADtransformation-usergroup","title":"Sample transformation script for AD users and group memberships"}}},{"node":{"fields":{"slug":"/developerguide/9-synchronization/2-import/ldap/3-ldapattributeslists","title":"LDAP Attribute list for User Synchronization"}}},{"node":{"fields":{"slug":"/getting-started/4-application-onboarding/3-importusers-and-entitlements/2-transformationscripts/4-csv-users-entitlements","title":"Sample transformation script for a CSV file"}}},{"node":{"fields":{"slug":"/connectorconfig/microsoft/4-adpowershell","title":"Active Directory PowerShell connector"}}},{"node":{"fields":{"slug":"/appendix/5-message_en_file","title":"Message properties"}}}]}},"pageContext":{"id":"d3fe27f7-2f5e-5a59-a40b-c9fcd34d4b25"}},
    "staticQueryHashes": ["2619113677","3706406642","417421954"]}