Skip to content

Commit e68f8a4

Browse files
committed
update
1 parent 252116e commit e68f8a4

File tree

586 files changed

+1612
-1612
lines changed

Some content is hidden

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

586 files changed

+1612
-1612
lines changed

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/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/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

docs/identitymanager/6.1/integration-guide/connectors/how-tos/sharepoint-export/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The target path for these files can be set up using the following settings:
108108
109109
```
110110
111-
appsettings.agent.json
111+
**appsettings.agent.json**
112112
113113
{ ... "Connections": { ... "SharePointExportContoso": { "Server": "https://contoso.sharepoint.com/",
114114
"Login": "[email protected]", "Password": "19f23f48379d50a9a50b8c" } } }
@@ -269,7 +269,7 @@ achieved with the `<EntityType>` tag and the following attributes:
269269
270270
```
271271
272-
Conf/SharePoint/SharePoint Connector.xml
272+
**Conf/SharePoint/SharePoint Connector.xml**
273273
274274
... <EntityType Identifier="SharePoint_Entity" DisplayName_L1="SharePoint_Entity"></EntityType>...
275275
@@ -311,7 +311,7 @@ elements.
311311
312312
```
313313
314-
Conf/SharePoint/SharePoint Connector.xml
314+
**Conf/SharePoint/SharePoint Connector.xml**
315315
316316
...
317317
<EntityAssociation Identifier="SharePoint_Object_Parent" DisplayName_L1="Parent object" IsProperty1Collection="true" Property1="SharePoint_Object:Objects" Property2="SharePoint_Object:ParentKey" />
@@ -359,7 +359,7 @@ EntityType property which is written to the **Identifier** attribute.
359359
360360
```
361361
362-
Conf/SharePoint/SharePoint Connector.xml
362+
**Conf/SharePoint/SharePoint Connector.xml**
363363
364364
...
365365
<EntityTypeMapping Identifier="SharePoint_Entity" Connector="SharePoint" ConnectionTable="SharePointExportContoso_Entity">
@@ -433,7 +433,7 @@ items. This is usually declared in the `Nav.xml` file in the configuration root
433433
434434
```
435435
436-
Conf/Nav.xml
436+
**Conf/Nav.xml**
437437
438438
...
439439
@@ -474,7 +474,7 @@ describes how a single resource should be displayed.
474474
475475
```
476476
477-
Conf/SharePoint/SharePoint UI.xml
477+
**Conf/SharePoint/SharePoint UI.xml**
478478
479479
... <DisplayEntityType Identifier="SharePoint_Entity">
480480
<Property OutputType="BasicCollection" Identifier="Member" />
@@ -525,7 +525,7 @@ of the entity type is used.
525525
526526
```
527527
528-
Conf/SharePoint/SharePoint Connector.xml
528+
**Conf/SharePoint/SharePoint Connector.xml**
529529
530530
...
531531
<EntityPropertyExpression Identifier="SharePointObject_Entity_InternalDisplayName" Expression="C#:resource:return resource.Name ?? resource.Email ?? resource.Id.ToString();" EntityType="SharePoint_Entity" Property="InternalDisplayName" />
@@ -578,7 +578,7 @@ other related operations.
578578
579579
```
580580
581-
Conf/SharePoint/SharePoint Jobs.xml
581+
**Conf/SharePoint/SharePoint Jobs.xml**
582582
583583
...
584584
<Job Identifier="SharePoint_Synchronization_Delta" DisplayName_L1="10: SharePoint- Synchronization (delta)" DisplayName_L2="10: SharePoint - Synchronisation (delta)" Agent="Local">
@@ -638,7 +638,7 @@ Here, we focus on creating one profile, used by the Job and every Task of the Jo
638638
639639
```
640640
641-
Conf/Profile AgentJob.xml
641+
**Conf/Profile AgentJob.xml**
642642
643643
... <Profile Identifier="AgentSynchro" DisplayName_L1="Agent Synchro" />...
644644
@@ -730,7 +730,7 @@ The following example creates a ```ClientId/Secret``` pair to be used by the Age
730730
731731
```
732732
733-
Conf/OpenIdClients.xml
733+
**Conf/OpenIdClients.xml**
734734
735735
...
736736
<OpenIdClient Identifier="Job" HashedSecret="K7gNU3sdo+Op8wNhqoVWhr5v6s1xYv72ol/pe/Unols=" DisplayName_L1="ClientId for Jobs" DisplayName_L2="ClientId pour les jobs" Profile="Administrator" />

docs/identitymanager/6.1/integration-guide/connectors/how-tos/write-ticket-template/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ messages can be shown if several changes meet the condition.
6464
6565
Please create a resource "{{ResourceType}}" for user {{Username}}.
6666
67-
For more information on the user, see: {{UsercubeProfileLink}}
67+
**For more information on the user, see: {{UsercubeProfileLink}}**
6868
6969
{{#ifCond ProvisioningOrder.ChangeType '==' 'Deleted'}}
7070
To delete the account, please contact the IT team.

docs/identitymanager/6.1/integration-guide/connectors/references-connectors/azure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ in the UI and/or the XML configuration, and in the `appsettings.agent.json > Con
3434

3535
```
3636

37-
appsettings.agent.json
37+
**appsettings.agent.json**
3838

3939
{ ... "Connections": { ... "<ConnectionIdentifier>": { ... } } }
4040

docs/identitymanager/6.1/integration-guide/connectors/references-connectors/azuread/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ in the UI and/or the XML configuration, and in the `appsettings.agent.json > Con
5151

5252
```
5353

54-
appsettings.agent.json
54+
**appsettings.agent.json**
5555

5656
{ ... "Connections": { ... "<ConnectionIdentifier>": { ... } } }
5757

docs/identitymanager/6.1/integration-guide/connectors/references-connectors/internalworkflow/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The configuration setting must have the following attributes:
9999
| ------------------------- | ------ | ------------------------------------------------------- |
100100
| WorkflowJsonPath required | String | Path of the JSON file used to configure this connector. |
101101

102-
WorkflowJsonPath
102+
**WorkflowJsonPath**
103103

104104
The file specified in WorkflowJsonPath must have a specific structure.
105105

@@ -164,7 +164,7 @@ properties must be present in the provisioning order and in this JSON file.
164164
:::
165165

166166

167-
Setting attributes
167+
**Setting attributes**
168168

169169
The table below summarizes the setting attributes.
170170

@@ -199,11 +199,11 @@ Internal Workflow.
199199

200200
See the following to figure out authentication.
201201

202-
Password reset
202+
**Password reset**
203203

204204
This connector does not reset passwords.
205205

206-
Credential protection
206+
**Credential protection**
207207

208208
This connector has no credential attributes, and therefore does not use RSA encryption, nor a
209209
CyberArk Vault. See the

0 commit comments

Comments
 (0)