question

AbhayChandramouli-2076 avatar image
0 Votes"
AbhayChandramouli-2076 asked AbhayChandramouli-2076 commented

Azure AD B2C | Can we assign users to different groups based on url params ?

Hi,
So I want to classify users to different groups in Azure AD B2C when they register based on a query param I recieve in the login url. Is that possible in azure ad b2c ?

azure-ad-b2c
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

alfredorevilla-msft avatar image
0 Votes"
alfredorevilla-msft answered AbhayChandramouli-2076 commented

Hi @abhaychandramouli-2076. Is it possible to resolve query params trough OAuth2 key-value parameters and assign Azure AD groups to users during Sign up using Techincal Profiles such as AAD-UserWriteUsingLogonEmail (local accounts) or AAD-UserWriteProfileUsingObjectId (both local and social accounts) or, for better flexibility, security and mantainability a REST TP so that a custom API can do the heavy lifting.

Please let us know if you need additional assistance.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @alfredorevilla-msft ,
Will it be possible for you to give me some steps to achieve this ? I want to know how to implement this. I want to know how to assign groups to users in techincal profiles

0 Votes 0 ·