简体   繁体   English

使用Azure AD Connect同步时缺少Azure AD“描述”字段

[英]Azure AD “Description” field missing when sync'd using Azure AD Connect

We're using Azure AD Connect to sync our on-premises Active Directory to Azure AD. 我们正在使用Azure AD Connect将本地Active Directory同步到Azure AD。 We have the free version that comes with the Office 365 business plans. 我们有Office 365商业计划附带的免费版本。

Azure AD Connect shows the Description field as being synchronized to Azure AD, yet, the field does not appear anywhere. Azure AD Connect将描述字段显示为已同步到Azure AD,但是该字段不会出现在任何地方。

We're using a third-party service to read data from our user profiles to generate email signatures, but the service cannot read the data as it doesn't "exist" in Azure. 我们正在使用第三方服务从用户配置文件中读取数据以生成电子邮件签名,但是该服务无法读取数据,因为它在Azure中“不存在”。

I even tried going into our Azure AD Connect configuration, enabled Directory extension attribute sync and added the Description field for user accounts...but it created a new "description" field with a weird name instead. 我什至尝试进入Azure AD Connect配置,启用目录扩展属性同步,并为用户帐户添加了Description字段...但是它创建了一个新的“ description”字段,但名称却很奇怪。

Is there something I'm missing ? 有什么我想念的吗? Do we perhaps need to have Azure AD Premium ? 是否可能需要Azure AD Premium?

Thanks for your help people! 感谢您的帮助!

Based on the official documentation , the attribute for Description has been synced to Azure AD. 根据官方文档 ,“说明”的属性已同步到Azure AD。 You can verify it by open Synchronization Service Manager , and check the properties for the specific user by Metaverse Search. 您可以通过打开Synchronization Service Manager进行验证,并通过Metaverse搜索检查特定用户的属性。

However, if you need to retrieve the attribute values for specific user, you must use Azure AD Graph API. 但是,如果需要检索特定用户的属性值,则必须使用Azure AD Graph API。 For your scenario, the third-party service may leverage Azure AD Graph API for retrieving user properties. 对于您的方案,第三方服务可能会利用Azure AD Graph API来检索用户属性。

Then, if you check the Graph API reference , you can find that Description is not included in the list, which means you can't retrieve the Description attribute from Azure AD. 然后,如果检查Graph API引用 ,您会发现列表中未包含Description,这意味着您无法从Azure AD检索Description属性。

As a workaround, you can use Directory extension, but the attributes are prefixed with extension_{AppClientId}_. 解决方法是,可以使用目录扩展名,但是属性的前缀为extension_ {AppClientId} _。 The AppClientId has the same value for all attributes in your Azure AD tenant. 对于您的Azure AD租户中的所有属性,AppClientId具有相同的值。

Also, you can submit your requirements to the following website, which collects feedbacks for Azure AD from users. 另外,您可以将需求提交到以下网站,该网站收集用户对Azure AD的反馈。

https://feedback.azure.com/forums/169401-azure-active-directory?query=attribute https://feedback.azure.com/forums/169401-azure-active-directory?query=attribute

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM