Method: RSAML::Protocol::AuthnRequest#force_authn
- Defined in:
- lib/rsaml/protocol/authn_request.rb
#force_authn ⇒ Object
A Boolean value. If “true”, the identity provider MUST authenticate the presenter directly rather than rely on a previous security context. If a value is not provided, the default is “false”. However, if both ForceAuthn and IsPassive are “true”, the identity provider MUST NOT freshly authenticate the presenter unless the constraints of IsPassive can be met.
42 43 44 |
# File 'lib/rsaml/protocol/authn_request.rb', line 42 def force_authn @force_authn end |