Skip to content

Commit 973e151

Browse files
committed
2 parents ae7cf3a + f4c6a6e commit 973e151

File tree

72 files changed

+1247
-548
lines changed

Some content is hidden

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

72 files changed

+1247
-548
lines changed

articles/active-directory/app-provisioning/toc.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@
1818
href: customize-application-attributes.md
1919
- name: App specific provisioning tutorials
2020
href: /azure/active-directory/saas-apps/tutorial-list
21-
- name: Provisioning to SQL based apps
22-
href: tutorial-ecma-sql-connector.md
21+
- name: On-prem app provisioning tutorials
22+
items:
23+
- name: Provisioning to On-premises SCIM-enabled apps
24+
href: on-premises-scim-provisioning.md
25+
- name: Provisioning to SQL based apps
26+
href: on-premises-sql-connector-configure.md
27+
- name: Provisioning to LDAP based apps
28+
href: on-premises-ldap-connector-configure.md
2329
- name: Concepts
2430
expanded: true
2531
items:
@@ -62,10 +68,6 @@
6268
href: export-import-provisioning-configuration.md
6369
- name: Provisioning reports
6470
href: ../reports-monitoring/concept-provisioning-logs.md?context=%2fazure%2factive-directory%2fapp-provisioning%2fcontext%2fapp-provisioning-context
65-
- name: Automate configuration using MS Graph
66-
href: application-provisioning-configuration-api.md
67-
- name: Enable accidental deletions prevention
68-
href: accidental-deletions.md
6971
- name: Troubleshoot application provisioning
7072
items:
7173
- name: Known issues
@@ -82,16 +84,6 @@
8284
href: on-premises-ecma-troubleshoot.md
8385
- name: Provisioning logs
8486
href: ../reports-monitoring/concept-provisioning-logs.md?context=%2fazure%2factive-directory%2fapp-provisioning%2fcontext%2fapp-provisioning-context
85-
- name: On-premises app provisioning
86-
items:
87-
- name: Provisioning to SQL based apps
88-
href: on-premises-sql-connector-configure.md
89-
- name: Generic LDAP Connector configuration
90-
href: on-premises-ldap-connector-configure.md
91-
- name: On-premises application provisioning to SCIM-enabled apps
92-
href: on-premises-scim-provisioning.md
93-
- name: Migrate connector from MIM Sync
94-
href: on-premises-migrate-microsoft-identity-manager.md
9587
- name: Troubleshoot HR provisioning
9688
items:
9789
- name: Attribute retrieval issues
@@ -104,14 +96,18 @@
10496
href: hr-manager-update-issues.md
10597
- name: HR writeback issues
10698
href: hr-writeback-issues.md
99+
- name: Enable accidental deletions prevention
100+
href: accidental-deletions.md
101+
- name: Automate configuration using MS Graph
102+
href: application-provisioning-configuration-api.md
107103
- name: Reference
108104
items:
105+
- name: Function reference for writing expressions for attribute mappings
106+
href: functions-for-customizing-application-data.md
109107
- name: SCIM 2.0 protocol compliance
110108
href: application-provisioning-config-problem-scim-compatibility.md
111109
- name: SCIM and Graph scenarios
112110
href: scim-graph-scenarios.md
113-
- name: Function reference for writing expressions for attribute mappings
114-
href: functions-for-customizing-application-data.md
115111
- name: Cloud HR provisioning
116112
items:
117113
- name: SuccessFactors attribute reference
@@ -120,6 +116,8 @@
120116
href: workday-attribute-reference.md
121117
- name: Provisioning Agent version history
122118
href: provisioning-agent-release-version-history.md
119+
- name: Migrate connector from MIM Sync
120+
href: on-premises-migrate-microsoft-identity-manager.md
123121
- name: Resources
124122
items:
125123
- name: Support and help options for developers

articles/active-directory/fundamentals/azure-active-directory-parallel-identity-options.md

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.

articles/active-directory/fundamentals/custom-security-attributes-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To add or deactivate custom security attributes, you must have:
3333
3434
## Add an attribute set
3535

36-
An attribute set is a group of related attributes. All custom security attributes must be part of an attribute set. Attribute sets cannot be renamed or deleted.
36+
An attribute set is a collection of related attributes. All custom security attributes must be part of an attribute set. Attribute sets cannot be renamed or deleted.
3737

3838
1. Sign in to the [Azure portal](https://portal.azure.com) or [Azure AD admin center](https://aad.portal.azure.com).
3939

articles/active-directory/fundamentals/custom-security-attributes-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To better understand custom security attributes, you can refer back to the follo
108108
| Term | Definition |
109109
| --- | --- |
110110
| attribute definition | The schema of a custom security attribute or key-value pair. For example, the custom security attribute name, description, data type, and predefined values. |
111-
| attribute set | A group of related custom security attributes. Attribute sets can be delegated to other users for defining and assigning custom security attributes. |
111+
| attribute set | A collection of related custom security attributes. Attribute sets can be delegated to other users for defining and assigning custom security attributes. |
112112
| attribute name | A unique name of a custom security attribute within an attribute set. The combination of attribute set and attribute name forms a unique attribute for your tenant. |
113113
| attribute assignment | The assignment of a custom security attribute to an Azure AD object, such as users, enterprise applications (service principals), and managed identities. |
114114
| predefined value | A value that is allowed for a custom security attribute. |
@@ -122,7 +122,7 @@ The following table lists the properties you can specify for attribute sets and
122122
| Attribute set name | :heavy_check_mark: | | Name of the attribute set. Must be unique within a tenant. Cannot include spaces or special characters. |
123123
| Attribute set description | | :heavy_check_mark: | Description of the attribute set. |
124124
| Maximum number of attributes | | :heavy_check_mark: | Maximum number of custom security attributes that can be defined in an attribute set. Default value is `null`. If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. |
125-
| Attribute set | :heavy_check_mark: | | A group of related custom security attributes. Every custom security attribute must be part of an attribute set. |
125+
| Attribute set | :heavy_check_mark: | | A collection of related custom security attributes. Every custom security attribute must be part of an attribute set. |
126126
| Attribute name | :heavy_check_mark: | | Name of the custom security attribute. Must be unique within an attribute set. Cannot include spaces or special characters. |
127127
| Attribute description | | :heavy_check_mark: | Description of the custom security attribute. |
128128
| Data type | :heavy_check_mark: | | Data type for the custom security attribute values. Supported types are `Boolean`, `Integer`, and `String`. |
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)