Skip to content

Commit ea594b3

Browse files
committed
new topic
1 parent 7cd3bcf commit ea594b3

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

articles/active-directory-domain-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
href: synchronization.md
5858
- name: How password hash synchronization works
5959
href: ../active-directory/hybrid/how-to-connect-password-hash-synchronization.md?context=/azure/active-directory-domain-services/context/azure-ad-ds-context
60+
- name: Custom attributes
61+
href: concepts-custom-attributes.md
6062
- name: Virtual network considerations
6163
href: network-considerations.md
6264
- name: Classic deployment migration benefits
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Create and manage custom attributes for Azure AD Domain Services | Microsoft Docs
3+
description: Learn how to create and manage custom attributes in an Azure AD DS managed domain.
4+
services: active-directory-ds
5+
author: justinha
6+
manager: amycolannino
7+
8+
ms.assetid: 1a14637e-b3d0-4fd9-ba7a-576b8df62ff2
9+
ms.service: active-directory
10+
ms.subservice: domain-services
11+
ms.workload: identity
12+
ms.topic: how-to
13+
ms.date: 01/29/2023
14+
ms.author: justinha
15+
16+
---
17+
# Custom attributes for Azure Active Directory Domain Services
18+
19+
For various reasons, companies often can’t modify code for legacy apps. For example, apps may use a custom attribute, such as a custom employee ID, and rely on that attribute for LDAP operations.
20+
21+
Azure AD supports adding custom data to resources using [extensions](/graph/extensibility-overview). Azure Active Directory Domain Services (Azure AD DS) can synchronize the following types of extensions from Azure AD, so you can also use apps that depend on custom attributes with Azure AD DS:
22+
23+
- [onPremisesExtensionAttributes](/graph/extensibility-overview?tabs=http#extension-attributes) are a set of 15 attributes that can store extended user string attributes.
24+
- [Directory Extensions](/graph/extensibility-overview?tabs=http#directory-azure-ad-extensions) allow the schema extension of specific directory objects, such as users and groups, with strongly-typed attributes through registration with an application in the tenant.
25+
26+
Both types of extensions can be configured By using Azure AD Connect for users who are managed on-premises, or MSGraph APIs for cloud-only users.
27+
28+
>[!Note]
29+
>It is not supported to synchronize the following types of extensions:
30+
>- Custom Security Attributes in Azure AD (Preview)
31+
>- MSGraph Schema Extensions
32+
>- Open Extensions
33+
34+

0 commit comments

Comments
 (0)