Commit a41d9fa
2017-11-18 02:51:54
1 parent
fba8e4e
Changed files (2)
saml-kit
lib
saml
saml-kit/lib/saml/kit/logout_response.rb
@@ -7,10 +7,6 @@ module Saml
super(xml, name: "LogoutResponse")
end
- def issue_instant
- to_h[name]['IssueInstant']
- end
-
private
class Builder
saml-kit/lib/saml/kit/respondable.rb
@@ -21,6 +21,10 @@ module Saml
to_h.fetch(name, {}).fetch('InResponseTo', nil)
end
+ def issue_instant
+ to_h[name]['IssueInstant']
+ end
+
private
def must_match_request_id