By: Seyed Sahil user 06 Aug 2020 at 6:35 a.m. CDT

1 Response
Seyed Sahil gravatar
Setting up GLUU server locally for testing SP-initiated flow using SAML 2.0 where the IDP will be external. There is no clear documentation on how to do that. We are following the below documentation but that somewhere includes OpenID also as which is confusing. Our use case is only with SAML 2.0 where SP (GLUU) and external IDP both talks in SAML 2.0 protocol. https://gluu.org/docs/gluu-server/authn-guide/passport/#preselecting-an-external-provider https://gluu.org/docs/gluu-server/authn-guide/inbound-saml-passport/ Can you tell , how this setup can be done I am using Docker version of Gluu Server Community Edition 4.2 on Linux (VM)

By Mohib Zico Account Admin 06 Aug 2020 at 7:52 a.m. CDT

Mohib Zico gravatar
If it's one remote IDP and one Gluu Server, then you just need to install base Gluu server.. with Shibboleth. Connect that IDP with Gluu server through that remote IDP's metadata and that's it. Otherwise, you have to use passport-saml. You see OpenID there because... node.js is dependent on oxAuth in Gluu Server because Gluu's authentication is oxAuth based.