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

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings