| Working with SAML | |
You can customize SAML error messages by modifying them in the en.yml error configuration file.
...
login:
new:
login: Log In
login_using_saml_idp: Log in using SAML IdP
logged_out:
message: You have been logged out of Faspex; you might still need to log out of your corporate single-sign-on account.
log_in_again: Log in again
errors:
saml_not_authorized: You are not authorized to use Faspex
invalid_saml_response: Invalid response from SAML Identity Provider.
saml_login_failed: Login Failed.
saml_exception: SAML response Error. Please check the logs.
...