In order to provide scripted deployment of (just) the B2C multi-tenant demo I have moved the VS projects related to this demo (UI and reST APIs) to separate repos. This repo will still contain the related IEF policies as well as policies for other samples and REST functions related to them.
| Date | Change | | Sep 2021 | New: Federate B2C as IdP for AAD (Direct Federation) | | Sep 2021 | New: JIT Migration | | Sep 2021 | Change: Simplified Invitation sample |
Name | Description |
---|---|
AppRoles | Support for application roles using standard AAD features |
B2CSendOTPWithO365 | Send email OTP using O365 |
CheckEmail | Prevents users from signing up or in using emails with specific email domains |
EmailOrUserId | Allow users to signup with both an email and a user id and user either to signin later on |
EmailOrPhoneMFA | Allows local users to use either their email or phone for 2nd FA |
ForceADWhenAvaialble | Users who signup with an email address supported by an AAD tenant will be automatically redirected there (rather than defining local password in B2C) |
IdTokenSelfHint | Allows long-running native apps to initiate profile edit without needing to re-authenticate user |
Invite | Create/use an invitation link using client_assertion request |
JIT Migrate | Migrate users using an API to verify their legacy passwords |
MultiTenant | Supports use of a single B2C tenant to support a muli-tenant SaaS application |
RefreshToken | Rejects refresh token exchange if user requested its revocation |
SamlIdP | Invite B2C users as B2B users in an Azure AD |