Creating, Mapping, and Using Groups
The concept of "Groups" does not exist in Azure AD B2C. However, Azure AD B2C can retrieve group information from Microsoft Entra ID when configuring Azure AD B2C with Microsoft Entra ID as the identity provider (IdP).
Create a Group Claim in Microsoft Entra ID 
For detailed steps, refer to the "Create a Group Claim in Microsoft Entra ID —OIDC Configuration" section in Creating, Mapping, and Using Groups.
Create a Group in Microsoft Entra ID 
For detailed steps, refer to the "Create a Group in Microsoft Entra ID" section in Creating, Mapping, and Using Groups.
Add Members to the Group 
For detailed steps, refer to the "Add Members to the Group" section in Creating, Mapping, and Using Groups.
Configure ThingWorx to Retrieve Microsoft Entra ID Group Information 
1. Before configuring ThingWorx for SSO, stop the ThingWorx server.
2. In the AzureSettings section, set apiEndPoint property value to https://graph.microsoft.com/v1.0/.
3. Make sure that the useAccessTokenClaims property value in the OIDCSettings section is set to true.
4. Start the ThingWorx server.
Create a User Group in ThingWorx 
Create a user group in ThingWorx Composer.
For more information, see User Groups in the ThingWorx Help Center.
Map the Group in ThingWorx 
For detailed steps, refer to the "Map the Group in ThingWorx" section in Creating, Mapping, and Using Groups.
Was this helpful?