mrochon / b2csamples

MIT License
132 stars 41 forks source link

Common-AAD or AAD-Common #16

Closed reginbald closed 3 years ago

reginbald commented 3 years ago

https://github.com/mrochon/b2csamples/blob/c6fc362ccc4873b7aac460f3e84cf391ba142f1c/Policies/MultiTenant/InvitationExtensions.xml#L86

Is there a typo here?

mrochon commented 3 years ago

No, not a typo. AAD-Common is pre-defined Technical Profile shared by all AAD-xyz Technical Profiles. These profiles deal with interactions with B2C data storage, e.g. persistence of user attributes. Common-AAD is the technical profile I have added to represent OIDC interaction with the corproate AAD /common (or /organizations) endpoint for logging in users who already have an Azure AD using the AAD multi-tenancy support. I should have used a better name perhaps. Sorry.