Oracle Access Manager 12c (OAM 12.2.1.3) on Windows - After a Resatert of the WLS Admin and Managed Server the OAM-Config.xml File Returns To Its Default Settings and Loses All Changes Previosuly done by WLST Updates
(Doc ID 2517592.1)
Last updated on SEPTEMBER 06, 2023
Applies to:
Oracle Access Manager - Version 12.1.2.3.180706 and laterMicrosoft Windows x64 (64-bit) - Version: 2008 R2
Oracle is not responsible for instructions/information from 3rd party sites that may be contained in this KM note.
Symptoms
Oracle Access Manager 12c on Windows - After a Restart of the WLS Admin and Managed Server the OAM-Config.xml File Returns To Its Default Settings and Loses All Changes Previously done by WLST Updates
- Oracle Access Manager 12c (OAM 12.2.1.3)
- Microsoft Windows x64 (64-bit)
- oam-config.xml is not updated manually
- The configuration change is successfully made (via WLST), but once the server is rebooted, it goes away to the original config.
- Following ...
Oracle Access Management. Fusion Middleware WebLogic Scripting Tool Command Reference for Identity and Access Management, 4 Access Manager WLST Commands, oamWhiteListURLConfig
Steps to reproduce
1. cd <OAM_ORACLE_HOME>/oracle_common/common/bin
2. wlst.cmd
3. wls:/offline>> connect('<WLS_ADMIN>','<WLS_PASSWORD>','<HOSTNAME>.<DOMAIN>:<PORT>' )
-- connect to the AdminServer port with<WLS_ADMIN> credentials
4. wls:/offline> domainRuntime()
4. wls:/offline>oamSetWhiteListMode(oamWhiteListMode="true")
5. Add the end_url for the logout to the allowed list url configuration using wlst command below as an example
oamWhiteListURLConfig (Name="<VALUE>",Value="http://<FQ_HOSTNAME>:<PORT>/URL/f?p=<QUERY>", Operation="Update")
6. Restart WLS Admin, now the change is no longer there
1. cd <OAM_ORACLE_HOME>/oracle_common/common/bin
2. wlst.cmd
3. wls:/offline>> connect('<WLS_ADMIN>','<WLS_PASSWORD>','<HOSTNAME>.<DOMAIN>:<PORT>' )
-- connect to the AdminServer port with<WLS_ADMIN> credentials
4. wls:/offline> domainRuntime()
4. wls:/offline>oamSetWhiteListMode(oamWhiteListMode="true")
5. Add the end_url for the logout to the allowed list url configuration using wlst command below as an example
oamWhiteListURLConfig (Name="<VALUE>",Value="http://<FQ_HOSTNAME>:<PORT>/URL/f?p=<QUERY>", Operation="Update")
6. Restart WLS Admin, now the change is no longer there
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |