How to send a confirmation email about a FIDO2 device
As an administrator, you can choose to send a confirmation email to the user when they enroll or remove a FIDO2 authenticator from their profile.
Prerequisites
Available in the following SecureAuth® Identity Platform releases:
Identity Platform release 24.04 or later
Identity Platform release 23.07 with hotfix 23.07-4 or later
Identity Platform release 22.12 with hotfix 22.12-8 or later
Have FIDO2 WebAuthn global MFA enabled in the Identity Platform
Solution
You will need to enable the "send email confirmation" setting in the FIDO2 global MFA. And you optionally can change the default email text.
Turn on the setting to send a confirmation email
In the Identity Platform, go to Multi-Factor Methods > FIDO2 (WebAuthn) settings and click the pencil icon.
In the Email Notification section, select the Send confirmation email... check box.
Then, select which email to send to the user. Make sure you have the emails mapped and configured in your data store properties.
Save your changes
Optionally change the default email text
In the Identity Platform, go to Multi-Factor Methods > FIDO2 (WebAuthn) settings and click the pencil icon.
Scroll down the bottom of the page to find the realm number for this FIDO2 enrollment application.
Go to Advanced Settings and select the FIDO2 realm.
Select the Overview tab, scroll down to the Advanced Settings section, and click the Content and Localization link.
In the Verbiage Editor, scroll down to the bottom and edit any of these resource fields for the email output.
See the following example of an email confirmation.
Resource fieldsfido_removed_email_notification_body
– Email body about removing a FIDO2 device from your profile. For example:<b>Dear {{fullName}}</b>,<br><br>Security key or device ({{deviceName}}) removed from your profile. If you didn't make this change, contact your help desk.
fido_enrolled_email_notification_body
– Email body about adding a FIDO2 device to your profile. For example:<b>Dear {{fullName}}</b>,<br><br>Security key or device added ({{deviceName}}) to your profile. If you didn't make this change, contact your help desk.
fido_email_subject_notification
– Email subject line. For example:Confirmation of security key or device activity
fido_email_from_notification
– Sender email address. For example:security@secureauth.com
fido_email_from_displayname_notification
– Display name of sender email address. For example:SecureAuth Support
Save your changes.