#** This email is sent to Local Identity Profile user for the purpose of email verification. The following variables are available to this template, but not used by default: $utils - The utility method to display JSON String arrays $escape - The utility class that can be used to escape String variables $TrackingId - The user's session tracking ID $TransactionId - The unique ID for the SSO or SLO transaction. $PingFedBaseURL - The URL containing full hostname and port on which the PingFederate deployment runs on $CurrentPingFedBaseURL - The base URL used in the current request. This URL may differ from $PingFedBaseURL when using a virtual host name $locale - The user's country and language $templateMessages - The set of messages that is used to localize messages based on the user's locale $entityId - The entity ID (connection ID) of the SP Connection used in this SSO transaction $connectionName - The name of the SP Connection used in this SSO transaction $client_id - The ID of the OAuth client used in this transaction $clientName - The name of the OAuth client used in this transaction $spAdapterId - The SP Adapter ID used in this transaction $extendedProperties - The extended properties defined on either the connection or OAuth client $userAttributes - The user attributes retrieved from the Password Credential Validator used in this transaction $BASE_URL - The base URL of PingFederate instance *# #set( $messageKeyPrefix = "message-template-email-ownership-verification." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end #if($IS_OTP)

$templateMessages.getMessage($messageKeyPrefix, "otpMessage",$params)

$CODE
#else

$templateMessages.getMessage($messageKeyPrefix, "clickLinkMessage",$params) here

#end

$templateMessages.getMessage($messageKeyPrefix, "unexpectedEmail")

 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")