class Osso::Error::MissingSamlEmailAttributeError

Public Instance Methods

message() click to toggle source
# 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