I have to admit that I'm still stumped here.
I have managed to write an AuthenticationProvider and configure my application to use it.
What I want to do is give the AuthenticationProvider...
Type: Posts; User: jon.lustig; Keyword(s):
I have to admit that I'm still stumped here.
I have managed to write an AuthenticationProvider and configure my application to use it.
What I want to do is give the AuthenticationProvider...
Now that I've created a custom AuthenticationDetailsSource class, how do I configure ACEGI to use it?
This is clearly a n00b question - please humor me!
Jon
Could I just extend WebAuthenticationDetails and implement doPopulateAdditionalInformation ? It seems like that's what it's there for...
Thanks, Yuki - this looks promising.
I'm reading the docs for Acegi Security 1.0.7 and I think I'm close to a design for my authentication scheme. I need to hook into Acegi for a SAML SSO integration.
I think I can achieve this by...