Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<!-- Send servlet errors through the IdP's MVC error handling. -->
<error-page>
    <exception-type>net.shibboleth.idp.authn.ExternalAuthenticationException</exception-type>
    <location>/profile/RaiseError<MyServlet</location>
</error-page>

Views and Messages

...