auth0 / passport-wsfed-saml2

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

Allow options.assertionConsumerServiceURL or options.callback #156

Closed robinbijlani closed 3 years ago

robinbijlani commented 3 years ago

Description

Allow AssertionConsumerServiceURL to be provided by options.callback OR options.assertionConsumerServiceURL.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

Checklist