Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 657 Bytes

ADFS login support for Meteor

meteor-accounts-adfs is a Meteor package for allowing SSO in Meteor apps against ADFS. As an enterprise, the beauty of Meteor for a development platform is incredible, however there is a gap when it comes to supporting Active Directory authentication.

Installation

Meteorite

mrt add accounts-meteor 

Meteor 0.9+

meteor add accounts-meteor

Usage

Contribute

Pull and Feature Requests are always welcome.

Credit

This project is heavily based on meteor-accounts-saml, and passport-saml.