Open Hulkstance opened 1 month ago
We use a Azure AD B2C tenant per application tenant according to the isolation models described here: https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/azure-ad-b2c#isolation-models. I definitely need to use WithPerTenantAuthentication. Has anyone implemented this? Is there an example?
WithPerTenantAuthentication
Hi I’m reviewing this so I can give you a good answer. Thanks for bringing up this question.
We use a Azure AD B2C tenant per application tenant according to the isolation models described here: https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/azure-ad-b2c#isolation-models. I definitely need to use
WithPerTenantAuthentication
. Has anyone implemented this? Is there an example?