Method: RSAML::Protocol::AuthnRequest#attribute_consuming_service_url
- Defined in:
- lib/rsaml/protocol/authn_request.rb
#attribute_consuming_service_url ⇒ Object
Indirectly identifies information associated with the requester describing the SAML attributes the requester desires or requires to be supplied by the identity provider in the <Response> message. The identity provider MUST have a trusted means to map the index value in the attribute to information associated with the requester.
60 61 62 |
# File 'lib/rsaml/protocol/authn_request.rb', line 60 def attribute_consuming_service_url @attribute_consuming_service_url end |