Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Email MFA for Sign-In Using SendGrid #634

Open
nandhu opened this issue Sep 3, 2024 · 0 comments
Open

Implementing Email MFA for Sign-In Using SendGrid #634

nandhu opened this issue Sep 3, 2024 · 0 comments

Comments

@nandhu
Copy link

nandhu commented Sep 3, 2024

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. The sign-up process works perfectly, and users receive an email to complete MFA verification as expected.

However, I am now attempting to implement the same email MFA functionality for user sign-in. To achieve this, I added a new <TechnicalProfile Id="SelfAsserted-LocalAccountSignin-Email"> in the DisplayControl_TrustFrameworkExtensions.xml, using a similar configuration to <TechnicalProfile Id="LocalAccountSignUpWithLogonEmail">. Despite this, the MFA process for sign-in is not working correctly.

Request for Help:

Could you please provide guidance on how to properly configure email MFA for the sign-in process using SendGrid? Are there additional steps or configurations required that differ from the sign-up process?

Thank you in advance for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant