[progress Communities] [progress Openedge Abl] Forum Post: Re: Authentication In Kendo Ui...

  • Thread starter Thread starter Anil Kumar
  • Start date Start date
Status
Not open for further replies.
A

Anil Kumar

Guest
Hi Bidhan, Can you please provide more details on problems/issues you are experiencing while configuring/implementing the authentication aspects. Somehow I could not see attachments are in the post. However, following are few details on configuring your web application with respect to PASOE authentication. As part of the authenticating a Data Object Service or a web application which is deployed to PASOE (or Tomcat) server, we can configure specific service to be either of following authentication modes. Namely: 1. Anonymous 2. Basic 3. Form By default it uses Anonymous authentication where in no credentials are required and similarly login screen will not be prompted when we run KUIB web app (assuming the data provider in the KUIB environment is using the authentication model as Anonymous ) In order to make a service to be Basic or FORM, please follow below steps · Make sure that the web app is deployed properly to PASOE (say oepas1) server. Navigate to web.xml file location \oepas1\webapps\ \WEB-INF · Modify the appsecurity XML such that it points to basic (/WEB-INF/oeablSecurity-basic-local.xml) Note : By default it points to anonymous (/WEB-INF/oeablSecurity-anonymous.xml) Now all users available in users.properties file ( \oepas1\webapps\ \WEB-INF\users.properties) can access this application at runtime Additional details : Please follow below KB article to configure OERealm authentication with PASOE knowledgebase.progress.com/.../How-to-configure-OERealm-authentication-with-PASOE Hope this helps. Thanks and Regards, Anil Kumar.

Continue reading...
 
Status
Not open for further replies.
Back
Top