Skip to content
New issue

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

Does this lib work client side only? #175

Closed
Gobliins opened this issue Nov 18, 2016 · 1 comment
Closed

Does this lib work client side only? #175

Gobliins opened this issue Nov 18, 2016 · 1 comment

Comments

@Gobliins
Copy link

Gobliins commented Nov 18, 2016

Well title says it.
I want to do a SAML login to my idp (azure ad), but it should work from client side javascript (no node etc.) only.

@pdspicer
Copy link
Contributor

Don't know that anyone has bothered testing but this lib almost certainly doesn't work client side, as it has dependencies on node-specific modules like http (even if just indirectly through passport). Not to mention I don't think SAML really works client-side only either. The whole use case is to authenticate a user to a service provider through assertions made by an identity provider, in your case you are missing a service provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants