I've gotten quick feedback on other questions. I don't know if this is a harder question or what.
I really would like to see a sample set of applications like sparklr/tonr but for SSO instead...
Type: Posts; User: VibrantIce; Keyword(s):
I've gotten quick feedback on other questions. I don't know if this is a harder question or what.
I really would like to see a sample set of applications like sparklr/tonr but for SSO instead...
Any answers on this?
This seems like it would be a common enough requirement that there should be a sample app like Sparklr/tonr, possibly even with a sample STS to mimic ADFS (would the STS not...
I found that this was preventing the code from executing:
position="FORM_LOGIN_FILTER"
I changed it to:
before="FORM_LOGIN_FILTER"
I am involved in a similar project. How did you get that far? The SAML extension links to a page with no content on the springsource.org site...
The filter gets the session and invalidates it if it already existed, then creates a new one. Then it returns super.attemptAuthentication(request,response); Does that by itself say anything to you?...
I'm just getting my feet wet with Spring and Spring Security, and I feel I must be missing something fundamental to the authentication configuration/process. After successful authentication, I need...