Identity management through Azure AD

Luiz Felipe Neiva da Silva 20 Reputation points
2023-08-17T19:52:54.8966667+00:00

Hello everyone, good afternoon!

Does anyone know how I create a specific property for identity management in Azure AD.

Example: In addition to the department, city, first and last name information, I would like to create a CPF field for example or any other field that does not have it by default.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,187 questions
{count} votes

Accepted answer
  1. Ajinkya Ghare 155 Reputation points
    2023-08-17T22:41:46.9133333+00:00

    You can add custom attribute according to your requirement. 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.

    https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/custom-security-attributes-add

    Sign in to the Azure portal.

    Click Azure Active Directory > Custom security attributes (Preview).

    Click Add attribute set to add a new attribute set.

    If Add attribute set is disabled, make sure you are assigned the Attribute Definition Administrator role

    Enter a name, description, and maximum number of attributes.

    An attribute set name can be 32 characters with no spaces or special characters.


1 additional answer

Sort by: Most helpful
  1. Dillon Silzer 57,711 Reputation points
    2023-08-20T03:31:56.5833333+00:00

    Hello Luiz,

    Have a look at using Extension Attributes with Azure AD:

    Azure AD cmdlets to work with extension attributes

    https://learn.microsoft.com/en-us/powershell/azure/active-directory/using-extension-attributes-sample?view=azureadps-2.0

    Extension attributes offer a convenient way to extend your Azure AD directory with new attributes that you can use to store attribute values for objects in your directory. You can attach an extension attribute to the following object types:

    • users
    • tenant details
    • devices
    • applications

    Create a new extension property

    https://learn.microsoft.com/en-us/powershell/azure/active-directory/using-extension-attributes-sample?view=azureadps-2.0#create-a-new-extension-property


    If this is helpful please accept answer.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.