Exception: Osso::Error::MissingSamlEmailAttributeError

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



8
9
10
11
# File 'lib/osso/error/missing_saml_attribute_error.rb', line 8

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