|
|
quot;Spring Securityquot; and quot;Sun Identity Managerquot;
Hi all,
I have a question regarding quot;Spring Securityquot; and quot;Sun Identity Managerquot; integration, we really want to know whether it is posible to authenticate against a Sun Identity Manager with Spring Security for implementing security . This is an issue raised by one of our customers and we don't have much expertise in this area, so looking forward for some one here to give me right pointers to achieve this.
Any input would be greatly appreciated,
There is no direct support for it, but you might have a look at browse/SEC-569 which has some code to authenticate against Sun Access Manager (i.e. the part of Sun Identity Manager that does Authentication). I haven't personally used it, but there is positive feedback on the submission. Even if it doesn't work you can always integrate custom AuthenticationProviders with Spring Security.
HTH, |
|