I have a SAML2 login module which, when triggered, is generating the SAML request and redirecting to a 3rd party IdP endpoint, so everything reuired to perform an SAML2 based login is already in that...
Type: Posts; User: royc; Keyword(s):
I have a SAML2 login module which, when triggered, is generating the SAML request and redirecting to a 3rd party IdP endpoint, so everything reuired to perform an SAML2 based login is already in that...
I have a Spring MVC appliation with file upload UI.
When the user uploads the file it maps to a `org.springframework.web.multipart.MultipartFile` object. I then use the `getInputStream()` in order...
Anyone...?
Hello
I am looking for a configuration example of PasswordComparisonAuthenticator for LDAP as well as simple class that uses it.
Can someone please share?
Many Thanks
Hello
When using Spring LDAP is it possible to configure it so that the authentication will fallback to using loginName in case uid doesn't work? If yes then how?
Many Thanks
Found my solution here if anyone's interested:
http://forum.springsource.org/showthread.php?50707-ClassCastException-when-Spring-etc.-not-in-TCCL
Although the solution proposed at the end of...
Hello,
I have implemented a Spring LDAP template in OSGi however when I try to use one of its methods I am getting the exception below.
Tried to Google for it and searched the documentation but...
Hello,
I am looking for an extension/plugin from the SpringSource Tool Suite that will scan all my projects in eclipse and will provide a graphical/user friendly representation of the spring...