samlify icon indicating copy to clipboard operation
samlify copied to clipboard

Node.js library for SAML SSO

Results 109 samlify issues
Sort by recently updated
recently updated
newest added

Hi! I am calling createLogoutRequest as is set in tests, but when Auth0 receives the request it redirects to the issuer and returns the error "No active session(s) found matching...

Adds `octetStringBuilder` to libsaml to DRY up the signature alg code. The octet string is needed in four places: creating and verifying the signature for the Redirect and SimpleSign bindings....

Sometimes a SAML server may not have a value for a particular attribute-user combination, in which case it may return an empty tag: ```xml ``` In this case, the current...

This should address [#437](https://github.com/tngan/samlify/issues/437) I added a test case to prove it works and my changes should be non-intrusive on calls without AssertionConsumerServiceIndex. It seems this throws a warning "metadata...

Also posted this on the nextjs issues board but as typically its a bit slow to get a response I wanted to put it out here to see if anyone...

Whilst I'm testing my project I have noticed that the SP doesn't check if the IDP has signed the assertion in the SAMLResponse as per the SP's metadata. Can you...

Hi, @tngan and the samlify community. I already have an auth service written in NestJS where users can sign up and sign in, recover their passwords and verify an email....

For example, a `&` in ACS URL is not replaced by `&` in the `loginRequestRedirectURL` function so the generated XML is not valid and authentication fails. More important, this could...

@authenio/samlify-node-xmllint has a built in memory leak every time you run the SAML schema validator. It was related to a library it depends on, node-xmllint, where the source code does...

Documentation says the extracted result has an `attribute` property. Upon inspection, it appears this an `attributes` property.