Giter Club home page Giter Club logo

Comments (9)

mjobin-mdsol avatar mjobin-mdsol commented on June 14, 2024 1

@masa-ekohe @RiteshMC @zoi-aoba

I got it ! the reason is because your SamlRequest is invalid.
the struct request_id I pointed at line 20-34 is a fallback.

with a valid request, it should create an object of type SamlIdP::Request

see

    def decode_request(raw_saml_request)
      @saml_request = Request.from_deflated_request(raw_saml_request)
    end

from saml_idp.

RiteshMC avatar RiteshMC commented on June 14, 2024

stuck in exactly the same problem.

Any updates???

from saml_idp.

zoi-aoba avatar zoi-aoba commented on June 14, 2024

me too.... im crying

from saml_idp.

mjobin-mdsol avatar mjobin-mdsol commented on June 14, 2024

@Zogoo Any idea? ever had this problem?

from saml_idp.

mjobin-mdsol avatar mjobin-mdsol commented on June 14, 2024

looks like this struct will need to implement the method

https://github.com/saml-idp/saml_idp/blob/master/lib/saml_idp/controller.rb#L20-L34

seems like the logout function, as per presented by the documentation is broken.

from saml_idp.

RiteshMC avatar RiteshMC commented on June 14, 2024

@mjobin-mdsol
I am using SimpleSAMLphp as an SP. It works with other IDPs. For Eg : SimpleSAMLphpIDP, Gsuite IDP etc, but doesnt work with Ruby Saml-IDP.

Could you tell me what you are using for SP??

from saml_idp.

mjobin-mdsol avatar mjobin-mdsol commented on June 14, 2024

if your SP works with other IDPs, I am thinking your problem RiteshMC could be configuration.
but at this point, I am not sure.

from saml_idp.

zoi-aoba avatar zoi-aoba commented on June 14, 2024

@mjobin-mdsol thanks!

from saml_idp.

mjobin-mdsol avatar mjobin-mdsol commented on June 14, 2024

do you guys get this on logout ?
it seems the problem is this line in the IdpController

before_action :validate_saml_request, only: [:new, :create]

it should be called for logout as well

from saml_idp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.