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.
1 parent a15c183 commit 6f6492aCopy full SHA for 6f6492a
lib/onelogin/ruby-saml/response.rb
@@ -173,7 +173,7 @@ def attributes
173
else
174
REXML::XPath.match(e,'a:NameID', { "a" => ASSERTION }).collect do |n|
175
base_path = n.attributes['NameQualifier'] ? "#{n.attributes['NameQualifier']}/" : ''
176
- base_path + Utils.element_text(n)
+ "#{base_path}#{Utils.element_text(n)}"
177
end
178
179
}
0 commit comments