{"id":2748,"date":"2012-02-06T18:43:30","date_gmt":"2012-02-06T22:43:30","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/"},"modified":"2012-02-06T18:43:30","modified_gmt":"2012-02-06T22:43:30","slug":"fusion-applications-111151-installation-part-v-integrate-oim-with-oam","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/","title":{"rendered":"Fusion Applications 11.1.1.5.1 Installation Part V &#8211; Integrate OIM with OAM"},"content":{"rendered":"<p>This post covers part V of Fusion Applications 11.1.1.5.1 Installation,\u00a0<strong>Integrate Oracle Identity Manager (OIM) with Oracle Access Manager (OAM) <\/strong>for Fusion Application. For previous steps check below links<\/p>\n<ul>\n<li><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/14\/fusion-applications-111151-part-i-install-identity-and-access-management-oidoamoim-11g\/\" style=\"font-weight: bold; color: #333333\">Part I &#8211; Install Identity and Access Management Software for FA<\/a><\/li>\n<li><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/19\/fusion-applications-111151-installation-part-ii-configure-oracle-internet-directory\/\" style=\"font-weight: bold; color: #333333\">Part II &#8211; Configure OID for Fusion Applications<\/a><\/li>\n<li><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/28\/fusion-applications-111151-installation-part-iii-configure-policy-and-identity-store\/\" style=\"font-weight: bold; color: #333333\">Part III &#8211; Configure Policy and Identity Store\u00a0<\/a><\/li>\n<li><a href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/01\/03\/fusion-applications-111151-installation-part-iv-extend-weblogic-domain-to-include-oimoam-and-configure-oim\/\" style=\"font-weight: bold; color: #333333\">Part IV &#8211; Extend WebLogic Domain to include OIM\/OAM\u00a0<\/a><\/li>\n<\/ul>\n<p>OIM\/OAM 11g installation and other key tasks required for administrators is also covered in my <a href=\"http:\/\/www.amazon.com\/Oracle-Identity-Access-Manager-Administrators\/dp\/1849682682\" target=\"_blank\">book<\/a><\/p>\n<p>The steps to integrate OIM with OAM are very well documented <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CEGCDAGG\">here<\/a> so I am going to cover only key points and important things to consider.<\/p>\n<p><strong>1.<\/strong> Creating Client Keystore (<strong>SSLClinetConfig.sh<\/strong>) discussed in section <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CEGDGBIH\">17.1.2<\/a> \u00a0is optional and required only if you configure Fusion Applications to Oracle Identity Management components on SSL (<font color=\"#ff0000\">Fusion Applications can be configured to connect to Identity Management with NO SSL<\/font>)<\/p>\n<p><strong>2.<\/strong> Copying OAM keystore files mentioned in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#BABIIECH\">17.2.2<\/a> \u00a0 is required only if OAM Access Server is running in SIMPLE or SECURE mode (<font color=\"#ff0000\">OAM Access Server runs in one of three modes &#8211; OPEN, SIMPLE, SECURE where OPEN is default mode<\/font>)<\/p>\n<p><strong>3.<\/strong> For content in file<strong> config_oam2.props<\/strong> mentioned in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CEGHCCFD\">17.2.3<\/a> , note following things<\/p>\n<p><strong>a) <\/strong>Update WLSHOST and WLSPORT to WebLogic Machine Name and WebLogic Admin Server port resp. on which OIM\/OAM is deployed (<font color=\"#ff0000\">default WebLogic Admin Server port is 7001<\/font>)<\/p>\n<p><strong>b) <\/strong>Update IDSTORE_HOST and IDSTORE_PORT to OID Server Host and LDAP Port (<font color=\"#ff0000\">default OID LDAP port is 3060<\/font>)<\/p>\n<p><strong>c)<\/strong> For IDSTORE_USERSEARCHBASE, IDSTORE_SEARCHBASE, IDSTORE_GROUPSEARCHBASE &#8211; replace <strong>dc=mycompany, dc=com<\/strong> with OID security realm value defined during OID Configuration.<\/p>\n<p><strong>d) <\/strong>For PRIMARY_OAM_SERVERS &#8211; Server Name and port number are OAM Server Machine and OAM Proxy Port resp. If there is only one OAM Server then defined only one OAMServer:Port (<font color=\"#ff0000\">default OAM Proxy port is 5575<\/font>)<\/p>\n<p><strong>e)<\/strong> OAM11G_IDM_DOMAIN_OHS_HOST : is machine name on which OHS server is going to run for OAM\u00a0\u00a0(<font color=\"#ff0000\">If there is load balancer in front of OHS then mention Load Balancer Name here<\/font>)<\/p>\n<p><strong>f)<\/strong> OAM11G_IDM_DOMAIN_OHS_PORT :\u00a0is Port Number on which OHS server is going to run for OAM\u00a0\u00a0(<font color=\"#ff0000\">If there is load balancer in front of OHS then mention Load Balancer Listen Port here<\/font>).<\/p>\n<p><strong>g) <\/strong>OAM11G_IDM_DOMAIN_OHS_PROTOCOL : is Protocol for OHS Server\u00a0(<font color=\"#ff0000\">If there is load balancer in front of OHS then mention Load Balancer Protocol here<\/font>). My OHS server is running on HTTP (No SSL)\u00a0so I am using value <strong>http<\/strong><\/p>\n<p><strong>h)<\/strong> OAM_TRANSFER_MODE : OAM Access Server can be configured one of three modes OPEN, SIMPLE, CERT (<font color=\"#ff0000\">default value OPEN<\/font>), change value as per OAM Server configuration. (<font color=\"#ff0000\">Use value in upper case else some of OIM\/OAM integration tasks will fail. This is BUG where value in lowercase result in issues during integration<\/font>)<\/p>\n<p><strong>i)<\/strong> OAM11G_OAM_SERVER_TRANSFER_MODE : same as defined above<\/p>\n<p><strong>j) <\/strong>COOKIE_DOMAIN : change this to your primary domain.<\/p>\n<p><strong>k)<\/strong> OAM11G_SERVER_LBR_HOST, OAM11G_SERVER_LBR_PORT, OAM11G_SERVER_LBR_PROTOCOL : Change values as per your Load Balancer Configuration (<font color=\"#ff0000\">If you do not have load balancer in front of OHS then use OHS hostname, OHS Port and OHS Protocol<\/font>)<\/p>\n<p><strong>l)<\/strong> OAM11G_OIM_OHS_URL : Change it to load balancer protocol:\/\/hostname:port (<span style=\"color: #ff0000\">If you do not have load balancer in front of OHS then use OHS hostname, OHS Port and OHS Protocol. I am using value like http:\/\/innowave12.com:7780<\/span>)<\/p>\n<p><strong>4.<\/strong> For content in file user.props mentioned in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CFHEAHHB\">17.2.4<\/a> , note following things<\/p>\n<p><strong>a)<\/strong> Update IDSTORE_HOST and IDSTORE_PORT to OID Server Host and LDAP Port (<font color=\"#ff0000\">default OID LDAP port is 3060<\/font>)<\/p>\n<p><strong>b)<\/strong> For IDSTORE_USERSEARCHBASE and IDSTORE_GROUPSEARCHBASE &#8211; replace\u00a0<strong>dc=mycompany, dc=com<\/strong>\u00a0with OID security realm value defined during OID Configuration.<\/p>\n<p><strong>5. <\/strong>For content in file <strong>oimitg.props<\/strong> mentioned in\u00a0<a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CEGFJJGJ\">17.2.5.2<\/a>\u00a0note following things<\/p>\n<p><strong>a)<\/strong> For ACCESS_SERVER_HOST and ACCESS_SERVER_PORT\u00a0&#8211; Server Name and port number are OAM Server Machine and OAM Proxy Port resp. If there are multiple OAM Servers in cluster then use any one OAMServer:Port (<font color=\"#ff0000\">default OAM Proxy port is 5575<\/font>)<\/p>\n<p><strong>b)<\/strong> COOKIE_DOMAIN : change this to your primary domain.<\/p>\n<p><strong>c)<\/strong>\u00a0OAM_TRANSFER_MODE : OAM Access Server can be configured one of three modes OPEN, SIMPLE, CERT (<font color=\"#ff0000\">default value OPEN<\/font>), change value as per OAM Server configuration. (<font color=\"#ff0000\">Use value in upper case else some of OIM\/OAM integration tasks will fail. This is BUG where value in lowercase result in issues during integration<\/font>)<\/p>\n<p><strong>d)<\/strong>\u00a0Update IDSTORE_HOST and IDSTORE_PORT to OID Server Host and LDAP Port (<font color=\"#ff0000\">default OID LDAP port is 3060<\/font>)<\/p>\n<p><strong>e)\u00a0<\/strong>For IDSTORE_ADMIN_USER, IDSTORE_USERSEARCHBASE\u00a0and IDSTORE_GROUPSEARCHBASE &#8211; replace\u00a0<strong>dc=mycompany, dc=com<\/strong>\u00a0with OID security realm value defined during OID Configuration.<\/p>\n<p><strong>f)<\/strong> For MDS_DB_URL\u00a0: replace RAC Database Hostname and Port as per your OID database. If OIM database is configured in Single Node Database then use entry like \u00a0<span style=\"font-size: 11pt; font-family: 'Times New Roman'\"><font color=\"#ff0000\">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(protocol=tcp)(host=<strong>innowave12.com<\/strong>)(port=<strong>1521<\/strong>))(ADDRESS=(protocol=tcp)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=<strong>faidm.com<\/strong>)))<\/font><\/span><\/p>\n<p><strong>g)\u00a0<\/strong>Update\u00a0MDS_DB_SCHEMA_USERNAME to OIM MDS schema<\/p>\n<p><strong>h)<\/strong> Update WLSHOST and WLSPORT to WebLogic Machine Name and WebLogic Admin Server port resp. on which OIM\/OAM is deployed (<font color=\"#ff0000\">default WebLogic Admin Server port is 7001<\/font>)<\/p>\n<p><strong>i)\u00a0<\/strong>DOMAIN_NAME : WebLogic Domain Name of OIM\/OAM Server<\/p>\n<p><strong>j)<\/strong>\u00a0OIM_MANAGED_SERVER_NAME : is name of OIM managed Server (<font color=\"#ff0000\">default value oim_server1<\/font>)<\/p>\n<p><strong>k)\u00a0<\/strong>DOMAIN_LOCATION : update location where OIM\/OAM WebLogic Domain is configured<\/p>\n<p><strong>6. <\/strong>Updating OVD Authenticator\u00a0as mentioned in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#BABFCDJE\">17.2.6<\/a> \u00a0is required only if you are using OVD (If you are not using OVD then skip this step)<\/p>\n<p><strong>7.<\/strong>\u00a0Creating CSF keys as mentioned in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#BABHIGCF\">17.2.7<\/a> \u00a0is required only if OAM is configured in SIMPLE or CERT mode (<font color=\"#ff0000\">default OAM modes is OPEN<\/font>)<\/p>\n<p><strong>8.<\/strong> Task mention in <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/wiring.htm#CEGJFDJD\">17.3<\/a> \u00a0and 17.4 are <strong>NOT<\/strong> required for Fusion Apps installation.<\/p>\n<p><strong>9.<\/strong> After chapter 17, install Oracle HTTP Server (OHS) and configured WebGate as defined in section <a href=\"http:\/\/docs.oracle.com\/cd\/E25054_01\/fusionapps.1111\/e21032\/confg_sso_admconsoles_im.htm#CEGBEFGG\">18.5<\/a><\/p>\n<p><strong>10. <\/strong>Validate that you can login to OIM via OHS using OAM Single Sign-On (<font color=\"#ff0000\">more on how to validate and screen you should for OIM login in next port<\/font> )<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post covers part V of Fusion Applications 11.1.1.5.1 Installation,\u00a0Integrate Oracle Identity Manager (OIM) with Oracle Access Manager (OAM) for [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2748","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -\" \/>\n<meta property=\"og:description\" content=\"This post covers part V of Fusion Applications 11.1.1.5.1 Installation,\u00a0Integrate Oracle Identity Manager (OIM) with Oracle Access Manager (OAM) for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-02-06T22:43:30+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/\",\"name\":\"Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2012-02-06T22:43:30+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fusion Applications 11.1.1.5.1 Installation Part V &#8211; Integrate OIM with OAM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/","og_locale":"en_US","og_type":"article","og_title":"Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -","og_description":"This post covers part V of Fusion Applications 11.1.1.5.1 Installation,\u00a0Integrate Oracle Identity Manager (OIM) with Oracle Access Manager (OAM) for [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/","article_published_time":"2012-02-06T22:43:30+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/","name":"Fusion Applications 11.1.1.5.1 Installation Part V - Integrate OIM with OAM -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2012-02-06T22:43:30+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/02\/06\/fusion-applications-111151-installation-part-v-integrate-oim-with-oam\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Fusion Applications 11.1.1.5.1 Installation Part V &#8211; Integrate OIM with OAM"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2748"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2748\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}