I am using iis 7.5 and I need connect authentication to my spring app on jboss 7.1.1 via my active directory with the windows authenticated user.
It should check the windows user is valid in ad.
How can I do this?
|
I am using iis 7.5 and I need connect authentication to my spring app on jboss 7.1.1 via my active directory with the windows authenticated user. It should check the windows user is valid in ad. How can I do this? |
|||
|
|
|
If you want following scenario:
then Spring Security KERBEROS/SPNEGO extension is way to go. See this blog entry for details. If you want to have a login page (where your users can retype their windows credentials) then you can set up and use a special ActiveDirectoryLdapAuthenticationProvider in your Spring Security config. |
||||
|
|