Oracle Access Manager (OAM) Multi-Factor Authentication - AdaptiveAuthenticationPlugin EmailMaskRegex How To Mask Characters
(Doc ID 3069764.1)
Last updated on JANUARY 30, 2025
Applies to:
Oracle Access Manager - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
How to display the first four letters of the Email along with the entire domain name. For example Email as <TEST>****@<DOMAIN>.com
- In Oracle Access Manager (OAM) 12c Multi-Factor OTP (Email) authentication, during the MFA sign-in process the MFA sign-in screen displays the user's Email address with certain characters masked.
- Out of the box AdaptiveAuthenticaionPlugin has EmailMaskRegex value as .{1,2}(.*)@([a-zA-Z_]+)?\.[a-zA-Z]{2,3}
- The above OOTB regex will mask all characters of user Email except for first two before the @ and the .com.
- For example, if user has registered Email <TESTUSER>@<DOMAIN>.com, this is masked and displayed as <TE******@*******<DOMAIN>.com
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |