About 1,130,000 results
Open links in new tab
  1. ruby - Integrate SAML in rails application - Stack Overflow

    Sep 7, 2021 · ruby-on-rails ruby saml ruby-on-rails-6 ruby-saml edited Sep 9, 2021 at 17:53 asked Sep 7, 2021 at 16:10 Aniket Tiwari

  2. How to specify SAML encryption certificate in ruby-saml?

    Apr 25, 2020 · The ruby-saml gem supports adding certificate and private-key info to Service Provider's metadata, but as far as I can tell, that configures only signing certificate, but not encryption one. …

  3. Newest 'ruby-saml' Questions - Stack Overflow

    Sep 3, 2021 · The ruby-saml gem supports adding certificate and private-key info to Service Provider's metadata, but as far as I can tell, that configures only signing certificate, but not encryption one.

  4. ruby on rails - CAS vs. SAML vs. OAuth2 - Stack Overflow

    SAML : Security Assertion Markup Language is an XML-based, open-standard data format for exchanging authentication and authorization data between parties, in particular, between an identity …

  5. ruby-saml SAMLRequest as POST instead of GET - Stack Overflow

    Aug 7, 2017 · I am starting to use ruby-saml for one of the projects. IDP that I am using is expecting POST for authentication request with HTTP body containing SAMLRequest. Looking at the source …

  6. ssl - What causes "Neither PUB key nor PRIV key:: nested asn1 error ...

    What causes "Neither PUB key nor PRIV key:: nested asn1 error" when building a public key in ruby? Asked 15 years, 10 months ago Modified 1 year ago Viewed 66k times

  7. SAML 2.0 SSO for Ruby on Rails? - Stack Overflow

    Feb 6, 2013 · Where can I dig up a Ruby or Ruby on Rails library for SAML 2.0 SSO. I have a set of enterprise applications that are to be built but need to have federated login from a central …

  8. ruby - Zammad SAML - OneLogin::RubySaml::ValidationError, …

    Sep 23, 2022 · I am trying to configure SAML authentication for Zammad and I keep getting this fingerprint mismatch which does not make sense. I had compute the fingerprint using OpenSSL, both …

  9. Ruby saml Service Provider entity id - Stack Overflow

    Feb 23, 2017 · I am setting up SAML auth on my project. I use ruby-saml gem for this. Now, connecting to Identity Provider, I was asked to provide them entity id. I can't seem to find such setting in ruby …

  10. ruby - How to send the authenticated response while authenticating a ...

    Jul 5, 2016 · I had one doubt, in rails the ruby-saml gem actually creates the xml for us, for example in your example, the request_settings might be giving the Service Provider's xml which is sent to the …