Forum Discussion
jim_mcmurchie_1
Nimbostratus
May 07, 2014Making Google Auth active
I am working with an APM to build a secure VPN. I have established AD based authentication but want to add Google auth as a second factor. I have written the iRule but have found that it is not bei...
Ben_Newport_102
Nimbostratus
May 09, 2014Your Check Google Auth should be an empty container and you need to add branch rules based upon what the iRule finds.
Successful - expr { [mcget {session.custom.ga_result}] == 0 } No Google Auth key found - expr { [mcget {session.custom.ga_result}] == 2 } Invalid Google Auth key - expr { [mcget {session.custom.ga_result}] == 3 } User Locked Out - expr { [mcget {session.custom.ga_result}] == 4 } Failback
Only the Successful branch should continue on. In your workflow it all continues so yes no matter what is entered it would continue.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects