When trying to save via OK Button, I'm getting this error and WebSphere is not saving it. How can I fix that?
EDIT: This is the error message I'm trying to resolve with the configuration in WebSphere:
[6/20/16 10:46:34:524 CEST] 00000034 WebCollaborat A SECJ0129E: Authorization failed for user TUZRS01:customRealm while invoking GET on null:/TestProject/, Authorization failed, Not granted any of the required roles: User
@DYangu's link to IBM pointed me in the right direction. When installing via wsadmin, it appears that the
ibm-web-bnd.xml
file is created automatically. If trying to install the application from eclipse/RAD, however, the file is not created.What I did to resolve was create the above named file in my web application project (war) under WEB-INF folder:
After doing this, I was able to successfully map the security role to the module.
I faced a similar problem. My war files had the following two files missing inside war/WEB-INF folder
Using the option of Generate Default Binding while installing WAR solved the issue for me.