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

Fix MFA entry in Google & Microsoft Authenticator #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gautam-nutalapati
Copy link

@gautam-nutalapati gautam-nutalapati commented Apr 8, 2022

Description

Google and Microsoft authenticators do not show name and label in MFA entries with config:

issuer: {
  name: "SomeValue",
  label: "SomeValue",
}

after using accountLabel this information is correctly displayed. Related community support ticket

I couldn't find any information about this label in docs (or it was very difficult to find out). Having it here would help.

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

References

https://community.auth0.com/t/google-and-microsoft-authenticator-entries-unreliable-when-using-custom-mfa-classic-login/80423/2

Testing

  • Update Custom-MFA code in auth0 console.
  • Enroll in MFA using Google, Microsoft, and Auth0 authenticator apps
  • The authenticator entry should look like userData.tenant (userData.email)

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not master

Google and Microsoft authenticators do not show MFA entries correctly with config:
```
issuer: {
  name: "Prisidio",
  label: "Prisidio",
}
```
after using `accountLabel` this information is correctly displayed. Related support [ticket](https://community.auth0.com/t/google-and-microsoft-authenticator-entries-unreliable-when-using-custom-mfa-classic-login/80423/2)

I couldn't find any information about this label in docs (or it was very difficult to find out). Having it here would help.
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

Successfully merging this pull request may close these issues.

1 participant