[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Accessing BE's from outside the authenticated system

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
You can always change the authorization URL's. For example, if you want to access /web/SportsBE URL without any authentication then in the oeablSecurity.csv you can modify the authorization from a role to "permitAll()". This will allow you to run your ABL without going through any security authentication. "/web/SportsBE","GET","permitAll()" But if your ABL code does CP validation then you have to take care of that.

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