class Osso::Error::MissingSamlIdAttributeError

Public Instance Methods

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