Skip to content

Commit d04becd

Browse files
authored
Merge pull request #89 from netwrix/Ada/saastables
Ada/saastables
2 parents 23dd37d + 3c4a22c commit d04becd

File tree

1,223 files changed

+7917
-7847
lines changed

Some content is hidden

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

1,223 files changed

+7917
-7847
lines changed

docs/identitymanager/6.1/installation-guide/production-ready/agent/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,10 @@ appsettings.agent.json
291291
...
292292
"Connections": {
293293
"ADExport": {
294-
"Servers": [
295-
{
294+
"Servers": [{
296295
"Server": "paris.contoso.com",
297296
"BaseDN": "DC=paris,DC=com"
298-
}
299-
],
297+
}],
300298
"AuthType": "Basic",
301299
"Login": "Login",
302300
"Password": "Password",

docs/identitymanager/6.1/installation-guide/production-ready/email-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is an example with an external SMTP server.
4646

4747
```
4848
49-
appsettings.json
49+
**appsettings.json**
5050
5151
{
5252
...

docs/identitymanager/6.1/installation-guide/production-ready/server/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ The password should always be encrypted using the
355355

356356
```
357357

358-
appsettings.json
358+
**appsettings.json**
359359

360360
{ ... "IdentityServer": { "X509KeyFilePath": "./identitymanagerContoso.pfx", "X509KeyFilePassword":
361361
"eff@�%fmel/" } ... }
@@ -422,7 +422,7 @@ The service account used by the Server to access the Database is either:
422422
- A Windows account if the connection string was set up using `Integrated Security=SSPI`.
423423
- A SQL Server account if the connection string was set up with a login/password.
424424

425-
appsettings.json
425+
**appsettings.json**
426426

427427
```
428428
@@ -437,7 +437,7 @@ appsettings.json
437437
The **second example** sets a connection string using the SQL Server authentication.
438438
`CONTOSO/identitymanagerContosoServer` has been set as the Usercube Server IIS website identity.
439439

440-
appsettings.json
440+
**appsettings.json**
441441

442442
```
443443

docs/identitymanager/6.1/installation-guide/quick-start/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,27 @@ When extracting UsercubeBootstrap to the root of the computer, it looks like:
4040

4141
**Step 5 –** Create a Sources folder in UsercubeBootstrap.
4242

43-
_Remember,_ if you don't have the UsercubeBootstrap folder or if you don't create the Sources
43+
:::tip
44+
Remember, if you don't have the UsercubeBootstrap folder or if you don't create the Sources
4445
folder, the Path in the Directory connection in the Runtime/appsettings.agent.json must be adapted.
4546
Note that you don't need to have a Directory.xlsx file at the location described by this Path for
4647
now.
48+
:::
49+
4750

4851
**Step 6 –** Create a database named Usercube, using the default options.
4952

50-
**NOTE:** When using a database server other than Microsoft SQL Server or a different database name,
53+
:::note
54+
When using a database server other than Microsoft SQL Server or a different database name,
5155
remember to change the connection string accordingly, in the Runtime/appsettings.json file and in
5256
the future command lines.
57+
:::
58+
5359

5460
**Step 7 –** Execute the Runtime/identitymanager.sql file in the database.
5561

5662
**Step 8 –** Open a command prompt and deploy the configuration. See
57-
the[ Usercube-Deploy-Configuration ](/docs/identitymanager/6.1/integration-guide/executables/references/deploy-configuration/index.md)topic
63+
the[Usercube-Deploy-Configuration](/docs/identitymanager/6.1/integration-guide/executables/references/deploy-configuration/index.md)topic
5864
for additional information.
5965

6066
In our example, the command would be, in the Runtime folder:
@@ -67,7 +73,7 @@ script in the command line.
6773
```
6874

6975
**Step 9 –** Launch the server. See
70-
the[ Usercube-Server ](/docs/identitymanager/6.1/integration-guide/executables/references/server/index.md)topic
76+
the[Usercube-Server](/docs/identitymanager/6.1/integration-guide/executables/references/server/index.md)topic
7177
for additional information.
7278

7379
In our example, the command would be, still in the Runtime folder:

docs/identitymanager/6.1/installation-guide/requirements/database-requirements/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ This section identifies hardware and software requirements for Usercube's databa
1313
The database disk storage requirements depend on multiple factors as the database lifespan and the
1414
number of entries, for example 100,000 users can take up appropriately 10 GB of storage
1515

16-
**NOTE:** The maximum SQL Express database is 10 GB.
16+
:::note
17+
The maximum SQL Express database is 10 GB.
18+
:::
19+
1720

1821
## Software
1922

@@ -97,7 +100,7 @@ Usercube to access the SQL Server database:
97100

98101
Granting `bulkadmin` role to the server's service account requires access to an account member
99102
of the `sysadmin` or `securityadmin` server-level role on the target SQL Server. See the
100-
[ Install the Server ](/docs/identitymanager/6.1/installation-guide/production-ready/server/index.md)
103+
[Install the Server](/docs/identitymanager/6.1/installation-guide/production-ready/server/index.md)
101104
topic for additional information.
102105

103106
For more information about identity and permission management in SQL Server, see
@@ -122,5 +125,5 @@ must be set to 1 in the SQL database.
122125
## What's Next?
123126

124127
Let's move on to the requirements for Usercube's server. See the
125-
[ Server ](/docs/identitymanager/6.1/installation-guide/requirements/server-requirements/index.md)
128+
[Server](/docs/identitymanager/6.1/installation-guide/requirements/server-requirements/index.md)
126129
topic for additional information.

docs/identitymanager/6.1/installation-guide/reverse-proxy/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ directs incoming requests on `<listening-port>` from network 1 to a Usercube ser
7373

7474
```
7575

76-
nginx.conf
76+
**nginx.conf**
7777

7878
worker_processes auto;
7979

80-
http {
80+
**http {**
8181

8282
##
8383
# Basic Settings
@@ -131,7 +131,7 @@ http {
131131
}
132132
}
133133

134-
}
134+
**}**
135135

136136
````
137137
@@ -189,7 +189,7 @@ server { listen <listening-port> default_server; server_name <server-name>;
189189
proxy_set_header X-Real-IP $remote_addr;
190190
}
191191

192-
}
192+
**}**
193193

194194
```
195195

docs/identitymanager/6.1/integration-guide/api/authentication/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ configuration element.
1717
The `client_id` parameter to use in calls to the OpenIdConnect protocol endpoints must be the
1818
concatenation of `clientId`, `@` and the domain of the application.
1919

20-
For example, client defined by
20+
**For example, client defined by**
2121

2222
```
2323
24-
<OpenIdClient Identifier="MyApplication" .../>
24+
**<OpenIdClient Identifier="MyApplication" .../>**
2525
2626
```
2727

docs/identitymanager/6.1/integration-guide/api/squery/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ If select is not specified, API will just return queried elements' Ids.
7373

7474
Last 100 started job's instances' Ids.
7575

76-
_Remember,_ The `Top` in the API queries had been deprecated and `PageSize`should be used instead.
76+
:::tip
77+
Remember, The `Top` in the API queries had been deprecated and `PageSize`should be used instead.
78+
:::
79+
7780

7881
Code attributes enclosed with `<>` need to be replaced with a custom value before entering the
7982
script in the command line.
@@ -102,8 +105,7 @@ script in the command line.
102105
```
103106
104107
{
105-
  "Result": [
106-
    {
108+
  "Result": [{
107109
      "Id": "2147483653",
108110
      "Properties": [
109111
        {
@@ -130,14 +132,12 @@ script in the command line.
130132
        {
131133
          "Id": "-9223372015379939312",
132134
          "Identifier": "WorkflowInstanceId"
133-
        }
134-
      ],
135+
        }],
135136
      "Identifier": "AssignedCompositeRole"
136137
    },
137138
    {
138139
      "Id": "2147483654",
139-
      "Properties": [
140-
        {
140+
      "Properties": [{
141141
          "Id": "-9223372011084972031",
142142
          "Association1": {
143143
            "Id": "-9223372011084972031",
@@ -161,8 +161,7 @@ script in the command line.
161161
        {
162162
          "Id": "-9223372011084972025",
163163
          "Identifier": "StartDate"
164-
        }
165-
      ],
164+
        }],
166165
      "Identifier": "AssignedResourceNavigation"
167166
    }
168167
  ]

docs/identitymanager/6.1/integration-guide/connectors/how-tos/powershell-fulfill/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,15 @@ and
7070
> "Connections": {
7171
> ...
7272
> "ADFulfillment": {
73-
> "Servers": [
74-
> {
73+
> "Servers": [> {
7574
> "Server": "...",
7675
> "BaseDN": "..."
7776
> },
7877
> {
7978
> "Server": "paris.contoso.com",
8079
> "BaseDN": "DC=defense,DC=paris,DC=com"
8180
> }
82-
> ],
81+
>],
8382
> "AuthType": "Basic",
8483
> "Login": "...",
8584
> "Password": "...",

docs/identitymanager/6.1/integration-guide/connectors/how-tos/scim-salesforce-provisioning-entitlements/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ have an entity property with exactly `type` as identifier:
3333

3434
```
3535
36-
<Property Identifier="type" DisplayName_L1="Type" TargetColumnIndex="13" Type="String" />
36+
**<Property Identifier="type" DisplayName_L1="Type" TargetColumnIndex="13" Type="String" />**
3737
3838
```
3939

4040
And to map it in the `Entitlements` entity type mapping:
4141

4242
```
4343
44-
<Property Identifier="type" ConnectionColumn="type" />
44+
**<Property Identifier="type" ConnectionColumn="type" />**
4545
4646
```
4747

0 commit comments

Comments
 (0)