Multi Factor Authentication

bschulz88
Tera Contributor

Hi guys, 

i installed the MFA plugin correctly enabled the plugin and a test user .

After logout and login, nothin happens. I started investigation and found the problem, but i dont know how to solve it: 

the Problem is that the system automatically forwards me to the home age without redirecting to the mfa page where I have to scan the QR code. This is because I configured the redirection to service portal via the following system properties:

name: glide.entry.first.page.script
value: new SPEntryPage().getFirstPageURL()

name: glide.entry.page.script
value: new SPEntryPage().getLoginURL()

(i think this way is documented officially)

What can I do? Normally, if a user is enabled for MFA, the QR Code page has to be shown, the user has to scan it and then redirecting to homepage.

THANKS

 

5 REPLIES 5

Yes you are correct.  This is a critical bug that exists in all versions, which renders the entire MFA process broken.  How this passed testing, esp. it being in the latest version, I have no idea.