When we enable security in ADF application we have to login every time when we run application tester.
Since we are doing frequent testing of application it is not good idea to waste time.
So lets us disable this security in one shot by changing two properties.
As some may be aware that when we create apply security to adf project.
Open adf-config.xml file
Go to source view and set following properties to false in sec : JaasSecurityContext
authorizationEnforce="false"
authenticationRequire="false"
No comments:
Post a Comment