0

We have Azure AD that migrated from Windows AD

we need custom attribute(Column) in user profile as Date, such as Hire Date

is this possible? Any suggestion is appreciable

See Image

Murray Foxcroft
  • 12,785
  • 7
  • 58
  • 86
Amit Koyani
  • 101
  • 6
  • There's actually quite a few articles about that [to be found](https://www.google.com/search?q=azure+active+directory+custom+attributes) online. – rickvdbosch Jan 11 '19 at 12:47
  • Do you have a specific question or asking for links to Azure docs? The google link in Rick's comment returns walkthroughs from the documentation site – Panagiotis Kanavos Jan 11 '19 at 13:37
  • Maybe you are finding [Define custom attributes in Azure Active Directory B2C](https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-custom-attr). – Charles Xu Jan 11 '19 at 14:50
  • Also check out: https://learn.microsoft.com/en-us/graph/extensibility-overview – juunas Jan 11 '19 at 19:56

1 Answers1

0

we need custom attribute(Column) in user profile as Date, such as Hire Date

is this possible?

In the Azure Portal, the answer is No.

But you could use directory extensions to extend the schema in Azure Active Directory (Azure AD) with your own attributes from on-premises Active Directory. For the details, you could read Azure AD Connect sync: Directory extensions.

And you could also add an Azure Active Directory (AAD) custom property to the UserContext. For the details, please refer to here.

SunnySun
  • 1,900
  • 1
  • 6
  • 8