auth0 / passport-wsfed-saml2

passport strategy for both WS-fed and SAML2 protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate URL with SAMLRequest parameter using this library?

ashishmadeti opened this issue · comments

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.

I had to use passport.use().

Sorry to bother you. Thanks anyway