2.240 MFA_SENDER_EMAIL_ID

MFA_SENDER_EMAIL_ID specifies the From: email ID for emails sent to users when configuring multi-factor authentication using Oracle Mobile Authenticator (OMA) or Cisco Duo push notifications.

Property Description

Parameter type

String

Syntax

MFA_SENDER_EMAIL_ID = string

Default value

None

Modifiable

ALTER SYSTEM

Modifiable in a PDB

Yes

Basic

No

Oracle RAC

Multiple instances can have different values.

This parameter is configured at the PDB level. When adding OMA or Duo as an additional authentication method for a user in a PDB, the user is sent an email with instructions on how to register a device. This parameter specifies the email ID that is used in those emails.

Set this parameter to the desired email ID. For example:

ALTER SYSTEM SET MFA_SENDER_EMAIL_ID =
   "database_mfa_registration@example.com";

Note:

This parameter is available starting with Oracle Database 23ai, Release Update 23.9.

See Also:

Oracle Database Security Guide for more information about this parameter