Exception: Osso::Error::InvalidACSURLError

Inherits:
SamlConfigError show all
Defined in:
lib/osso/error/saml_config_error.rb

Instance Method Summary collapse

Methods inherited from Base

#docs_url

Instance Method Details

#messageObject



12
13
14
# File 'lib/osso/error/saml_config_error.rb', line 12

def message
  'The ACS URL specfied in your Identity Provider configuration is malformed.'
end