By: Colora Hagwick user 28 Mar 2021 at 2:08 p.m. CDT

2 Responses
Colora Hagwick gravatar
Hi! I want to use Gluu OTP (google authenticator) function and super gluu push notifications in combination with LDAP, RADIUS, SAML and OAuth protocols. For instance, I've tried to configure LDAP + super gluu. I configured super gluu mobile device and set `Authentication mode: super gluu` in `Default Authentication Method`. But it doesn't work for LDAP authentication, it is still one-factor not 2FA So can you provide any tutorial how to combine LDAP, RADIUS, SAML and OAuth to work with 2FA, if it is possible, please? If it's not possible, please, tell me, how can I use this 2FA functionality?

By Mohib Zico staff 28 Mar 2021 at 9:52 p.m. CDT

Mohib Zico gravatar
Hello Colora, It require customization. Say, some new script which would combine all desired 2FA together and call one after another or call with precedence. As for example, [here](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/cas2_duo) two scripts... CAS and Duo are combined and both called during authentication one after another.

By Colora Hagwick user 28 Mar 2021 at 11:01 p.m. CDT

Colora Hagwick gravatar
Thank you for your answer! So is there any possibility to enable LDAP+super gluu without writing custom script? If not so what is the purpose of category `Authentication mode` in `Default Authentication Method`?