auth0 / passport-wsfed-saml2

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

How to generate URL with SAMLRequest parameter using this library? #152

Closed ashishmadeti closed 3 years ago

ashishmadeti commented 3 years ago

Hi

Sorry to ask help on the issues. But I could not find any place where I could ask this question.

I am using Sails.js + Passport with your passport-wsfed-saml2 strategy. I have configured the strategy with relevant options. What should I show on the login page? My identity provider URL is https://sts.abcd.com/adfs/ls. How do I generate the URL with the SAMLRequest parameter in it? Please help.

ashishmadeti commented 3 years ago

I had to use passport.use().

Sorry to bother you. Thanks anyway