If you use adf security in your application and you also selected anonymous access in the adf wizard then you automatically are logged in as anonymous if this page does not have security and if you go to a page where there is no anonymous security defined then you get a login window or you can start the following url /project-context/adfAuthentication to get the login windows.
Here you define in the pagedef of the page that to see the page you have to have the view permission.
If you run the adf security wizard then the following files are created or changed
workspace_home/.adf/META-INF/adf-config.xml
element sec:JaasSecurityContext added
workspace_home/.adf/META-INF/credential-jazn-data.xml
anonymous login account
workspace_home\src\META-INF\orion-application.xml
workspace_home\src\META-INF\jps-config.xml
workspace_home\src\META-INF\jazn-data.xml
and of course the web.xml
If you start the adf security wizard yourself then select no identity store by step 4. Then you use the jazn of the embedded oc4j, the other options gives jazn errors

Make sure if you run on windows xp that you start jdeveloper in single user mode ( jdeveloper -singleuser) else the jazn editor in the embedded oc4j does nothing.
In the next adf security blog I will demostrate the different security options in a page.
The display of a ws call with his return message is better and this display can also be used to test other web services like you can in the 10.1.3 oc4j container

The url filter and filter tester are the same as forward rule. The tape path is the ws-i log file of the saved entries. The tape rule can correct the time and size of the entries in the ws-i log file so the returning message to the ws client is valid. Loop tape is necessary if you want to retry the ws client.