SSL Configuration and terminating(SSL) at EBS in SSO Environment !!

Hi Guys,

In today’s post will see the configuration of SSL for EBS and OAM at Oracle Traffic Director 12c, and terminating the SSL at EBS level and rest of the requests after EBS will be communicated in non SSL mode.

SSL Configuration for EBS and terminating SSL at EBS.

  • Document followed Oracle Traffic Director 12c Integration with Oracle E-Business Suite Releases 12.1 and 12.2 (Doc ID 2130592.1)

My Lab Details:

Product

version

servers

Console

Load Balancer hostnames and URLS

Oracle Traffic Director

12c

otd01.hussain.net

http://otd01.hussain.net:7001/console
https://otd01.hussain.net:7001/em

 

 

 

 

 

 

Oracle Webtier

11g

ohs01.hussain.net

ohs02.hussain.net

For OID,ODSM http port is 7778

For OAM,oamconsole http port is 7779

 

 

 

 

 

 

Oracle Access Manager

11g

oam01.hussain.net

oam02.hussain.net

http://oamadmin.hussain.net:7001/console

http://oamadmin.hussain.net:7001/em

http://oamadmin.hussain.net:7001/oamconsole

https://otd01.hussain.net:8081/console

https://otd01.hussain.net:8081/em

https://otd01.hussain.net:8081/oam/server/logout

 

 

 

 

 

Oracle Internet Directory

11g

oid01.hussain.net

oid02.hussain.net

http://oidadmin.hussain.net:7001/console

http://oidadmin.hussain.net:7001/em

http://oid01.hussain.net:7005/odsm

http://oid02.hussain.net:7005/odsm

ldap://oid01.hussain.net:3060

ldap://oid02.hussain.net:3060

https://otd01.hussain.net:8080/console

https://otd01.hussain.net:8080/em

https://otd01.hussain.net:8080/odsm

otd01.hussain.net:13060

 

 

 

 

 

Oracle EBS

12.2.5

ebs12app.hussain.net (Apps tier node1)

ebs12app02.hussain.net (Apps tier node2)

ebs12db01.hussain.net (DB tier)

http://ebs12app.hussain.net:8050

http://ebs12app02.hussain.net:8050

https://otd01.hussain.net:8099

  • Configured EBS12.2.5 Multi node environment successfully.
  • Configured OAM 11g Cluster A/A environment successfully.
  • Configured OID 11g cluster A/A environment successfully.
  • Configured OTD 12c single instance environment successfully.
  • Create below Load balancing configuration with SSL (SSL for EBS and OAM only) for respective environments.

For EBS 12.2.5:

For Oracle Access Manager:

For Oracle Internet Directory 11g:

For OID LDAP:

  • After this added load balancing hostname and port for OAM in load balancer section.

  • Then integrated EBS with OTD 12c by updating below parameter in the CONTEXT_FILE of EBS and terminated SSL at EBS.

<webentryurlprotocol oa_var=”s_webentryurlprotocol“>https</webentryurlprotocol>

<webentryhost oa_var=”s_webentryhost“>otd01</webentryhost>

<webentrydomain oa_var=”s_webentrydomain“>hussain.net</webentrydomain>

<sslterminator oa_var=”s_enable_sslterminator“/> by default it will be with ‘#’ value remove that to use sslterminator.conf file

<activewebport oa_var=”s_active_webport” oa_type=”DUP_PORT” base=”8000″ step=”1″ range=”-1″ label=”Active Web Port”>8099</activewebport>

<login_page oa_var=”s_login_page“>https://otd01.hussain.net:8099/OA_HTML/AppsLogin</login_page>

<externURL oa_var=”s_external_url“>https://otd01.hussain.net:8099</externURL>

 

  • Now, after updating ran the autoconfig to update the same information to the database and it should have to done from both apps tier nodes if it’s multimode environment.

 

  • Now, started the EBS integration with OAM and OID and done successfully by following the doc id, Integrating Oracle E-Business Suite Release 12.2 with Oracle Access Manager 11gR2 (11.1.2) using Oracle E-Business Suite AccessGate (Doc ID 1576425.1)

 

  • That’s it, after this fire the https://otd01.hussain.net:8099 EBS URL then you will redirect to OAM login page and once you give the username and credentials, it will land on EBS home page after doing all required process of SSO.

Hope this find well for you !!

Happy Learning !!

Firoz Hussain K.

Add Your Comment