By: Martin Petri user 28 May 2019 at 2:58 a.m. CDT

3 Responses
Martin Petri gravatar
Hi. We've enabled passport_saml and passport_social. Our web app for testing purposes successfully authenticates through gluu-server with both acr: passport_saml and passport_social. But of course one at a time. Is there a way to offer both simultaneously on the login page and if so how can it be done? Cheers, Martin

By Jose Gonzalez staff 28 May 2019 at 11:27 a.m. CDT

Jose Gonzalez gravatar
Possible, but requires adjustments to files: - https://github.com/GluuFederation/oxAuth/blob/version_3.1.6/Server/integrations/saml-passport/SamlPassportAuthenticator.py (function at line 361). This is the passport_saml script - https://github.com/GluuFederation/oxAuth/blob/version_3.1.6/Server/integrations/passport/PassportExternalAuthenticator.py (function at line 345). This is passport_social script - https://github.com/GluuFederation/oxAuth/blob/version_3.1.6/Server/src/main/webapp/auth/passport/passportlogin.xhtml (script block at line 321). This is the Passport login page (it's inside oxauth.war file found in chroot at /opt/gluu/jetty/oxauth/webapps) We don't do custom development for community users. However, if you purchase a membership we can help you out.

By Martin Petri user 29 May 2019 at 12:48 a.m. CDT

Martin Petri gravatar
Thank you. I'll give that a try. And yes, we're interested in a membership. Can you send us an offer for a VIP subscription? Do you offer some training/courses/webinar for gluu?

By William Lowe user 29 May 2019 at 6:49 a.m. CDT

William Lowe gravatar
Hi Martin, Sure, I'll send you an email. I'm going to close this ticket out for now. Thanks, Will