Versions Compared

Key

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

...

View NameDescriptionRequires CSRF protection e.g. uses HTML Form POST to the IdP
footer.vmXML cas service response footerNo
header.vmXML cas service response headerNo
logoutService.vmPropogates a CAS logout to the SPNo/Yes. Main form is posted to the SP with a SAML 2 logout request hence CSRF token is not required. However, the underlaying flow itself is finalised by directing the propagation iFrame back to the IdP and resuming the conversation. This is done by modifying the iFrame src, and requires the CSRF token in the URL set into the sessionStorage e.g. see U1. Alternatively you could exclude this view (ShowServiceLogoutView) from CSRF protection - probably makes sense.
postBack.vmWhen service ticket request method is POSTNo. Main form is posting the service ticket to the SP, hence an CSRF token is not required from the IdP.
proxyFailure.vmXML cas proxy failure responseNo
proxySuccess.vmXML cas proxy success responseNo
validateFailure.vmXML cas authentication failure responseNo
validateSuccess.vmXML cas authentication success responseNo

...