Skip to content

Commit

Permalink
Fixed specs to be compatible with ruby-saml 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed Feb 25, 2016
1 parent 273af82 commit ed8d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/omniauth/strategies/saml_spec.rb
Expand Up @@ -16,7 +16,7 @@ def post_xml(xml=:example_response)
let(:auth_hash){ last_request.env['omniauth.auth'] }
let(:saml_options) do
{
:assertion_consumer_service_url => "http://localhost:3000/auth/saml/callback",
:assertion_consumer_service_url => "http://localhost:9080/auth/saml/callback",
:idp_sso_target_url => "https://idp.sso.example.com/signon/29490",
:idp_cert_fingerprint => "C1:59:74:2B:E8:0C:6C:A9:41:0F:6E:83:F6:D1:52:25:45:58:89:FB",
:idp_sso_target_url_runtime_params => {:original_param_key => :mapped_param_key},
Expand Down

0 comments on commit ed8d27f

Please sign in to comment.