我使用spring进行LDAP身份验证,但它正在运行。
现在我想在不使用scriplets的情况下在jsp页面上显示经过身份验证的用户的详细信息。应从http会话中选择用户详细信息。但我没有得到进一步的正确方法。
如果有人知道解决方案,请与我分享。
由于
答案 0 :(得分:1)
使用Spring taglib
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/taglibs.html
然后,您可以使用
访问用户主体(包含DN,组等)<sec:authentication property="principal.<whatever>" />