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...
Continue reading...