Hello Everyone,
I am trying to implement OERealm for Single point authentication of rest web service. I am using OpenEdge 11.6 PASOE for deployment. I have set up oeablSecurity-basic-oerealm.xml file with the necessary configuration and web.xml file to select oeablSecurity-basic-oerealm.xml as security model. It is not working, and I am unable to find log file of deployed rest service on PAS.
Thanks in advance,
Rohan K.
Hi Rahul,
Did you modify the oeablSecurity-basic-oerealm.xml to point to your OERealm Class file and add other necessary properties ?
Rohan,
If you do not have information on how to configure it then you can look at the below KB's and white-papers
knowledgebase.progress.com/.../How-to-configure-OERealm-authentication-with-PASOE
Thanks Irfan,
I will try the link you have suggested and yes I did configure oeablSecurity-basic-oerealm.xml to point to the class file.