After the application domain has been modified in Oracle Access Manager, the Oracle HTTP Server WebLogic proxy plugin must be updated to include a reference to your P6 Professional Cloud Connect URL; this allows the webgate to intercept requests and redirect users to the federated authentication login which was configured in the application domain.
To configure Oracle HTTP Server WebLogic Proxy Plugin for P6 Professional Cloud Connect:
<OHS_Middleware_Home>/user_projects/domains/<P6 EPPM_Domain>/config/fmwconfig/components/OHS/instances/<instance_name>
.mod_wl_ohs.conf
.<IfModule weblogic_module>
#For Cloud Connect
<Location /p6procloudconnect>
WLSRequest On
WebLogicHost <WLS_Host_Name>
WebLogicPort <WLS_Port>
</Location>
</IfModule>
For clustered managed servers:
<IfModule weblogic_module>
#For Cloud Connect
<Location /p6procloudconnect>
WLSRequest On
WebLogicCluster <WLS_Host_Name1>:<WLS_Port1>,<WLS_Host_Name2>:<WLS_Port2>
</Location>
</IfModule>
<OHS_Middleware_Home>/user_projects/domains/base_domains/bin
.
./stopComponent.sh <component_name>
./startComponent.sh <component_name>
stopComponent.bat <component_name>
startComponent.bat <component_name>
Configuring P6 Professional for SAML Authentication
Configuring the P6 Professional to Recognize SAML Authentication
Configuring P6 Administrator application for P6 Professional SAML Authentication
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Tuesday, September 27, 2016