Skip to content

Commit 9920d9b

Browse files
committed
Merge pull request #134 from nkeyes/master
explicitly require "onelogin/ruby-saml/logging"
2 parents 7488f28 + c64090a commit 9920d9b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/onelogin/ruby-saml/authrequest.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
require "rexml/document"
66
require "rexml/xpath"
77

8+
require "onelogin/ruby-saml/logging"
9+
810
module OneLogin
911
module RubySaml
1012
include REXML

lib/onelogin/ruby-saml/metadata.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
require "rexml/xpath"
33
require "uri"
44

5+
require "onelogin/ruby-saml/logging"
6+
57
# Class to return SP metadata based on the settings requested.
68
# Return this XML in a controller, then give that URL to the the
79
# IdP administrator. The IdP will poll the URL and your settings

0 commit comments

Comments
 (0)