You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: