Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Is the shibboleth idp connected to the wso2 identity server?


Asked by Elianna Hahn on Dec 15, 2021 FAQ



This partner organization has their user accounts stored in an LDAP server. The partner organization cannot expose this LDAP server to the WSO2 Identity Server as a user store due to security reasons. However, this partner organization has a Shibboleth identity provider that is connected to their LDAP server.
Furthermore,
Therefore, users from partner organizations who wish to log in to the web application are redirected to Shibboleth IdP and are authenticated with their own LDAP server. With Identity Server, you can configure multiple federated identity providers that users can be authenticated against.
Consequently, The partner organization cannot expose this LDAP server to the WSO2 Identity Server as a user store due to security reasons. However, this partner organization has a Shibboleth identity provider that is connected to their LDAP server.
Next,
You can configure a SAML2 SSO web application with the WSO2 Identity Server. In this scenario, users authenticate to the Identity Server by providing their username and password.
In this manner,
By changing the default user store of WSO2 Identity server to JDBC User Store, we are pointing both WSO2 API Manager and WSO2 Identity Server to the same user store so that, their user stores are shared. In a multi-tenanted environment, by default, the Identity Server uses the key store of the super tenant to sign SAML responses.