Leave a Comment:
10 comments
Hi Mahendra,
Any idea when you might have suggestions for the second solution? More importantly is a kind of step by step guide on how to
1.) write custom Access gate for App servers like Geronimo or Tomcat.
2.) How can any Application (e.g non-web)use the Oracle Access Manager for managing authentication.
Dehinde,
I am not finding time to implement the second approach. For time being I would suggest you to proceed like this.
1. Create custom resource type in OAM
2. Create Access Gate profile.
3. Install Access SDK
4. ConfigureAccess Gate
5. In your non-web application, use the logic to read the userid and password submitted by user either through form or basic over ldap. Write code to contact access server for authentication and authorization decisions.
Hope this helps.
-Mahendra.
ReplyHello,
If I want to set an response from OAM, in order to send the userID to the application deployed on Tomcat, will it be possible?
Regards,
Marcel
@ Marcel,
Yes, it is possible set them via authentication or authorization scheme .
If we are protecting multiple apps that are tomcat and IIS based can we still go with the first approach ?
ReplyBy first approach I meant “Reverse Proxy server infront of Tomcat (say Apache or OHS etc.,) and define the Resources to be protected in OAM”. Do you have more details on setting this up ?
ReplyHi,
I have deployed custom application in tomcat and I need to protect using OAM . I followed first procedure but when I am accessing to a page of that application it is prompting both OAM login page and application’s login page.
I want tomcat authentication to be happening directly so that it won’t throw tomcat login page again. The customer don’t want to change code in the Custom Application .
Can you please suggest me how can we achieve this.
Thanks
sankar
@Sankar
Hi Sankar,
Are you able to integrate Tomcat application with OAM using only single/OAM authentication? Would you be so kind to share main steps please.
Regards,
Muhammad
Hi Mahendra –
Were you able to post the steps for second solution?
Thanks,
Ravi