Using Meteor Accounts package as an IDP?

Hey guys,

The Accounts package allows you to use 3rd party services to login a Meteor app, but I’m trying to work out how to use my Meteor app to login to a 3rd party service that supports Single Sign On. The 3rd party service supports CAS, SAML or LDAP as an external authentication service.

Has anyone got any experience doing this or can point me in the right direction?

Did you have any luck integrating Meteor and an external authentication service using SAML?

4 1/2 years later, I’m trying to do the same thing. Did you guys ever come up with a solution? Thanks!

Yes. Integrated Meteor with multiple IDPs, though mainly WSO2. Actually, it’s pretty simple once you get the basics down because after all it’s just basics (how authentication protocols works and what not). It was SSO and this package was the one we used.