IP « Security « Spring Q&A





1. Spring Security: IP Address Whitelist Before Deferring to HTTP Basic Auth    stackoverflow.com

I have a single URL accessible through a servlet that I have locked down using Spring Security's DaoAuthenticationProvider. I now have the requirement that certain incoming IP addresses must be whitelisted ...

2. Spring security: Adding a new ROLE which supports authentication by IP    stackoverflow.com

I'm a reasonably new user of Spring Security. I previously configured Spring Security to perform form based authentication for my web app. I've used Annotations to indication which Controllers/Methods require ROLE_USER vs anonymous, ...

3. Securing Spring web app by checking client's IP v4 address    stackoverflow.com

In a Spring 3 based web app I am using a custom implementation of AbstractUserDetailsAuthenticationProvider to not only to check the username/password pair but also the IP address of the client. ...

4. Securing service using just IP address    forum.springsource.org

Securing service using just IP address Hi all, Currently we are using CAS to secure our REST services that can be called from the outside world, and now we're looking at ...

5. First IP address, then username/password authentication    forum.springsource.org

First IP address, then username/password authentication Hello, I am new to Acegi Security System for Spring and did just some simple experiments. We are developing a product that should provide a ...

6. pass ip address to authentication provider    forum.springsource.org

i have a requirement that i need to pass the source ip address to the backend when authenticating a user. i've already had to write a custom PasswordAuthenticationDao implementation b/c i ...

7. j_acegi_security_check visible from inside IP, not from public IP    forum.springsource.org

Mar 16th, 2006, 06:57 AM #1 tcross View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Posts 5 j_acegi_security_check visible from inside IP, not from public IP ...

8. Authentication By IP    forum.springsource.org

Authentication By IP I would like to add support for anonymous authentication based on IP address patterns (kind of like how Apache does it). I am wondering if anyone has done ...

9. not able to access WS when i give the Ip Address in place for localhost in value fiel    forum.springsource.org

not able to access WS when i give the Ip Address in place for localhost in value fiel Hi All I deployed a WS in axis , using SPRING DI . ...





10. Access to user's IP address in ApplicationListener    forum.springsource.org

I've been looking through the docs, but I don't see any way to log a user's IP address as a result of a login attempt (successful or unsuccessful). I implemented the ...

11. IP-based Security check?( how to access ServletRequest form jdbcAuthImpl)    forum.springsource.org

IP-based Security check?( how to access ServletRequest form jdbcAuthImpl) I want to have Source IP based security check along with username/password. How can I get access to my HttpServletRequest, form within ...

12. Restricting Access To IP's    forum.springsource.org

Is it possible to restrict access to sections of my application based on the client's IP address? I'd like to make sure all access to specific resources (e.g. /*.wav) are restricted ...

13. limiting cookie access to IP address    forum.springsource.org

I understand that cookies aren't handled by acegi - and perhaps my question should be on the tomcat lists, but I wondered if there was any way to tie a cookie ...

14. IP Authentication    forum.springsource.org

Hi, I have a requirement to perform the following authentication process. If the requested URL requires no authentication, anonymous, is the remote IP valid? If the remote IP is valid then ...

15. Restrict access to Shared WAR based on IP????    forum.springsource.org

Hello, I've got a question regarding OSGi Tomcat. How do I configure a webapp (shared war) to be accessible only from certain IP Addresses (let's say only from localhost)?????? Best regards, ...

16. IP based access    forum.springsource.org

Hi, I have developed a spring web service, and I am using passwordValidationHandler to validate the user, but since management wants more security, (We have digital certificates etc, but I don't ...





17. Add roles based on IP    forum.springsource.org

Add roles based on IP I have a requirement to limit sign-in to only those with a certain IP range. After sign-in, if the user does not belong to a certain ...

18. Custom-UserDetailService - Custom Exception / Get IP-Adress User-Agent    forum.springsource.org

Custom-UserDetailService - Custom Exception / Get IP-Adress User-Agent Hi all, i didn't find anything in the web or in this forum, but I think its a common problem. 1. I am ...

19. Howto access the server's name, ip and port    forum.springsource.org

Howto access the server's name, ip and port I have a use-case where I have a cron driven bean in a web-app that needs to make an HTTP request for another ...