| Method and Description |
|---|
| com.auth0.AuthenticationController.buildAuthorizeUrl(HttpServletRequest, String)
This method stores data in the
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. Use
AuthenticationController.buildAuthorizeUrl(HttpServletRequest, HttpServletResponse, String) instead. |
| com.auth0.InvalidRequestException.getDescription()
use
Throwable.getMessage() |
| com.auth0.AuthenticationController.handle(HttpServletRequest)
This method uses the
HttpSession for 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. Use
AuthenticationController.handle(HttpServletRequest, HttpServletResponse) instead. |