Azure

Known issues and limitations

The following are known issues or limitations for the Azure AD Password Credential Validator.

Known issues

There are no known issues.

Known limitations

  • User account support:

    • Supported: single-tenant and multi-tenant Azure AD user accounts.

    • Not supported by Azure AD or Azure AD B2C: Federated accounts, personal accounts, and personal accounts that have been invited to an Azure AD tenant even as a guest.

  • Usernames

    • Short usernames, such as john.smith, aren’t supported.

  • Azure AD custom properties have the following naming convention: extension_applicationId_attributename. When extending the contract with custom properties, use the full attribute name. For example: extension_1e194ef156124ddcb1cedf75d43f1794_st. When these attributes are returned from the adapter they will be in the same format.

  • The custom properties would have to be explicitly requested in API. Update the PCV instance fields User Attributes Endpoint and Group Membership Endpoint accordingly. Learn more in the Get user Microsoft documentation.