Commit bdc4a9e
Changed files (1)
lib
saml
kit
lib/saml/kit/document.rb
@@ -34,7 +34,7 @@ module Saml
# Returns the Issuer for the SAML document.
def issuer
- at_xpath('/*/saml:Issuer').try(:text)
+ at_xpath('./*/saml:Issuer').try(:text)
end
# Returns the Version of the SAML document.