{"id":2780,"date":"2011-12-05T15:18:09","date_gmt":"2011-12-05T19:18:09","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/"},"modified":"2011-12-05T15:22:09","modified_gmt":"2011-12-05T19:22:09","slug":"integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/","title":{"rendered":"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps"},"content":{"rendered":"<p> <strong>OBIEE 11g<\/strong> by default uses its own authentication engine against users stored in WebLogic&#8217;s Embedded LDAP Server.<br \/>\n<strong>O<\/strong>racle <strong>A<\/strong>ccess <strong>M<\/strong>anager (OAM) is <strong>S<\/strong>ingle <strong>S<\/strong>ign-<strong>O<\/strong>n (SSO) solution from Oracle and there are two versions of OAM i.e. 10g and 11g. More <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/09\/01\/changes-in-oracle-access-manager-11g-r1-11113\/\">here<\/a> on differences between OAM 10g and 11g .<\/p>\n<p class=\"p1\">&nbsp;<\/p>\n<p class=\"p1\">OBIEE can be configured for Single Sign-On (OAM) with user repository is LDAP Server (OID or AD). <font color=\"#ff0000\" class=\"Apple-style-span\">This post assumes that User Repository for OBIEE is OID. If you wish to use AD as user repository then replace OID with AD while using this post<\/font>. To know more about Oracle Access Manager 11g, check my book at <a href=\"http:\/\/www.amazon.com\/Oracle-Identity-Access-Manager-Administrators\/dp\/1849682682\">amazon<\/a><\/p>\n<p class=\"p1\">&nbsp;<\/p>\n<p class=\"p2\"><strong><u>High Level Steps to integrate OBIEE with OAM (for Single Sign-On)<\/u><\/strong><\/p>\n<p class=\"p2\"><strong>1.<\/strong> Install OBIEE 11g (11.1.1.5)<\/p>\n<p class=\"p2\"><strong>2.<\/strong> Install OHS 11g (install 11.1.1.2 and then apply patch 11.1.1.5)<\/p>\n<p class=\"p2\"><strong>3.<\/strong> Configure access to OBIEE via OHS (mod_wl_ohs)<\/p>\n<p class=\"p2\"><strong>4<\/strong>. Install OID 11g (<font color=\"#ff0000\" class=\"Apple-style-span\">install 11.1.1.2 and then apply patch 11.1.1.5<\/font>)<\/p>\n<p class=\"p2\"><strong>5.<\/strong> Integrate OBIEE 11g with OID for user repository<\/p>\n<p class=\"p2\"><strong>6.<\/strong> Install OAM 11g (11.1.1.3 or 11.1.1.5)<\/p>\n<p class=\"p2\"><strong>7.<\/strong> Integrate OAM 11g with OID for user repository<\/p>\n<p class=\"p2\"><strong>8.<\/strong> Create Instance of WebGate in OAM 11g<\/p>\n<p class=\"p2\"><strong>9.<\/strong> Install WebGate with OHS 11g (installed in step 2)<\/p>\n<p class=\"p2\"><strong>10.<\/strong> Configure <strong>OAM Identity asserter<\/strong> as authentication provider in Weblogic Domain hosting OBIEE<\/p>\n<p class=\"p2\"><strong>11.<\/strong> Configure <strong>Response<\/strong> (<font color=\"#ff0000\" class=\"Apple-style-span\">header variable OAM_REMOTE_USER<\/font>) in protected authenticated and authorisation policy<\/p>\n<p class=\"p2\"><strong>12.<\/strong> Enable SSO in OBIEE (<font color=\"#ff0000\" class=\"Apple-style-span\">including logon URL, Logoff URL<\/font>) using FMW Enterprise Manager Control<\/p>\n<p class=\"p2\"><strong>13. <\/strong>Test OBIEE Single Sign-On configuration<\/p>\n<p class=\"p1\">&nbsp;<\/p>\n<p class=\"p1\">&nbsp;<\/p>\n<p class=\"p1\"><strong><u>Steps<\/u><\/strong><\/p>\n<p class=\"p2\"><strong>1. <\/strong>Install OBIEE 11g \u00a0&#8211;\u00a0Follow OBIEE installation steps <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/01\/obiee-11g-installation-high-level-steps\/\">here<\/a>, <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/08\/14\/obiee-11g-111130-documentation-installation\/\">here<\/a>\u00a0and <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/bi.1111\/e10539\/toc.htm\">here<\/a>.<br \/>\n<font color=\"#ff0000\" class=\"Apple-style-span\">This step will create middleware home (MW_HOME), OBIEE Oracle Home (ORACLE_HOME) and OBIEE Oracle Instance (ORACLE_INSTANCE)<\/font><\/p>\n<p class=\"p2\"><strong>2.<\/strong> Install OHS 11g &#8211;\u00a0You can access OBIEE directly by using managed server port. In SSO environment, request to OBIEE managed servers should come via this HTTP Server. A Policy Enforcement Point (PEP) which is <strong>WebGate<\/strong> in this case is configured that will communicate to Oracle Access Manager (SSO server).<\/p>\n<p><font color=\"#ff0000\" class=\"Apple-style-span\">This step will create OHS Oracle Home (ORACLE_HOME) and OHS Oracle Instance (ORACLE_INSTANCE)<\/font><\/p>\n<p class=\"p2\"><strong>Note:<\/strong> <font color=\"#ff0000\" class=\"Apple-style-span\">ORACLE_HOME of OBIEE and OHS must be installed in different directory, similarly ORACLE_INSTANCE of OBIEE and OHS must be installed in different directory.<\/font><\/p>\n<p class=\"p2\">&nbsp;<\/p>\n<ul>\n<li>Follow OHS Installation guide <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/doc.1111\/e14260\/toc.htm\">here<\/a> \u00a0 (<font color=\"#ff0000\" class=\"Apple-style-span\">Do not select WebCache during configuration<\/font>)<\/li>\n<\/ul>\n<p class=\"p2\"><strong>3.<\/strong> Configure access to OBIEE via OHS (<strong>mod_wl_ohs<\/strong>)<\/p>\n<p class=\"p2\">Configure mod_wl_ohs in OHS to forward request to OBIEE Managed Server (bi_server1) and restart OHS. Test if you can access OBIEE via OHS Server . 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\/\">here<\/a>\u00a0and <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/doc.1111\/e15722\/create_domain.htm#BAJBDDJB\">here<\/a><\/p>\n<p class=\"p2\">http:\/\/http_server:http_listen_port\/analytics<\/p>\n<p class=\"p2\"><strong>4. <\/strong>Install <strong>OID 11g<\/strong> &#8211;\u00a0Enterprise Users that are going to access OBIEE via SSO (OAM in this case) will be stored in OID. Follow OID installation steps <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/23\/install-oracle-identity-management-oimidm-11114-oid-ovd-oif-high-level-steps\/\">here<\/a>, <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/install.1111\/e12002\/under_install.htm#BABCEAHC\">here<\/a>, <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/21\/installing-oracle-fusion-middleware-fmw-11g-identity-management-components-oid-dip-ovd-oif\/\">here<\/a>, and <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/22\/oracle-identity-management-oid-11g-installation-issues-on-linux\/\">here<\/a> (<font color=\"#ff0000\" class=\"Apple-style-span\">DIP, OVD and OIF are optional components and are not required for this integration<\/font>).<\/p>\n<p><font color=\"#ff0000\" class=\"Apple-style-span\">This step will create middleware home for OID, OID Oracle Home (ORACLE_HOME) and OID Oracle Instance (ORACLE_INSTANCE)<\/font>.<\/p>\n<p class=\"p1\"> <strong>Note:<\/strong> You can install OBIEE and OID in same Middleware Home but this is not recommended.<\/p>\n<p class=\"p2\"><font color=\"#ff0000\" class=\"Apple-style-span\">ORACLE_HOME for OID, OBIEE, and OHS must be in different directory.<br \/>\nORACLE_INSTANCE for OID, OBIEE, and OHS must be in different directory.<\/font><\/p>\n<p><font color=\"#ff0000\" class=\"Apple-style-span\"> <\/font><\/p>\n<p class=\"p2\"><strong>5.<\/strong> Integrate OBIEE 11g with OID for user repository. &#8211;\u00a0By default OBIEE 11g authenticates against WebLogic&#8217;s embedded LDAP server using Default Authentication Provider. You must add additional <strong>Authentication Provider<\/strong> of type OID in WebLogic Security Realm (steps <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/04\/how-to-integrate-weblogic-with-oracle-internet-directory-for-login-authentication\/\">here<\/a> and <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/bi.1111\/e10543\/privileges.htm#CHDEAECE\">here<\/a> \u00a0) so that OBIEE\/WebLogic can authenticate users against OID.<\/p>\n<p class=\"p2\"><strong>6. <\/strong>Install OAM 11g &#8211;\u00a0If you are installing same version of OID and OAM i.e. 11.1.1.1.5 then these two (OID and OAM) can be installed in same Middleware Home (MW). This step will create OAM Oracle Home (ORACLE_HOME).<\/p>\n<p class=\"p2\"><strong>Note<\/strong>: <font color=\"#ff0000\" class=\"Apple-style-span\">You can install OID and OAM in different Middleware Home then this step will also create Middleware Home (MW_HOME) for OAM<\/font>.<\/p>\n<p class=\"p1\"> <strong>Note<\/strong>: <font color=\"#ff0000\" class=\"Apple-style-span\">ORACLE_HOME for OAM, OID, OBIEE, and OHS must be in different directory<\/font>.<\/p>\n<p class=\"p2\"><strong>Note<\/strong>: <font color=\"#ff0000\" class=\"Apple-style-span\">OAM comes with additional components like OIM, OAAM, OIN and these components are optional.<\/font><\/p>\n<p class=\"p2\"><strong>7.<\/strong> <strong>Integrate OAM 11g with OID for user repository<\/strong> &#8211;\u00a0By default OAM 11g uses WebLogic&#8217;s embedded LDAP server as its Identity\/User Store. You must add additional identity store in OAM to point to same OID which is configured with OBIEE.\u00a0 Screen to configure Identity Store in OAM 11.1.1.3 and 1.1.1.5 are slightly different. For 11.1.1.3 click <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/27\/how-to-integrate-oam-11g-with-oid-11g-for-useridentity-store\/\">here<\/a>\u00a0 and for OAM 11.1.1.5 click <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/07\/11\/oid-11g-integration-with-oam-11115-for-identity-store\/\">here<\/a><\/p>\n<p class=\"p1\">More on OAM integration with OID in my book <a href=\"http:\/\/www.amazon.com\/Oracle-Identity-Access-Manager-Administrators\/dp\/1849682682\">here<\/a><\/p>\n<p class=\"p2\"><strong>8. Create Instance of WebGate in OAM 11g<\/strong> &#8211;\u00a0WebGate is web server plug-in which intercepts user request and communicates to OAM Server. Both 10g WebGate and 11g WebGate can be used with OAM 11g . (<font color=\"#ff0000\" class=\"Apple-style-span\">If you are using Webgate 11g then all requests are protected by default and you should un-protect\u00a0any public page<\/font>.). To create WebGate11g\u00a0 instance you can use <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/10\/part-ix-install-oam-agent-11g-webgate-with-oam-11g\/\">RREG<\/a><\/p>\n<p class=\"p1\"> Note: <font color=\"#ff0000\" class=\"Apple-style-span\">Ensure that \/analytics , \/analytics\/&#8230;\/* ,\u00a0 \/xmlpserver , and\u00a0 \/xmlpserver\/&#8230;\/* are protected resource in OAM<\/font><\/p>\n<p><font color=\"#ff0000\" class=\"Apple-style-span\"> <\/font><\/p>\n<p class=\"p2\"><strong>9.<\/strong> Install WebGate with OHS 11g (installed in step 2)<\/p>\n<p class=\"p1\"><strong>10. <\/strong>Configure OAM Identity asserter as provider in Weblogic Domain hosting OBIEE &#8211;\u00a0Configure Identity Asserter for OAM as explained <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/bi.1111\/e10543\/sso.htm#CEGFEEIB\">here<\/a><\/p>\n<p class=\"p2\"><strong>11. Configure Response<\/strong> (<font color=\"#ff0000\" class=\"Apple-style-span\">to return OAM_REMOTE_USER as header variable $user.userid<\/font> ) in protected authenticated and authorisation policy in OAM.<\/p>\n<p class=\"p2\"><strong>12<\/strong>. Enable SSO in OBIEE (<font color=\"#ff0000\" class=\"Apple-style-span\">including logon URL, Logoff URL pointing to OAM server<\/font>) using FMW Enterprise Manager Control as shown <a href=\"http:\/\/docs.oracle.com\/cd\/E21764_01\/bi.1111\/e10543\/sso.htm#CEGFHGIF\">here<\/a><\/p>\n<p class=\"p1\"><strong>13<\/strong>. Test OBIEE Single Sign-On (SSO) integration using OAM &#8211;\u00a0Access OBIEE url via HTTP Server, that should redirect user to OAM login page. After username\/password it should take user straight to OBIEE URL.<\/p>\n<p class=\"p1\">&nbsp;<\/p>\n<p class=\"p2\"><strong>Note<\/strong>: Steps mentioned in 9.2 of OBIEE Enterprise Deployment Guide are for OAM 10g and should not be used with 11g OAM.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>OBIEE 11g by default uses its own authentication engine against users stored in WebLogic&#8217;s Embedded LDAP Server. Oracle Access Manager [&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":[40],"tags":[],"class_list":["post-2780","post","type-post","status-publish","format-standard","hentry","category-sso"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -<\/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\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -\" \/>\n<meta property=\"og:description\" content=\"OBIEE 11g by default uses its own authentication engine against users stored in WebLogic&#8217;s Embedded LDAP Server. Oracle Access Manager [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-05T19:18:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-12-05T19:22:09+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\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/\",\"name\":\"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2011-12-05T19:18:09+00:00\",\"dateModified\":\"2011-12-05T19:22:09+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps\"}]},{\"@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 OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -","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\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/","og_locale":"en_US","og_type":"article","og_title":"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -","og_description":"OBIEE 11g by default uses its own authentication engine against users stored in WebLogic&#8217;s Embedded LDAP Server. Oracle Access Manager [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/","article_published_time":"2011-12-05T19:18:09+00:00","article_modified_time":"2011-12-05T19:22:09+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\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/","name":"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2011-12-05T19:18:09+00:00","dateModified":"2011-12-05T19:22:09+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/12\/05\/integrate-obiee-11g-with-oam-11g-for-single-sign-on-in-13-steps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps"}]},{"@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\/2780","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=2780"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2780\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2780"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2780"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}