All, We are building a J2EE application with Spring security, want to use Open AM for generating security tokens. Please suggest the best practices/approach for this. Appreciate if you can provide any links and code samples.

link|improve this question

67% accept rate
what are you going to do with the security tokens? – ericacm Jan 5 at 15:33
They are used for authentication/authorization in the services layer. As we are doing it first time, want to get best practices. Appreciate your help. – Chakri Jan 5 at 16:40
Please give more detail in your question about how you see it working. – ericacm Jan 5 at 18:20
We have a secured business service (Service2) that is called by another service (Service1). To authenticate, they use openam generated tokens. Consumer of Service1 will generate a token and send it to Service1, which uses to call Service2. – Chakri Jan 9 at 14:47
feedback

1 Answer

There's a great page on the OpenAM wiki which explains how to integrate OpenAM with Spring Security.

link|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – BoltClock Apr 25 at 20:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.