samlify
samlify copied to clipboard
Node.js library for SAML SSO
Hello Tony, Lately i had to use samlify for tableu. And friend of mine ended up modifying build code of the library (to match tableu requirements). I implemented his changes...
I'm experiencing an issue on samlify `2.7.6` that is similar to the situation discussed in a previous issue (#222). We are using samlify as an SP, and parsing a login...
Now use samlify my login repsponse format is ```xml http://127.0.0.1:7001/saml/metadata ... ``` and i need to format it like below: ```xml ... ... ... ... ${NameID} ... ${Audience} ... ```...
I have used login response template. It is not propery signing SAML response when template is well formatted as seen below:  **loginResponseTemplate.xml (Not Working)** {Issuer} {Issuer} {NameID} {Audience} {AttributeStatement}...
https://github.com/tngan/samlify/blob/f2b6a2f8c36dc0ff887d0442c48cd0f2c0a4a778/src/libsaml.ts#L576 "Algorithm" is misspelled which was causing error for creating encryption on assertion. keyEncryptionAlgorighm - > keyEncryptionAlgorithm
Receiving error 'NO_SELECTED_CERTIFICATE' in deploy logs, I have old libsaml.js , I saw lots of refactored code in libsaml.js file of this repo. On 'npm install' library should get updated...
Hi, I'm using version 2.7.1. I'm trying to setup integration with a ForgeRock IdP. When i do the authentication request everything goes right. But when I have the response from...
When given a metadata xml with both IDP and SPSSODescriptor, it takes public certificate of both instead of taking just the one relevant to the constructed object, e.g: ``` const...
When trying to init IDP with a random string ('asdasd' to be exact) as metadata, the IDP construction succeeded. I would prefer to pre-validate the metadata or catch an exception...