samlify
samlify copied to clipboard
Node.js library for SAML SSO
Greetings, right now I'm developing an IDP but I'm having the error shown in the title, probably is something obvious but I already struggled with it a long way. First...
Sending SAML Requests to ADFS work fine and receiving POSTs from ADFS are being captured but parsing the SAML response yields the following stack trace below. I've included below the...
Thanks for very useful library! I am using it as an SP and have a Signature Validation issue where the destination IDP is not able to verify the signature I...
I am getting ERR_EMPTY_ASSERTION when IDP hits my 'acs' endpoint. 
Hi, I'm trying to build a SP on top of samlify. Everything works fine until I get the response from the IDP. Then I get ERR_FAILED_TO_VERIFY_SIGNATURE. I tried to verify...
For a given protocol, if the ACSUrl is undefined, createLoginRequest serializes this undefined ACSUrl. Some IdPs like Google can't handle the serialized `undefined`. I discovered this because I was misconstructing...
Hello! First and foremost thank you for all your work on this library, it has been great to work with. I am currently struggling with using this library to have...
Hi @tngan can you please advice how to resolve `Construct service provider - missing signatureConfig` warning ? will it have impact on SAML response validation ?
I am trying to pass my IDP metadata URL to Identityprovider but it is not recognizing that. ```js const idp = new saml.IdentityProvider({ entityID: 'https://somedomain.com/fed/idp/metadata', }); ``` ``` Error DIR_PATH/node_modules/samlify/build/src/metadata-idp.js:75...
Using `identityProvider.getMetadata()` produces an error when attempting to upload output XML to https://samltest.id/upload.php: ``` Metadata Invalid We're dreadfully sorry, but your metadata upload failed because it didn't pass validation. Here's...