Skip to content

Fix MFA entry in Google & Microsoft Authenticator#74

Open
gautam-nutalapati wants to merge 1 commit into
auth0:masterfrom
gautam-nutalapati:patch-1
Open

Fix MFA entry in Google & Microsoft Authenticator#74
gautam-nutalapati wants to merge 1 commit into
auth0:masterfrom
gautam-nutalapati:patch-1

Conversation

@gautam-nutalapati

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

Copy link
Copy Markdown

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