Is there a good tutorial (besides the Oracle ones) easy to follow on how to integrate OpenSSO/AM fedlet and stuff into a servlet (no jsp, just plain servlet stuff)? I can’t figure to really find an easy step-by-step one 🙁
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An OpenAM example exists within the official ForgeRock documentation here.
It contains JSP but is simple enough to read as a servlet by only focusing on the content inside the <% %> tags.