Skip to content

issues Search Results · repo:tngan/samlify language:TypeScript

Filter by

363 results
 (57 ms)

363 results

intngan/samlify (press backspace or delete to remove)

The SAMLResponse below raises ERR_FAILED_TO_VERIFY_SIGNATURE whether I use @authenio/samlify-xmllint-wasm or @authenio/samlify-xsd-schema-validator. When I paste the response into https://www.samltool.com/validate_xml.php ...
  • tve
  • Opened 
    on Dec 20, 2024
  • #557

Can some one validate this output //test.js const samlify = require( samlify ); const fs = require( fs ); const path = require( path ); const zlib = require( zlib ); const axios = require( axios ); const ...
  • subu1979
  • 1
  • Opened 
    on Dec 6, 2024
  • #556

On SP Side app.get( /sp/initiate , async (req, res) = { try { const { id, context } = sp.createLoginRequest(idp, redirect ); // Log the request details console.log( id :- , id); console.log( ...
  • subu1979
  • 1
  • Opened 
    on Dec 5, 2024
  • #555

// Logout Route app.get( /logout , async (req, res) = { console.log( req.session.user :- , req.session.user); if (req.session req.session.user) { try { const nameId = req.session.user; if (!nameId) { ...
  • subu1979
  • 1
  • Opened 
    on Nov 21, 2024
  • #554

I m using samlify : ^2.8.11 I m on AWS lambda environment In an handler, I an using a controller class to handle login request s from an SP that is using my own implementation as Identity Providers ...
  • realtebo
  • 1
  • Opened 
    on Nov 11, 2024
  • #552

I tried using idp.loginRequestParser to parse context data, but it threw an error saying the allowCreate field is invalid and must be set to true. So, I went to the SP settings, set allowCreate to true, ...
  • ShayeGun
  • 1
  • Opened 
    on Nov 4, 2024
  • #550

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 ignored. ...
  • omidraha
  • 3
  • Opened 
    on Oct 30, 2024
  • #549

I am trying to parse SP SAMLrequest app.post( /saml2/login , async (req, res) = { try { // console.log(req.body.SAMLRequest) const {requestData} = await idp.parseLoginRequest(sp, ...
  • myevit
  • 1
  • Opened 
    on Jul 12, 2024
  • #545

I noticed that since version 2.8.11, the AllowCreate attribute in the NameIDPolicy node in the SAMLRequest was not filled. When allowCreate on the ServiceProvider initialization is either not set (default ...
  • SDepn
  • 1
  • Opened 
    on Jul 10, 2024
  • #544

Hi, I noticed while testing the lib inside my application that whatever value was assigned to wantAssertionsSigned or wantMessageSigned the response would be accepted as long as there is a signature (whether ...
  • LouisStairwage
  • 2
  • Opened 
    on May 15, 2024
  • #541
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub