Method: RSAML::Protocol::AuthnRequest#is_passive

Defined in:
lib/rsaml/protocol/authn_request.rb

#is_passiveObject

A Boolean value. If “true”, the identity provider and the user agent itself MUST NOT visibly take control of the user interface from the requester and interact with the presenter in a noticeable fashion. If a value is not provided, the default is “false”.



47
48
49
# File 'lib/rsaml/protocol/authn_request.rb', line 47

def is_passive
  @is_passive
end