Sha256: 6d7b323c04142a1c7f61017765f0c99df3e8bc3be7e9f6cca88ef13e991777c1

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

# Set up a SAML IdP

@include_subject_in_attributes = ask("Include the subject in the attributes?", limit: %w(y n)) == "y"

gem 'ruby-saml-idp'

route "get '/saml/auth' => 'saml_idp#new'"
route "post '/saml/auth' => 'saml_idp#create'"

template File.expand_path('../saml_idp_controller.rb.erb', __FILE__), 'app/controllers/saml_idp_controller.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_saml_authenticatable-0.1.0 spec/support/idp_template.rb