krakenjs / passport-saml-encrypted

A strategy for Passport authentication that supports encrypted SAML responses
MIT License
14 stars 26 forks source link

Add custom request builder callbacks #6

Closed tdub7229 closed 9 years ago

tdub7229 commented 9 years ago

It'd be nice to have complete control over the request xml for authorization and logout. This PR gives the caller the ability to pass in some callback methods to build custom XML.

lmarkus commented 9 years ago

It would be nice to at some point convert all of these hardcoded request into templates.
Maybe I'll do it on my "Free Time" :laughing: :sob:

Thank you for your contribution @tdub7229 !!!!