By: Bart Denotte user 18 Jun 2018 at 4:08 a.m. CDT

1 Response
Bart Denotte gravatar
Hi, I'm using x509 certificate authentication as SAML IDP. Is it possible to fall back to username/password if the user does not have a valid certificate or does not have a certificate at all? Thanks in advance

By Aliaksandr Samuseu staff 18 Jun 2018 at 6:27 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Bart. I suppose you're talking about Gluu's [certificate custom authentication script](https://gluu.org/docs/ce/3.1.3/authn-guide/cert-auth/)? If it's the case, you can try to modify the script using ideas you may find in [reset to step N](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/basic.reset_to_step) and [acr router](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/acr_router) scripts. In any case, you'll have to do some coding, and we won't be able to assist you with it, as coding tasks are not covered by community (free) support.