Skip to content

Commit

Permalink
fix(saml): idp metadata url
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Jun 4, 2024
1 parent 7d2c2ec commit 3938a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/omniauth_saml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

if provider_config[:idp_metadata_url].present?
idp_metadata_parser = OneLogin::RubySaml::IdpMetadataParser.new
idp_metadata = idp_metadata_parser.parse_remote_to_hash("")
idp_metadata = idp_metadata_parser.parse_remote_to_hash(provider_config[:idp_metadata_url])

Rails.logger.debug "++++++++++ idp_metadata ++++++++++"
idp_metadata.each do |k,v|
Expand Down

0 comments on commit 3938a1c

Please sign in to comment.