1
votes

I followed this tutorial

http://wso2.com/library/articles/2010/07/saml2-web-browser-based-sso-wso2-identity-server/

and was able to redirect my application to wso2 login page and authenticate against a LDAP.

Now I want to add one more IDP, e.g. Facebook authentication, and allow users to login either through LDAP or Facebook after it is redirected to wso2 login page.

Is it possible, and if so can you refer me to any documentation on this?

1

1 Answers

2
votes

Yes. It's possible.You can use any IDP (which support common protocols like SAML2, Auth2.0/openIdConnect) as a federated identity provider. WSO2 Identity server provide some outbound authenticators for popular Identity providers like facebook, google and twitter. You can use inbuilt Facebook authenticator to achieve this.

This is the official document for IS 5.0.0. Official document for IS 5.1.0