Exception: Osso::Error::MissingSamlEmailAttributeError
- Inherits:
-
MissingSamlAttributeError
- Object
- StandardError
- Base
- MissingSamlAttributeError
- Osso::Error::MissingSamlEmailAttributeError
- Defined in:
- lib/osso/error/missing_saml_attribute_error.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#message ⇒ Object
8 9 10 11 |
# File 'lib/osso/error/missing_saml_attribute_error.rb', line 8 def 'SAML response does not include the attribute `email`. ' \ "Review the setup guide and check the attributes you're sending from your Identity Provider." end |