In a Stateless cloud environment such as Heroku, how would Authentication work? Heroku does not support session affinity and as a result with a RememberMe impl, that users auth status will eventually...
Type: Posts; User: boomkap; Keyword(s):
In a Stateless cloud environment such as Heroku, how would Authentication work? Heroku does not support session affinity and as a result with a RememberMe impl, that users auth status will eventually...
Thanks a lot. Will try and implement this and see how it goes. :).
I did check out the source code. Let me see if I understand the workflow.
Lets assume I want to use the default TokenBasedRememberMe service. In my controller, I need to first initialize the...
Glad to give it a read. Which resource should I be reading? I need to understand the configuration as well as the implementation classes.
This document...
so do I need to implement the same interface as defined in this class org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices ?
That worked as expected and makes a lot more sense now.
The next thing on my todo is to put in the remember me functionality. I read the docs -...
Ok, now this is beginning to make some sense. As i was thinking the same thing from the containers perspective.
So for the URL (in this case /signup) that the user submits the data to, I have...
The authentication provider is an external system for which I am using OAUTH to authenticate & authorize. I do all of the OAUTH communication in my controller. Once the user is successfully...
I have implemented programmatic security by reading through the docs and the forums when I ran into issues.
Everything seems to be working fine but one thing is still bothering me.
In my...
Trying to get the pet clinic example to work.
All my model entities are failing to compile. All of them seem to have an issue with this import org.springframework.roo.addon.entity.RooEntity
I...
I downloaded roo 1.2.3 and used that in STS and the hanging issue is now resolved.
Just cannot get the roo shell to respond in STS. Any simple command I type in the Roo shell via STS and it just hangs forever.
My versions - Spring Tool Suite
Version: 3.1.0.RELEASE
Build...
I have just begun reading your book - Getting Started with Roo. I am plowing through chapter 1 but have run into an issue with Neo4J. Roo is unable to find the Neo4J add on.
~.domain.Customer...