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: federated accounts, personal accounts, and personal accounts that have been invited to an Azure AD tenant (even as a guest).
  • Usernames
    • Short usernames (e.g. 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. For more information, see Get user in the Microsoft documentation.