Thanks, my mistake can you move this to security or delete the post.
Type: Posts; User: abhisec; Keyword(s):
Thanks, my mistake can you move this to security or delete the post.
Hey,
does anyone have any samples for how to wire in custom multi factor auth with spring security? If not what all components need to be changed to handle such a flow?
Thanks,
Hi,
Is there a sample for mobile/js auth for oauth2? I don't see anything in the github repo?
Thanks,
Abhi
Hey Guys,
I am trying to add oauth2 to my code and was able to run the latest sample from github. I saw a weird issue though when i logout from sparklr, the photos are still visible...
No one encountered this?
Tried expenses app as well as clinic and other apps. It always gets stuck after adding "Added repository maven.springframework.org.external". This has to be some maven repo which is not reachable...
2011-01-14 14:29:56,957 (DEBUG) Updated SecurityContextHolder to contain null Authentication
2011-01-14 14:29:56,957 (DEBUG) Updated SecurityContextHolder to contain null Authentication
2011-01-14...
here is the html source:
<div id="error">
Your login attempt was not successful, try again.<br/>
Hi,
I have configured the failure handler as follows:
<bean id="failureHandler" class="org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler" >
<property...
any insights?
Hi,
I need to assign a user a role after he logs in. Is there a way to dynamically adjust the granted authority after login? Also, how do we tie this in to the login flow? Also, what is the best...
Yup that was it.
I am getting this warning even though my application context has the latest xsd
"You cannot use a spring-security-2.0.xsd schema with Spring Security 3"
<beans:beans...