Using with Azure Active Directory
The first time a user with an Azure account tries to log in, Haivision Hub requests information from your organization’s AD authentication service.
We typically recommend customers use their SSO credentials that they normally use for their organization. The Azure AD warning seems ominous, but Haivision Hub doesn’t actually collect anything significant from your AD. Haivision Hub does need to know the users’ email addresses and display names. Using Azure B2c with the MS Graph API, we are requesting the lowest level of permission that grants us email address: User.ReadBasic.All. From the Microsoft Graph API Permissions Reference:
The User.ReadBasic.All permission constrains app access to a limited set of properties known as the basic profile. This is because the full profile might contain sensitive directory information. The basic profile includes only the following properties:
displayName
givenName
mail
photo
surname
userPrincipalName
For more information, refer to these Microsoft articles on Azure AD user consent workflows:
