Can I use single Azure AD B2C tenant for DEV, STAGE and PROD environments of Django App?
Sep 15
I have three basic environments for my Django App. I wanna use Azure AD B2C as an Identity Provider for my app. But I'm a little confused about the followings points
Do we need to create a separate Azure AD B2C tenant for each environment? Like right now I have three environments for my Django app, so I will be creating 3 tenants.
Or if I use a single Azure AD B2C tenant, how will I be differentiating between DEV, STAGE, and PROD users?
Thanks in advance.
1 answer
Accepted answer · original discussion
Sep 15
You don’t need to, but it’s advised to. You can just have different versions of your user flow/custom policy in the same tenant.
Best practises are here https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.