diff --git a/policies/custom-mfa-reset-qr/policy/ResetQR.xml b/policies/custom-mfa-reset-qr/policy/ResetQR.xml new file mode 100644 index 00000000..2d002510 --- /dev/null +++ b/policies/custom-mfa-reset-qr/policy/ResetQR.xml @@ -0,0 +1,35 @@ + + + + + yourtenant.onmicrosoft.com + B2C_1A_TrustFrameworkExtensionsResetQR + + + + + + + Allow + + + + PolicyProfile + + + + + + + + + + + diff --git a/policies/custom-mfa-reset-qr/policy/TrustFrameworkExtensionsResetQR.xml b/policies/custom-mfa-reset-qr/policy/TrustFrameworkExtensionsResetQR.xml new file mode 100644 index 00000000..26cb65d0 --- /dev/null +++ b/policies/custom-mfa-reset-qr/policy/TrustFrameworkExtensionsResetQR.xml @@ -0,0 +1,62 @@ + + + + + yourtenant.onmicrosoft.com + B2C_1A_TrustFrameworkExtensions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/policies/custom-mfa-reset-qr/readme.md b/policies/custom-mfa-reset-qr/readme.md new file mode 100644 index 00000000..7afb9688 --- /dev/null +++ b/policies/custom-mfa-reset-qr/readme.md @@ -0,0 +1,6 @@ +# Azure AD B2C: Reset QR code for Authenticator App + +This policy allows to reset the QR code in case of unistalled app or lost phone. + +## Perquisites +- The [TOTP sample](https://github.com/azure-ad-b2c/samples/tree/master/policies/custom-mfa-totp) is running and well configured \ No newline at end of file