Class SSOSamlIdPPostSimpleSignProfileHandlerController

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

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

  • Method Details

    • handleSaml2ProfileSsoRedirectRequest

      @GetMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected org.springframework.web.servlet.ModelAndView handleSaml2ProfileSsoRedirectRequest(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
    • handleSaml2ProfileSsoPostRequest

      @PostMapping(path="/idp/profile/SAML2/POST-SimpleSign/SSO") protected 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