Exception: Osso::Error::MissingSamlIdAttributeError

Inherits:
MissingSamlAttributeError show all
Defined in:
lib/osso/error/missing_saml_attribute_error.rb

Instance Method Summary collapse

Methods inherited from Base

#docs_url

Instance Method Details

#messageObject



15
16
17
18
# File 'lib/osso/error/missing_saml_attribute_error.rb', line 15

def message
  'SAML response does not include the attribute `id` or `idp_id`.' \
    "Review the setup guide and check the attributes you're sending from your Identity Provider."
end