Add Company Name in Azure AD to Azure AD claims

Iron Contributor

Hello,

 

Is it possible to add the Azure AD Company Name value to the user's claims in Azure AD?
I was looking at https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims and https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims and didn't find any reference to company name.

 

I know I can call Graph API (https://graph.microsoft.com/v1.0/me?$select=companyName) 

and get the company name but I would like to spare a call to Graph API if it possible to add the user's company name to Azure AD claims.

 

Thanks

 

0 Replies