stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

Add Social/SAML support for multi-tenant apps #599

Open mdeggies opened 7 years ago

mdeggies commented 7 years ago

Problem: If you have a multi-tenant app (with multiple organizations mapped to your application instead of directories), social/saml buttons do not appear on the login page.

Steps to reproduce:

  1. Create an Application, and map an Organization as an Account Store to the App
  2. Map a Social Directory and SAML Directory as Account Stores to the Organization
  3. Spin up the sample project with version 3.2.0 of express-stormpath
  4. Verify that no Social or SAML buttons appear on the login page