Forum Discussion
AshJor
Aug 31, 2020Copper Contributor
Everyone group Azure AD for user assignment
Hi Everyone, I am creating a enterprise application in Azure and I am at user assignment, I know I can allow certain groups/ users which I would select, however is there a pre-defined group tha...
- Aug 31, 2020
Hi AshJor,
I would suggest to build a dynamic AAD Group that contains all users from AAD, maybe with:
Usertype -> Member
dirSyncEnabled -> false
This should get all AAD Only Users to the Group.
When you don't tick User assignment required, everybody can use the Enterprise App as far as i remember.
Kind Regards, Peter
Peter_Beckendorf
Aug 31, 2020Iron Contributor
Hi AshJor,
I would suggest to build a dynamic AAD Group that contains all users from AAD, maybe with:
Usertype -> Member
dirSyncEnabled -> false
This should get all AAD Only Users to the Group.
When you don't tick User assignment required, everybody can use the Enterprise App as far as i remember.
Kind Regards, Peter
- AshJorSep 06, 2020Copper Contributor