samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
I'm trying to implement the "force-password-reset-after-90-days" policy and I get the following error when uploading the final SignUpOrSignin.xml: Validation failed: 1 validation error(s) found in policy "B2C IA FORCEPASSWORDRESET90 SIGNUP...
I'm integrating SecureAuth as an IDP using SAML to my Azure B2C and SecureAuth by default uses ECDSA as the encryption algorithm. `` When I integrate it the Azure B2C...
When we test the policy using below link, it is giving blob related error. https://b2cprod.b2clogin.com/b2cprod.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_Captcha_signin&client_id=51d907f8-db14-4460-a1fd-27eaeb2a74da&nonce=defaultNonce&redirect_uri=https://jwt.ms&scope=openid&response_type=id_token&prompt=login 
Even after following steps https://github.com/azure-ad-b2c/samples/blob/master/policies/mfa-unknown-devices/readme.md it is not working giving following error  Please suggest how it will work
How to apply mfa-absolute-timeout-and-ip-change-trigger policy because I am not able to understand the steps or I am missing something. Following is the link which I am following https://github.com/azure-ad-b2c/samples/blob/master/policies/mfa-absolute-timeout-and-ip-change-trigger/README.md Which steps...
Hello, I am attempting to implement the "Sign-up and Sign-in with embedded password reset" feature in my tenant. However, regardless of my efforts, when I click the "forget your password"...
Every demo link in the readme show a screen with the following error: > AADB2C90092: The provided application with ID 'cfaf887b-a9db-4b44-ac47-5efff4e2902c' is disabled for the tenant 'b2clivedemo.onmicrosoft.com'. Please enable the...
The readme file mentions that the policy is based on the SocialAndLocalAccounts starter pack, but the link to the pack is invalid. This is the broken link: https://github.com/azure-ad-b2c/samples/blob/SocialAndLocalAccounts
**Description**: I have successfully implemented email Multi-Factor Authentication (MFA) for user sign-up using SendGrid, following the example provided at [policies/custom-email-verifcation-displaycontrol/policy/SendGrid/DisplayControl_TrustFrameworkExtensions.xml](https://github.com/azure-ad-b2c/samples/blob/master/policies/custom-email-verifcation-displaycontrol/policy/SendGrid/DisplayControl_TrustFrameworkExtensions.xml). The sign-up process works perfectly, and users receive an email...
I'm using the TOTP policy as-is, out of the box, and after scanning the Authenticator app for the first time, the subsequent OTP PW verification ALWAYS fails. Doesn't matter if...