Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Retrieve Additional User Properties for Azure Active Directory User Provider

Retrieve Additional User Properties for Azure Active Directory User Provider

  • Last UpdatedJun 06, 2024
  • 1 minute read

You can retrieve additional user properties in Azure Active Directory (AAD) provider so that you can use that property in User Search and Assignment.

You need to add the additional property in the Definition XML as,

<property name="mailNickname" type="string" displayName="MailNickName" entitymappedproperty="UserMailNickName" />

To Add Additional Property in the Definition Xml

  1. In Central Configuration, go to Repository Provider List.

  2. Select the repository configured with Azure Active Directory Provider and expand it.

  3. Access the Definition XML of User Entity by clicking on the Click here option beside User Entity.

  4. Edit the Definition XML and add the property for the new field.

    Example:

    <property name="UserMailNickName" displayname="MailNickName" type="string" />

  5. Select the provider Definition XML and click the Definition XML

  6. Edit the Definition XML and add,

    <property name="mailNickname" type="string" displayName="MailNickName" entitymappedproperty="UserMailNickName" />

  7. Add the Locales text for the display name as,

    aadprovider.MailNickName:MailNickName

  8. Do an IISReset to reflect the added property.

Related Links