lib/saml/authn_request.rb in libsaml-2.15.3 vs lib/saml/authn_request.rb in libsaml-2.15.4
- old
+ new
@@ -1,8 +1,10 @@
module Saml
class AuthnRequest
include Saml::ComplexTypes::RequestAbstractType
+ attr_accessor :xml_value
+
tag 'AuthnRequest'
attribute :force_authn, Boolean, :tag => "ForceAuthn"
attribute :is_passive, Boolean, :tag => "IsPassive"
attribute :assertion_consumer_service_index, Integer, :tag => "AssertionConsumerServiceIndex"
attribute :assertion_consumer_service_url, String, :tag => "AssertionConsumerServiceURL"