Home > Forum > General > Privileges Access to the application / start workflow - Entra ID Group

Privileges Access to the application / start workflow - Entra ID Group
0

Hello,
just starting with our production environment. One question/issue showed up:

Our User/Group sync is connected to Entra ID. Sync is working and ok.
We have a group in Entra ID named "All_internal_users" (example). Each user is in this group (checked also via myaccount.microsoft.com).
If I use this group in "Access to the application" and "Start Workflow" it does not work => User does not see the application and cannot start a workflow
If I add the users direct, all is working.

Any ideas whats wrong?
Thanks
Ernst

MVP

Hi Ernst,

maybe you can check which users have been resolved for this group in the database.

This could work, but I haven't tested it.

SELECT users.COS_BpsID
FROM [dbo].[CacheOrganizationStructure] as users
join [dbo].CacheOrganizationStructureGroupRelations as groupMembers
on users.COS_ID = groupMebers.COSGR_UserID
join [dbo].[CacheOrganizationStructure] as [group]
on groupMembers.COSGR_GroupID = [group].COS_ID
where [group].COS_DisplayName like '%All_internal_users%'

Best regards,
Daniel

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.