Skip to content

Commit

Permalink
Merge branch 'master' of github.com:onelogin/ruby-saml-example
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jul 2, 2015
2 parents 6024dac + 1b450dd commit 683a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/saml_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def acs
def metadata
settings = Account.get_saml_settings
meta = OneLogin::RubySaml::Metadata.new
render :xml => meta.generate(settings)
render :xml => meta.generate(settings, true)
end

# Trigger SP and IdP initiated Logout requests
Expand Down

0 comments on commit 683a0d7

Please # to comment.