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 ... |
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, ... |
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. ... |
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 ... |
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 ... |
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 ... |
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 ... |
|
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 ... |
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 . ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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, ... |
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 ... |
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 ... |
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 ... |
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 ... |