Class SSOSamlIdPPostProfileHandlerController

java.lang.Object
org.apereo.cas.support.saml.web.idp.profile.AbstractSamlIdPProfileHandlerController
org.apereo.cas.support.saml.web.idp.profile.sso.SSOSamlIdPPostProfileHandlerController

public class SSOSamlIdPPostProfileHandlerController extends AbstractSamlIdPProfileHandlerController
The SSOSamlIdPPostProfileHandlerController is responsible for handling profile requests for SAML2 Web SSO.
Since:
5.0.0
  • Constructor Details

  • Method Details

    • handleSaml2ProfileSsoRedirectRequest

      @GetMapping(path="/idp/profile/SAML2/Redirect/SSO") public org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoRedirectRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception
      Handle SSO GET profile redirect request.
      Parameters:
      response - the response
      request - the request
      Returns:
      the model and view
      Throws:
      Exception - the exception
    • handleSaml2ProfileSsoRedirectHeadRequest

      @RequestMapping(path="/idp/profile/SAML2/Redirect/SSO", method=HEAD) public org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoRedirectHeadRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request)
      Handle SSO HEAD profile redirect request (not allowed).
      Parameters:
      response - the response
      request - the request
      Returns:
      the model and view
    • handleSaml2ProfileSsoPostRequest

      @PostMapping(path="/idp/profile/SAML2/POST/SSO") public org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoPostRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception
      Handle SSO POST profile request.
      Parameters:
      response - the response
      request - the request
      Returns:
      the model and view
      Throws:
      Exception - the exception