User is redirected to welcome.do after authenticating MFA

Tapish Sharma1
Kilo Sage

Hi All, 

I have enabled MFA for customers on csm portal. Once they login and validate MFA code they are redirected to welcome.do which asks them to login rather than logging them and taking them to homepage. Not sure how this redirection is happening. If MFA is disabled then users are redirected correctly to homepage of portal

Looking for some inputs here.

1 ACCEPTED SOLUTION

Hi Stephanie, 

I had raised HI case with ServiceNow as it is backend code. The issue was on the login page there is a brand image which was missing in our sub prod instance so that image broke the MFA code. We added the brand image on the login page and it was fixed then . 
Please check if this is the same case for you.

View solution in original post

5 REPLIES 5

Thomas Mueller2
Tera Contributor

Hi,

just wanted to add some info as this might be helpful to anyone else in the futher. I tumbled across the same issue after moving a theme built in theme builder from sub-prod to prod.

As I didn't have to access to HI portal as it is a customer instance we solved it by accessing the glide.authentication.multifactor property via REST api (/api/now/table/sys_properties/562c1882d713310091204187ed6103b9).

After that login without MFA was possible and I was able to fix the brand image (Basic Configuration UI16). After that the login with MFA was fine again.