lib/saml/authn_request.rb in libsaml-2.0.6 vs lib/saml/authn_request.rb in libsaml-2.1.0
- old
+ new
@@ -2,9 +2,10 @@
class AuthnRequest
include Saml::ComplexTypes::RequestAbstractType
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"
attribute :attribute_consuming_service_index, Integer, :tag => "AttributeConsumingServiceIndex"
attribute :protocol_binding, String, :tag => "ProtocolBinding"
attribute :provider_name, String, :tag => "ProviderName"