rack-saml icon indicating copy to clipboard operation
rack-saml copied to clipboard

SAML (Shibboleth SP) middleware for Rack

Results 3 rack-saml issues
Sort by recently updated
recently updated
newest added

I'm having a hard time understanding how to connect the bits and pieces to make this work, although according to my IT people it should be 'simple'. So I have...

Adding setting to agree with changes in ruby-saml 1.3.1 and later. See https://github.com/onelogin/ruby-saml/issues/306 and https://github.com/onelogin/ruby-saml/commit/6c5413134aec1aa70de67a66c64f22b76ae52574 Previously, settings.security[:want_assertions_signed] was set to true by ruby-saml/metadata.rb when the metadata.yml contained an idp certificate....

Hello, How would I go about adding nodes before the metadata file is generated by a Service Provider (SP)? I am using rack-saml and omniauth-shibboleth to create an SP that...