auth0 / passport-wsfed-saml2

passport strategy for both WS-fed and SAML2 protocol
MIT License
48 stars 62 forks source link

Add organization option in query params #160

Open jhiner opened 3 years ago

jhiner commented 3 years ago

Description

As a part of shipping SAML support for Organizations, I was using my fork of this library to test. I offer this PR because I think it'll be useful for customers (and our internal use) when we ship that feature.

If you pass organization in the options to passport, it will be sent in the query string when submitting the SAMLRequest.

References

N/A

Testing

Checklist