-
At the beginning, I will mention that I'm aware that the main source of the issue is _node-xmllint_ however it looks that node-xmllint is not maintained anymore, so any fix there would require creati…
-
https://github.com/tngan/samlify/blob/f2b6a2f8c36dc0ff887d0442c48cd0f2c0a4a778/src/libsaml.ts#L576
"Algorithm" is misspelled which was causing error for creating encryption on assertion.
keyEnc…
-
Documentation says to pass "EncryptedData" to decrypt. However, you actually need the entire "EncryptedAssertion" , so that "EncryptedKey" can be referenced from "EncryptedData". Existing code, actual…
-
```
samlify.ServiceProvider({
metadata: metadata,
allowCreate: 'true',
})
```
If I don't set the `allowCreate` property the SAML request XML will have an empty attribute, which causes it to …
D-32 updated
7 months ago
-
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 LogoutRequest". I'…
-
Hello,
I'm using libxml through samlify and I have some problem when using my app in a Docker Alpine container (base on the official node one):
```
> saml-test@0.0.1 start /opt/app
> node -r mak…
JbIPS updated
6 years ago
-
There is an option to sign double the assertion in OKTA.
But xml-crypto has a rule which SAMLResponse has to has only one signature.
Therefore it can't be validated due to that reason.
How and Co…
-
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
...
…
-
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 lead to secur…
-
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 the IdP I get the…