samlify
samlify copied to clipboard
Node.js library for SAML SSO
Hello, i encountered a weird issue. When i'm receiving response for AuthnRequest ERR_FAILED_TO_VERIFY_SIGNATURE error is thrown. I experimented around package and found out that if i comment out a single...
Hi, I'm integrating my application with an IDP that returns **encrypted response but without a signature** in their SAML response. I encountered `Error: ERR_ZERO_SIGNATURE` thrown by samlify. In the source...
Hi! I'd like to know if there's some suggested path to integrate `samlify` as Service Provider, so a SAML response from an Identity Provider may authenticate against a `node-oidc-provider` and...
I have referred the URL https://samlify.js.org/#/onelogin Based on the above I have created the sample application, when I called the URL http://localhost:3000/sso/spinitsso-redirect Error Details:- The "url" argument must be of...
This is the 6th year since the first version is being released. The original purpose is to reduce the difficulties for SAML integration of any Node.js application with a set...
Installing samlify gives me the following warning: deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic.
I recently wrote about another issue (#449 ), and after updating from 2.7.7 to the latest 2.8.2, we are still experiencing issues Same works fine with previous version, but we...
I have expressjs app configured as SP and using samltest.id as the IdP for testing purposes. Here's what I get for SP initiated SSO response but still get an error...
Session index is not passing in createLogoutRequest