-
MethodsMethodDescriptionThis method uses the
HttpSessionfor auth-based data, and is incompatible with clients that are using the "id_token" or "token" responseType with browsers that enforce SameSite cookie restrictions. This method will be removed in version 2.0.0. UseAuthenticationController.handle(HttpServletRequest, HttpServletResponse)instead.
HttpSession, and is incompatible with clients that are using the "id_token" or "token" responseType with browsers that enforce SameSite cookie restrictions. This method will be removed in version 2.0.0. UseAuthenticationController.buildAuthorizeUrl(HttpServletRequest, HttpServletResponse, String)instead.