I am trying to get Basic Authentication working in WAS 8.5, (THis is installed as RAD plugin)
In Web.xml file i have added security roles and also basic authentication element in web.xml.
I have also updated Security role to user/group mapping
I have turned on Enable administrative security and Enable application security in Global Security,
I get the basic authentication Window, where i can enter user id, password, it validates this user id, password,
But in my application i don't get any roles.
What is missing