Issue : you set some custom header and cookies on authorization response for a application ,but when you login , authentication works ,but application fails since it doesn't get the header / cookie.
Reason : the issue is oam-config.xml file If you have SSOOnlyMode set to true then it won't invoke the authorization module.
true
Solution :
To fix the issue , you need to do the following .
Reason : the issue is oam-config.xml file If you have SSOOnlyMode set to true then it won't invoke the authorization module.
Solution :
To fix the issue , you need to do the following .
- Shutdown all the managed server and admin server.
- Backup oam-config.xml
- Modify the file Domain_home/config/fmwconfig/oam-config.xml.
false
- Start all the servers.
- Verify using tester tool if it is showing the headers / cookies set correctly.