Method: RSAML::Protocol::AuthnRequest#name_id_policy
- Defined in:
- lib/rsaml/protocol/authn_request.rb
#name_id_policy ⇒ Object
Specifies constraints on the name identifier to be used to represent the requested subject. If omitted, then any type of identifier supported by the identity provider for the requested subject can be used, constrained by any relevant deployment-specific policies, with respect to privacy, for example.
21 22 23 |
# File 'lib/rsaml/protocol/authn_request.rb', line 21 def name_id_policy @name_id_policy end |