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

Abhay Chandramouli 1,056 Reputation points
2022-04-25T06:14:32.037+00:00

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 ?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2022-04-28T17:41:18.157+00:00

    Hi anonymous user. 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.