IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  ISV - SAAS - Template files - Redirecting Combined MFA Page to TOTP Enrollment page

    Posted Thu June 16, 2022 09:58 PM

    Hello Team,

    I have registered a new theme with customized /templates/authentication/mfa/mfa_selection/default/combined_mfa_selection.html

    How to redirect to an end user to register TOTP (Enrollment) by a button click to totp_enrollment.html page - /templates/authentication/mfa/enrollment/default/totp_enrollment.html

    Basically the purpose is not to use the default /usc/security/settings where user can add authenticator app for TOTP.

    I am showing customized theme - combined_mfa_selection.html for user to choose different factors. Not able to find a way to redirect for TOTP registration page.

    Appreciate!



    #Support
    #SupportMigration
    #Verify


  • 2.  RE: ISV - SAAS - Template files - Redirecting Combined MFA Page to TOTP Enrollment page

    Posted Thu June 16, 2022 10:07 PM

    Is there an application linked to that theme?

    If so then you can :

    1- Create a custom MFA enforcing Access policy using TOTP.

    2- On the Application /sign-on Tab, go to settings and set the application to use this new MFA enforcing Access policy.



    #Support
    #SupportMigration
    #Verify


  • 3.  RE: ISV - SAAS - Template files - Redirecting Combined MFA Page to TOTP Enrollment page

    Posted Fri June 17, 2022 01:01 AM

    Thanks for response.

    I have created custom access policy and attached to application.

    Do you know what would be the parameter or javascript details to call totp_enroll page from combined_mfa page ?

    Thanks,

    Bipin



    #Support
    #SupportMigration
    #Verify


  • 4.  RE: ISV - SAAS - Template files - Redirecting Combined MFA Page to TOTP Enrollment page

    Posted Fri June 17, 2022 01:06 AM

    TOTP option only comes if you have registered through self-service.

    Am just looking for a solution to do the registration through combined_mfa_selection.html .

    Example - I have a button (Register TOTP) in combined_mfa_selection.html, what would be onclick event or href to invoke totp_enrollment.html



    #Support
    #SupportMigration
    #Verify