We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have two methods to generate a logout request and a logout response:
when should we use each of them?
I see that getLogoutResponseUrl uses an id of logoutUrl
is there any way to pass a callback logout url to logout request?
The text was updated successfully, but these errors were encountered:
You'll find both these methods are called from strategy.js. Do those examples answer your questions:
strategy.js
https://github.com/bergie/passport-saml/blob/master/lib/passport-saml/strategy.js#L49 https://github.com/bergie/passport-saml/blob/master/lib/passport-saml/strategy.js#L104
It would be helpful to have some JSdoc right in saml.js that explains right there how the functions are used.
Sorry, something went wrong.
No branches or pull requests
We have two methods to generate a logout request and a logout response:
when should we use each of them?
I see that getLogoutResponseUrl uses an id of logoutUrl
is there any way to pass a callback logout url to logout request?
The text was updated successfully, but these errors were encountered: