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 f4ecf1e commit 0f6ef04Copy full SHA for 0f6ef04
lib/samlr/assertion.rb
@@ -51,7 +51,6 @@ def name_id
51
@name_id ||= assertion.at("./saml:Subject/saml:NameID", NS_MAP).text
52
end
53
54
-
55
def conditions
56
@conditions ||= Condition.new(assertion.at("./saml:Conditions", NS_MAP), options)
57
0 commit comments