-
I've encountered an issue with the `createLoginRequest` method in `samlify`. When using a custom callback for modifying the SAML request template, the `context` returned by the callback appears to be …
-
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 th…
-
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',
…
SoodS updated
7 months ago
-
Because `@authenio/xsd-schema-validator` uses Java within the package to run an actual Java file, it requires `javac` to be installed somewhere on the executing system. When running a Node app in AWS …
-
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. All the credentials are stored…
-
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 environment info…
-
### Describe the Bug
SAML with ADFS is not working
### To Reproduce
Hello everyone,
I am running Directus on a Kubernetes cluster and I am having the following problem when trying to setup…
-
Hi,
I had before a signed request from SP using signing certificate from a database. And Samlify can send signed request to my IDP in POST binding. But when I update to 2.7.4 (and node v10), I got …
-
Part of my SP's metadata is as follow:
```
urn:oasis:names:tc:SAML:2.0:nameid-format:transient
```
if I would like to use one of t…
-
I apologize, I didn't want to mail you directly and don't of another way of reaching out to you. I saw your question on the samlify repo. I'm in the same situation and wanted to see if you were able t…