Disable the Security Update: MFA Implementation pop up at the top of instance

Jyoti Tripathi
Giga Guru

After Yokohama upgrade we are getting a pop up as "Security Update: MFA Implementation
To enhance the security of your instance, we'll enable Multi-Factor Authentication (MFA) for all users performing non-SSO login in the instance. For more information, see MFA implementation Guide."

Please help how we can disable this.

 

JyotiTripathi_0-1747720914904.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Jyoti Tripathi 

set this property glide.authenticate.multifactor.enforcement.acknowledged as true and the message will be gone

AnkurBawiskar_1-1747721538688.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@Jyoti Tripathi 

set this property glide.authenticate.multifactor.enforcement.acknowledged as true and the message will be gone

AnkurBawiskar_1-1747721538688.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Robert H
Mega Sage

Hello @Jyoti Tripathi ,

 

To disable the message shown for admins you need to set the following System Property to true:

glide.authenticate.multifactor.enforcement.acknowledged

 

To disable the message shown to end users about completing the MFA setup when they log in, set the following property to false:

glide.authenticate.multifactor.enforcement.show_user_info_message

 

Before dismissing the messages please make sure you are familiar with and prepared for the MFA enforcement process. You can find more details about it here.

 

Regards,

Robert

Thanks for the link.

We already mandated Okta as the MFA for logging in our ServiceNow instance, and I see in the KB that

ServiceNow platform, out of the box, supports it.

Are there any further actions required, apart from updating the value of the system property glide.authenticate.multifactor.enforcement.acknowledged to avoid confusing users?

Much appreciate your advice.