Jun 06 2018
10:03 AM
- last edited on
Jan 14 2022
05:24 PM
by
TechCommunityAP
Jun 06 2018
10:03 AM
- last edited on
Jan 14 2022
05:24 PM
by
TechCommunityAP
Hi All,
Is it possible to create a dynamic Security Group within azure to automatically add every new Guest Account to this group for example to use to assign access to a Customized SharePoint Collab Landing Page for External Users or other such Tasks ? unfortunately i could not find such a Group or Option only for full Internal User Accounts.
Cheers
Ueli
Jun 06 2018 10:28 AM
SolutionYes, it's possible via the Dynamic Azure AD Groups functionality: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-groups-dynamic-membership-a...
The membership rule you need is: (user.userType -eq "Guest")
Jun 07 2018 02:00 AM
Great Vasil that is exactly what i need.
Cheers
Ueli
Jun 07 2018 03:28 AM
@VasilMichevhow does the licensing for this scenario work? I thought that dynamic group members needed to have AAD P1, is there an exemption for guests?
Jun 07 2018 10:19 AM
Shhhhh, let it slide 🙂 I'm not sure to be honest, I know that they are not enforcing the licensing requirement in code, but whether Guest users need to be licensed...
Jun 09 2018 06:28 AM
Hi Dean,
Its actually always the Tenant which invites the Guests requiring the correct count of Licenses regarding Azure MFA. Its a 1:5 Ratio.
You need 1 User which has a AD Premium or Azure MFA License and with that you can have 5 Guest Users which are required to use MFA while accessing one of your Resources /SaaS Apps.
They do not have to be related to that specific User.
I hope this helps to clarify
Cheers
Ueli
Feb 27 2019 01:58 AM
Mar 01 2019 02:49 AM
Hi Brian,
how would it be the case that guest users in the Dynamic group would get a welcome email? In order to be dynamically added to the group the guest user would already have been invited into the tenant in order for them to have been created in Azure AD, only after being created could they be added to the dynamic group.
I've created a number of dynamic security groups for external users based on their UPN domain, however, adding them to SharePoint site security groups does not appear to work, the external users don't get access to the site.
Terry
Mar 03 2019 11:16 PM
Hi Terry,
By default, as each new member is dynamically added to the group, they all receive a welcome email - in this case a bunch of them at once because they were existing tenant members.
And for us, assigning permissions for the dynamic group to something in SharePoint worked.
Brian
Mar 04 2019 01:07 AM
Nov 16 2021 11:21 PM
Jun 06 2018 10:28 AM
SolutionYes, it's possible via the Dynamic Azure AD Groups functionality: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-groups-dynamic-membership-a...
The membership rule you need is: (user.userType -eq "Guest")