Strong Authentication Email Template
The Strong Authentication email is sent when a user tries to use strong authentication to verify their identity for a password reset, when using their work or alternate email.
Name: Strong Authentication
Subject: Your code is ${token} - sent by ${PRODUCT_NAME}
Body:
<p>Dear ${user.name},</p>
<p>A request has been made to verify your identity over email for security purposes. If you made this request, please copy this code into the prompt in ${PRODUCT_NAME} to verify your identity and continue using ${PRODUCT_NAME}.</p>
<p> </p>
<p>Your verification code is ${token}.</p>
<p> </p>
<p>This code is only valid for a single use. If unused, it expires on ${expires}.</p>
<p>If you did not make this request then please contact your IT administrator immediately.</p>
<p>Thanks, <br>The ${PRODUCT_NAME} Team</p>
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
expires | string | The expiration time of the token, ten minutes after the email is sent. |
token | string | The 6-digit token. |
Documentation Feedback
Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.