We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7488f28 + c64090a commit 9920d9bCopy full SHA for 9920d9b
2 files changed
lib/onelogin/ruby-saml/authrequest.rb
@@ -5,6 +5,8 @@
5
require "rexml/document"
6
require "rexml/xpath"
7
8
+require "onelogin/ruby-saml/logging"
9
+
10
module OneLogin
11
module RubySaml
12
include REXML
lib/onelogin/ruby-saml/metadata.rb
@@ -2,6 +2,8 @@
2
3
require "uri"
4
# 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
0 commit comments