Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/onelogin/ruby-saml/authrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
require "rexml/document"
require "rexml/xpath"

require "onelogin/ruby-saml/logging"

module OneLogin
module RubySaml
include REXML
Expand Down
2 changes: 2 additions & 0 deletions lib/onelogin/ruby-saml/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
require "rexml/xpath"
require "uri"

require "onelogin/ruby-saml/logging"

# Class to return SP metadata based on the settings requested.
# Return this XML in a controller, then give that URL to the the
# IdP administrator. The IdP will poll the URL and your settings
Expand Down