The kerberos provide authentication control, but I still need to have some user-wise control so I want to get more user information(eg. uid). Thanks.
The kerberos provide authentication control, but I still need to have some user-wise control
Share
It’s available by
HttpServletRequest#getRemoteUser().So, in a servlet it would look like:
In a JSP it would look like: