Exception: WPScan::Error::SAMLAuthenticationFailed
- Defined in:
- lib/wpscan/errors/saml.rb
Overview
SAML Authentication Failed Error
Instance Method Summary collapse
-
#initialize(message = 'SAML authentication is required to access this resource. ' \ 'Please ensure correct authentication credentials.') ⇒ SAMLAuthenticationFailed
constructor
A new instance of SAMLAuthenticationFailed.
Constructor Details
#initialize(message = 'SAML authentication is required to access this resource. ' \ 'Please ensure correct authentication credentials.') ⇒ SAMLAuthenticationFailed
Returns a new instance of SAMLAuthenticationFailed.
14 15 16 17 |
# File 'lib/wpscan/errors/saml.rb', line 14 def initialize( = 'SAML authentication is required to access this resource. ' \ 'Please ensure correct authentication credentials.') super end |