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 ?
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 ?
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.
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
10 people are following this question.