Forum Discussion
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 that allows Everyone from Only my Azure Active Directory.
If I don't tick on User assignment required, does this mean anyone with a Microsoft id can login , even if they are not a member of my Azure Active directory?
Many Thanks in Advance
Paul
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_BeckendorfIron 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
- AshJorCopper Contributor