Class OidcSessionController
java.lang.Object
swiss.trustbroker.oidc.sso.controller.OidcSessionController
-
Constructor Summary
ConstructorsConstructorDescriptionOidcSessionController(RelyingPartyDefinitions relyingPartyDefinitions, TrustBrokerProperties trustBrokerProperties) -
Method Summary
Modifier and TypeMethodDescriptiongetLoginStatusPage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) getStep1Page(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<Object> initIFramePage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
OidcSessionController
public OidcSessionController(RelyingPartyDefinitions relyingPartyDefinitions, TrustBrokerProperties trustBrokerProperties)
-
-
Method Details
-
getStep1Page
@GetMapping(value="/3p-cookies/step1", produces="text/html") public String getStep1Page(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
getLoginStatusPage
@GetMapping(value="/login-status-iframe", produces="text/html") public String getLoginStatusPage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
initIFramePage
@GetMapping("/login-status-iframe-init") public org.springframework.http.ResponseEntity<Object> initIFramePage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-