문제

I am trying to build birthday and anniversary webpart in office 365. The issue is our local ad users are synced but the birthday and hire-date are not synced in office 365.

I was checking the issue and found that we were using Azure AD Connect and that is not supporting these columns. So I have created 2 custom attribute (birthdate & hiredate) in Azure directory. Then using directory extension attribute sync, I am mapping local ad column in azure ad.

Now I am stuck here. I don't know how can I map these custom attribute with Office 365 columns. Can anyone provide any link how can I do these?

도움이 되었습니까?

해결책

You can use directory extensions to extend the schema in Azure Active Directory (Azure AD) with your own attributes from on-premises Active Directory.

Besides, you need to refresh the schema before these new attributes are visible.

Information about Azure AD Connect sync: Directory extensions

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top