By: paolo mosconi user 17 Jun 2019 at 5:49 a.m. CDT

2 Responses
paolo mosconi gravatar
I have a use case where different user groups should be able to authenticate to the same client application using different ACR methods: basic, 2FA or SMS. Is this possible? If yes, how? Thanks in advance paolo

By William Lowe user 17 Jun 2019 at 5:54 a.m. CDT

William Lowe gravatar
You'll need to write your own authentication script to handle this requirement. For an example, see the [Duo Security script](https://github.com/GluuFederation/oxAuth/blob/master/Server/integrations/duo/DuoExternalAuthenticator.py#L41).

By paolo mosconi user 17 Jun 2019 at 7:54 a.m. CDT

paolo mosconi gravatar
Many thanks for the quick reply