samples icon indicating copy to clipboard operation
samples copied to clipboard

Azure AD B2C custom policy solutions and samples.

Results 172 samples issues
Sort by recently updated
recently updated
newest added
trafficstars

## sample https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset ## Issue 1. Reset the user password through Azure portal. This action sets the user's forceChangePasswordNextSignIn to True. 2. Sign in using the temporary password issued the...

Hello, I am trying to follow this tutorial to implement Okta as an IDP for B2C. https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-generic-openid-connect?pivots=b2c-custom-policy I receive the following error: 'B2C_1A_DisplayControl_SignUp_Signin' policy in 'externalusersprod.onmicrosoft.com' specifies the subject claim...

https://github.com/azure-ad-b2c/samples/blob/95fd7a96cbf89208552291beddf7c467035a372f/policies/totp/policy/TrustFrameworkExtensions_TOTP.xml#L69

I have a web API that needs to call another web API, where both are protected by B2C. This is unsupported yet should be a pretty common request. Seems many...

We have a Blazor Webassembly Application that allows user to switch context (have different roles) without entering their credentials. Basically each user has n different contexts assigned to them. Each...

Azure AD B2C out-of-the-box TOTP Authenticator not supporting 26 Char length secret. Sample followed - https://github.com/azure-ad-b2c/samples/blob/master/policies/totp/policy/TrustFrameworkExtensions_TOTPMigration.xml If the secret char length is 8,16,24 or 32 the OTP code entered works...

## Set "Password Reset verification code only sent if email is registered" as Default ### Description I propose setting the "Password Reset verification code only sent if email is registered"...

## [Enhancement] Simplify Custom Email Verification Process ### Description The current process for custom email verification during sign-up or password reset user journeys requires a REST API endpoint for sending...

The Azure B2C documentation states that it supports Single Log Out (SLO) but I can't figure out how this works with a registered SPA application. If one app is registered...

Hi Can we externalize the Tenant Name, Client ID, etc so that the custom policy can be used in different ADb2C tenants? Currently, I have 2 lower level tenants and...