Hi,
I want to contribute in the development of the framework spring security. So I want to know what shall I do, and what are the steps to follow in order to make it happen.
Regards.
Type: Posts; User: kimposte; Keyword(s):
Hi,
I want to contribute in the development of the framework spring security. So I want to know what shall I do, and what are the steps to follow in order to make it happen.
Regards.
Hi,
Is there any solution to get the requested domain name (DNS) in my custom AuthenticationProvider?
Best regards.
Hi,
thanks for your interest.
I am mapping my JSF using <url-pattern>*.faces</url-pattern>.
the code I noticed before works well when a user is logged-in.
I will explain you more my need:
The...
Yes, I am using JSF.
Hi,
I want to make an authentication based on login, pwd and the domain name. I created a custom authentication provider that works well. The problem I face now is that when I use the code bellow...
Hi all,
I want to customize my login page using JSF. I created a LoginBean with the method doLogin
public String doLogin ( ) throws IOException, ServletException
{
ExternalContext context =...
Hi,
Thank you all. The problem was resolved due to your help.
Now I want to customize the login page using JSF. I think I will create a new
post in order to resolve it.
Hi,
thanks for the response. Iset all the boolean parameters into true. Now I have two others problem.
The first is how to get the UserDetails object from the session. I dont know its identifier....
Hi all,
I am new in Spring security. I am developing a web application using the spring security release 3.0.5. I developed a customized authentication provider and customised UserDetails.
When...