Creating or configuring custom error page as per the type of error

Hi,
We have SSO configured application where there is a need for us to display specific message when user is not authenticated. Right now all we have is 401/403 apian pages being displayed. Can we customize it or add new pages as per our need?

OriginalPostID-233515

  Discussion posts and replies are publicly visible

Parents
  • Hi Eduardo,
    We have just reference Appian provided authentication failure :

    <sec:form-login login-page="#{pageUrls.login}" login-processing-url="#{T(com.appiancorp.security.SecurityConstants).AUTH_PATH}"
    username-parameter="un" password-parameter="pw"
    authentication-success-handler-ref="appianAuthenticationSuccessHandler"
    authentication-failure-handler-ref="appianAuthenticationFailureHandler"
    authentication-details-source-ref="portalAuthenticationDetailsSource"/>
Reply
  • Hi Eduardo,
    We have just reference Appian provided authentication failure :

    <sec:form-login login-page="#{pageUrls.login}" login-processing-url="#{T(com.appiancorp.security.SecurityConstants).AUTH_PATH}"
    username-parameter="un" password-parameter="pw"
    authentication-success-handler-ref="appianAuthenticationSuccessHandler"
    authentication-failure-handler-ref="appianAuthenticationFailureHandler"
    authentication-details-source-ref="portalAuthenticationDetailsSource"/>
Children
No Data