1. Spring Security 3.x: How can I enable both BASIC and DIGEST authentication? stackoverflow.comI want to configure Spring Security to enable both BASIC and DIGEST authentication for the same set of URL's, but it's unclear whether or not this is possible. I see that ... |
2. Spring Security configuration for two authentication schemes on different endpoints stackoverflow.comI'm a newbie to Spring Security. I'm developing an application which will offer a user interface (GWT) requiring user to sign in with OpenId. The application will offer a RESTful webservice ... |
3. Digest password authentication with JAX-WS in Spring for webservice client stackoverflow.comI have a Spring application that uses JAX-WS to consume another web service. Everything works fine but now this web service has been switched to require digest passwords. How could I ... |
4. Basic and Digest Access Authentication with Java stackoverflow.comI am developing a web application with Spring. I have read about basic and digest authentication fundamentals. However how can I implement it with Java, is there any code example or ... |
5. How to implement Spring Security "Digest Authentication" stackoverflow.comCan any one please tell me how can I once authenticate my client application with Spring Security "Digest Authentication" and maintain that session until log-out. My client is not a form ... |
6. digest authentication: authentication working but authorization not working. forum.springsource.orgFeb 26th, 2011, 12:54 PM #1 cablepuff View Profile View Forum Posts Private Message Senior Member Join Date Feb 2007 Posts 283 digest authentication: authentication working but authorization not working. Hi ... |
7. Alwas Basic authentication although Digest is configured forum.springsource.orgAlwas Basic authentication although Digest is configured Hi, I try to get run Digest Authentication in a client (Eclipse RCP) Server (Tomcat/Spring) application. I configured Digest configuration on server: Code: |
8. Spring Security/Remoting + Digest Authentciation + Eclipse RCP forum.springsource.orgHas anyone experience with spring security over HttpInvoker, not with basic but with DIGEST authentication in a client server architecture based on an Eclipse RCP client. I have already running an ... |
9. spring security 3.0.5: digest authentication has additional unnecessary details. forum.springsource.orgspring security 3.0.5: digest authentication has additional unnecessary details. Hi here is my applicationContext-digest.xml Code: |
10. Combining form-based and digest authentication forum.springsource.orgHi, I am looking for a sample security.xml which allows two type of authentication (form based and digest auth). I am developing a web app that would use form based auth ... |
11. Spring Security 3.1.0 HTTP Digest Authentication forum.springsource.orgHi , I am trying to implement HTTP Digest as per the documentation mentioned here http://static.springsource.org/sprin...#digest-config Can some on post some working sample with HttpDigest Authentication. Thanks in Advance. Suresh |
12. How to implement Spring Security Digest Authentication forum.springsource.orgCan any one please tell me how can I once authenticate my client application with Spring Security "Digest Authentication" and maintain that session until log-out. My client is not a form ... |
13. Cleartext passwords required for digest authentication? forum.springsource.orgSo, if I want to use digest authentication I have to store my passwords as cleartext in the DB? Makes me a little nervous... I'm not familiar with the digest spec, ... |
14. Digest authorization problem forum.springsource.orgDigest authorization problem Hello dear forum members. Does anybody have working example of digest authorization? In my case I meet some strange problem. First time I'm trying to access resource protected ... |
15. wss4j digest password authentication bug? forum.springsource.orgwss4j digest password authentication bug? I am trying to hook up digest password handling and acegi authorization. I have managed to do this successfully with the plain text equivalent. I think ... |
16. Digest authentication with passwordAlreadyEncoded=true forum.springsource.orgDigest authentication with passwordAlreadyEncoded=true My app needs to support basic authentication and also digest authentication in various different modules (to support a WebDAV service in fact). To this end I store ... |
17. Digest authentication indicates success, but fails forum.springsource.orgDigest authentication indicates success, but fails I have 2 userDetailsService, one with a local file and one LDAP. I've set up digest authentication to authenticate against my local in memory Dao ... |
18. Digest Authentication & SimplePasswordValidationCallbackHandler forum.springsource.orgDigest Authentication & SimplePasswordValidationCallbackHandler Hey guys, In the Documentation it is said that The SimplePasswordValidationCallbackHandler can handle both plain text passwords as well as password digests. So here's my setup securityPolicy.xml ... |
19. Support both cleartext and password digest authentication on the same endpoint forum.springsource.orgSupport both cleartext and password digest authentication on the same endpoint I want to allow users to authenticate to the same endpoint using password digest and clear text passwords without needing ... |
20. Digest authentication problem forum.springsource.orgDigest authentication problem Hi All! I am trying to use digest authentication support in my web app but I am encountering several problems. When I try to access to a protected ... |
21. Using Wss4jSecurityInterceptor with digest password store forum.springsource.orgIn our applications, we store passwords as digests in the user store. I'm trying to use the Wss4jSecurityInterceptor with a PasswordDigest username/password token. However, looking into the source code for wws4j's ... |
22. Acegi 1.0.7: digest auth forum.springsource.orgAcegi 1.0.7: digest auth Hello, I am working on a project using Acegi 1.0.7 (will upgrade to spring security for next release, but for the moment we have to stick with ... |
23. Spring RestTemplate with DIGEST Authentication forum.springsource.org |
24. How to authenticate against digest authentication forum.springsource.orgHow to authenticate against digest authentication Hello, i'm very new to spring and i have several problems and questions... we are at a project which has a spring web service. it ... |