Package io.camunda.identity.starter
Class IdentityCallbackController
java.lang.Object
io.camunda.identity.starter.IdentityCallbackController
@ConditionalOnBean(LogoutListener.class)
@RestController
@RequestMapping("/identity-auth")
public class IdentityCallbackController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogoutCallback(String sid, String iss, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
IdentityCallbackController
-
-
Method Details
-
logoutCallback
-