Monday, April 25, 2011

ADF BC : Disabling ADF Security in one shot

 

When we enable security in ADF application we have to login every time when we run application tester.

image

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

image

Go to source view and set following properties to false in sec : JaasSecurityContext

authorizationEnforce="false"
                             authenticationRequire="false"

image

No comments:

Post a Comment