Method: RSAML::Protocol::Scoping#proxy_count
- Defined in:
- lib/rsaml/protocol/scoping.rb
#proxy_count ⇒ Object
Specifies the number of proxying indirections permissible between the identity provider that receives this <AuthnRequest> and the identity provider who ultimately authenticates the principal. A count of zero permits no proxying, while omitting this attribute expresses no such restriction.
10 11 12 |
# File 'lib/rsaml/protocol/scoping.rb', line 10 def proxy_count @proxy_count end |