{"id":2571,"date":"2011-06-29T11:59:36","date_gmt":"2011-06-29T15:59:36","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/"},"modified":"2017-12-18T08:45:19","modified_gmt":"2017-12-18T12:45:19","slug":"integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/","title":{"rendered":"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO"},"content":{"rendered":"<p>I discussed about support of EBS (Apps R12) integration with OAM 11g for Single Sing-on <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/06\/oracle-access-manager-11g-is-now-certified-with-e-business-suite-apps-r12\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>, In this post I am going to cover <strong>high level steps to integrate Oracle Applications R12 with Oracle Access Manager 11g<\/strong> (for detailed analysis of <strong>EBS Access Gate<\/strong>, <strong>WebGate<\/strong> and what happens behind the scene including deploying Access Gate in High Availability check <strong>chapter 12<\/strong> of my book <a href=\"https:\/\/www.packtpub.com\/oracle-identity-and-access-manager-11g-for-administrators\/book\" target=\"_blank\" rel=\"noopener noreferrer\">OAM \/ OIM 11g for Administrators<\/a> ).<\/p>\n<p><strong><u>High Level Steps for Oracle Apps R12 integration with OAM 11g<\/u><\/strong><\/p>\n<p><strong>1.<\/strong> Install Oracle Access Manager 11g R1 (11.1.1.3) , check steps <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/08\/05\/oracleidm-11g-step-by-installation-of-oam-oim-oaam-oapm-oin-111130-part-i-load-schema\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>\u00a0 (<span style=\"color: #ff0000;\">OIM or SOA are optional component and not required for this integration<\/span>)<\/p>\n<p><strong>2.<\/strong> Apply Patch <strong>BP02<\/strong> (10368022)\u00a0to Oracle Access manager and bring\u00a0OAM to 11.1.1.3.2 using steps mentioned <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/11\/how-to-install-bundle-patch-bp-on-oam-11113-bp02-10368022-oam-111132\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><\/p>\n<p><strong>3.<\/strong> Install OID 11.1.1.3 (or higher) as mentioned <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/23\/install-oracle-identity-management-oimidm-11114-oid-ovd-oif-high-level-steps\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>\u00a0 (<span style=\"color: #ff0000;\">If you are installing OID 11.1.1.4 or 11.1.1.5 then do not use same MW_HOME as used by OAM else enterprise manager (EM) will fail to start<\/span>)<\/p>\n<p><strong>4.<\/strong> Change <strong>Primary Identity Store\u00a0<\/strong>of Oracle Access Manager from weblogic&#8217;s embedded LDAP server to Oracle Internet Directory (OID) as explained <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/27\/how-to-integrate-oam-11g-with-oid-11g-for-useridentity-store\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><\/p>\n<p><strong>5.<\/strong> If you are on apps 12.1.1 then apply patch 8919489 &amp; 9824524, for 12.0.6 apply patch 10220779 &amp; 10257580, and for 12.1.2\/12.1.3 apply patch 9454600<\/p>\n<p><strong>6.<\/strong>Install WebLogic server which will host<strong> E-Business Suite Access Gate\u00a0<\/strong>and create weblogic domain (You can also use WebLogic Server used by OAM server). For steps on WebLogic Server Installation <a href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/07\/22\/oracle-weblogic-installation-steps\/\" target=\"_blank\" rel=\"noopener noreferrer\">click here<\/a><\/p>\n<p><strong>7.<\/strong> Install OHS 11g server which will host <strong>webgate <\/strong>and also act as proxy server for WebLogic (via <strong>mod_wl_ohs<\/strong>), more on mod_wl_ohs <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/23\/configure-oracle-http-server-infront-of-oracle-weblogic-server-mod_wl_ohs\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>\u00a0 (<span style=\"color: #ff0000;\">User will be redirected for authentication to this OHS server via profile option &#8220;<strong>Application Authenticate Agent<\/strong>&#8221; and\u00a0 &#8220;<strong>Applications SSO Type<\/strong>&#8220;)<\/span><\/p>\n<p><strong>8.<\/strong> Create <strong>DBC <\/strong>file for machine hosting WebLogic server <strong>java oracle.apps.fnd.security.AdminDesktop &lt;apps user&gt;\/&lt;apps pwd&gt; CREATE<\/strong> (<span style=\"color: #ff0000;\">If WebLogic server is hosted on same machine as R12 middle tier then you can use existing DBC file<\/span>)<\/p>\n<p><strong>9.<\/strong> Download patch <strong>10124068<\/strong> (<span style=\"color: #ff0000;\">This patch contains Access Gate 1.1.0<\/span>) on WebLogic Server machine and copy <strong>fndext.jar <\/strong>to weblogic&#8217;s $DOMAIN_HOME\/lib directory and restart all servers running on weblogic domain.<\/p>\n<p><strong>10.<\/strong> Use <strong>ant -f txkEBSAuth.xml <\/strong>(xml file is part of <strong>10124068<\/strong>) to deploy EBS Access Gate on weblogic domain created on step 6. This will deploy <strong>web application<\/strong> (war &#8211; Web Archive) and <strong>create JDBC <\/strong>in WebLogic server to connect to EBS database. (Web Application will\u00a0contains login page <strong>OAMLogin.jsp<\/strong>)<\/p>\n<p><strong>11. <\/strong>Configure OHS (installed on step 7) to forward request to WebLogic server (installed on step 6) more steps to configure mod_wl_ohs <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/23\/configure-oracle-http-server-infront-of-oracle-weblogic-server-mod_wl_ohs\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><\/p>\n<p><strong>12.<\/strong> Provision an Instance of <strong>10g WebGate<\/strong> either using <strong>RREG<\/strong> or <strong>OAMConsole<\/strong>. For more information on RREG and registration using OAMConsole refer <strong>chapter 8<\/strong> of my book <a href=\"https:\/\/www.packtpub.com\/oracle-identity-and-access-manager-11g-for-administrators\/book\" target=\"_blank\" rel=\"noopener noreferrer\">OAM \/ OIM 11g for Admins<\/a>\u00a0or for 11g WebGate <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/10\/part-ix-install-oam-agent-11g-webgate-with-oam-11g\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a> (<span style=\"color: #ff0000;\">You can use either 10g webgate or 11g webgate, 10g Webgate is recommended for EBS R12<\/span>)<\/p>\n<p><strong>13.<\/strong> Install 10g or 11g<strong>Webgate<\/strong>(depending on instance created in step 12)\u00a0with OHS server (created on step 7)<\/p>\n<p><strong>14.<\/strong> Verify <strong>Authentication Modules<\/strong>, <strong>Schemes<\/strong>, <strong>Policies<\/strong>, <strong>Application Domain<\/strong>, Public and Protected <strong>Resource <\/strong>as explained in MOS Note 1309013.1 . For more information on these components of OAM, <strong>refer chapter 6<\/strong> of book <a href=\"https:\/\/www.packtpub.com\/oracle-identity-and-access-manager-11g-for-administrators\/book\" target=\"_blank\" rel=\"noopener noreferrer\">OAM\/OIM 11g for Admins<\/a><\/p>\n<p><strong>15.<\/strong> Configure Profile Option\u00a0 &#8220;<strong>Application Authenticate Agent<\/strong>&#8221; &amp; &#8220;<strong>Applications SSO Type<\/strong>&#8221; for EBS R12<\/p>\n<p><strong>16.<\/strong>Configure EBS-OID synchronization (OID to EBS, EBS to OID or both using option <strong>provisiontype<\/strong>)<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p><strong>$FND_TOP\/bin\/txkrun.pl<\/strong> \\<br \/>\n-script=SetSSOReg \\<br \/>\n&#8211;<strong>registerinstance=yes<\/strong> \\<\/p>\n<p>[\/code]<\/p>\n<p>and<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>$FND_TOP\/bin\/txkrun.pl \\<br \/>\n-script=SetSSOReg \\<br \/>\n&#8211;<strong>registeroid=yes<\/strong> \\<\/p>\n<p>[\/code]<\/p>\n<p><strong>17.<\/strong> Configure Log Out for EBS<\/p>\n<p><strong>18. <\/strong>Test Login to EBS (using user\/password in OID) and Logout<\/p>\n<p>We provided a dedicated module for Troubleshooting where we cover Logging in <strong>WebGate<\/strong>, <strong>OHS<\/strong>, <strong>EBS Accessgate<\/strong>, <strong>DIP<\/strong>, <strong>OAM<\/strong>, and<strong> OID<\/strong> in our <a href=\"http:\/\/k21academy.com\/oracle-ebs-oam-integration\/\" target=\"_blank\" rel=\"noopener noreferrer\">EBS-OAM\/OID Integration Training<\/a> , more about training <a href=\"http:\/\/k21academy.com\/oracle-accesss-manager\/oracle-ebs-oam-sso-integration-training\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><\/p>\n<p>If you have not yet downloaded\u00a0<a href=\"http:\/\/k21academy.com\/ebs-oam-integration-free-guide\" target=\"_blank\" rel=\"noopener noreferrer\">FREE eBook \u2013 7 Docs every Oracle Apps DBA must read for EBS R12 integration with OAM\/OID for SSO<\/a>\u00a0get a copy in your Email<\/p>\n<p><script src=\"\/\/static.leadpages.net\/leadboxes\/current\/embed.js\" async defer><\/script><a data-leadbox-popup=\"BRbh4AKunL5KxrLfebS2LW\" data-leadbox-domain=\"k21technologies.lpages.co\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-11599\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\" alt=\"banner__\" width=\"1024\" height=\"154\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png 1024w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-150x23.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-300x45.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-80x12.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-220x33.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-250x38.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-280x42.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-510x77.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-750x113.png 750w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-975x147.png 975w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1190x179.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I discussed about support of EBS (Apps R12) integration with OAM 11g for Single Sing-on here, In this post I [&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":[445],"tags":[],"class_list":["post-2571","post","type-post","status-publish","format-standard","hentry","category-ebs-r12-oam-integration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -<\/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\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -\" \/>\n<meta property=\"og:description\" content=\"I discussed about support of EBS (Apps R12) integration with OAM 11g for Single Sing-on here, In this post I [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-06-29T15:59:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-18T12:45:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/\",\"name\":\"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\",\"datePublished\":\"2011-06-29T15:59:36+00:00\",\"dateModified\":\"2017-12-18T12:45:19+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO\"}]},{\"@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":"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -","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\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/","og_locale":"en_US","og_type":"article","og_title":"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -","og_description":"I discussed about support of EBS (Apps R12) integration with OAM 11g for Single Sing-on here, In this post I [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/","article_published_time":"2011-06-29T15:59:36+00:00","article_modified_time":"2017-12-18T12:45:19+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/","name":"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png","datePublished":"2011-06-29T15:59:36+00:00","dateModified":"2017-12-18T12:45:19+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/banner__-1024x154.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/29\/integrate-oracle-apps-e-business-suite-r12-with-oracle-access-manager-oam-11g-for-sso\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Integrate Oracle Apps (E-Business Suite) R12 with Oracle Access Manager (OAM) 11g for SSO"}]},{"@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\/2571","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=2571"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2571\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}