Forum Discussion
Thomas Habersatter
May 15, 2017Copper Contributor
Azure AD B2B SharePoint on Premise using Groups
Having SharePoint OnPrem, ADFS, Azure AD Sync etc in place and wanting to use Azure AD B2B for external user access the authentication of external users in the SharePoint Web Application is now possi...
- Jun 07, 2017
Now Azure AD Groups are transmitted as Roles-Claim to SharePoint. The only thing we changed was the AzureCP configuration (Claims Provider) by removing the UPN Claim, so that only EmailAddress and Role is used as Claim types mapped to Azure objects.
Thomas Habersatter
May 29, 2017Copper Contributor
Or maybe its not working with NTLM enabled, instead of Kerberos?
Thomas Habersatter
Jun 07, 2017Copper Contributor
Now Azure AD Groups are transmitted as Roles-Claim to SharePoint. The only thing we changed was the AzureCP configuration (Claims Provider) by removing the UPN Claim, so that only EmailAddress and Role is used as Claim types mapped to Azure objects.
- roykimJun 19, 2017MVPThomas,
Sounds interesting.
Could you please provide detailed steps on what you just mentioned or a link to an article that does?