Known issues and limitations
The following are known issues or limitations for the Azure AD Password Credential Validator.
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.
-
- Custom properties
-
-
Azure AD custom properties use the following naming convention:
extension_applicationId_attributename. When extending the contract with custom properties, use the full attribute name. For example:extension_1e194ef156124ddcb1cedf75d43f1794_st.The adapter returns these attributes in the same format.
-
Custom properties must be explicitly requested in the Microsoft API. Update the User Attributes Endpoint and Group Membership Endpoint PCV instance fields accordingly.
Learn more in Get a user in the Microsoft documentation.
-