{"id":6108,"date":"2013-09-05T16:51:55","date_gmt":"2013-09-05T20:51:55","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=6108"},"modified":"2013-09-05T16:51:55","modified_gmt":"2013-09-05T20:51:55","slug":"integrating-oam-with-bridge-way-ecounsel-cntd","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/","title":{"rendered":"Integrating OAM with Bridge-way eCounsel.. Cntd.."},"content":{"rendered":"<p>This post is continuation to OAM integration with Bridgeway eCounsel application for SSO here.<\/p>\n<p>The previous <a href=\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/04\/integrating-oam-with-bridge-way-ecounsel\/\">post <\/a>covers the configuration changes required at Suite Manager console. If you access the eCounsel application through IIS server then you will see that IWA happening however a window pop-up would appear asking for credentials again.<\/p>\n<p>This is because eCounsel application is deployed in WebLogic Servers and it does not honor the cookies set by OAM. Few configurations to be made at WebLogic server are explained below:<\/p>\n<ul>\n<li>Login to WebLogic Admin server box.<\/li>\n<li>Open command prompt window<\/li>\n<li>Go to the folder <strong>&lt;WL_HOME&gt;\/common\/bin<\/strong><\/li>\n<li>Execute the <strong>wlst.cmd<\/strong><\/li>\n<li>Execute <strong>connect()<\/strong> and enter appropriate details.<\/li>\n<li>Execute <strong>cd(&#8216;SecurityConfiguration&#8217;)<\/strong><\/li>\n<li>Execute <strong>ls()<\/strong><\/li>\n<li>Execute <strong>cd(&#8216;&lt;domain-name&gt;&#8217;)<\/strong><\/li>\n<li>Execute <strong>ls()<\/strong><\/li>\n<li>Observe the parameter <strong>EnforceValidBasicAuthCredentials<\/strong> which would be set to <strong>true<\/strong><\/li>\n<li>Execute <strong>edit()<\/strong><\/li>\n<li>Execute <strong>startEdit()<\/strong><\/li>\n<li>Execute <strong>cd(&#8216;SecurityConfiguration&#8217;)<\/strong><\/li>\n<li>Execute <strong>cd(&#8216;&lt;domain-name&gt;&#8217;)<\/strong><\/li>\n<li>Execute <strong>set(&#8216;EnforceValidBasicAuthCredentials&#8217;,&#8217;false&#8217;)<\/strong><\/li>\n<li>Execute <strong>save()<\/strong><\/li>\n<li>Execute <strong>activate()<\/strong><\/li>\n<li>Restart all managed and admin servers for changes to take effect.<\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline\"><strong>Test the eCounsel Application<\/strong><\/span>:<\/p>\n<p>Login to Windows machine as normal AD user and try to access eCounsel application through IE browser.<\/p>\n<p>Open the IE headers tool to see the OAM cookies set.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is continuation to OAM integration with Bridgeway eCounsel application for SSO here. The previous post covers the configuration [&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":[29,465],"class_list":["post-6108","post","type-post","status-publish","format-standard","hentry","category-sso","tag-oam","tag-sso"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrating OAM with Bridge-way eCounsel.. Cntd.. -<\/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\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating OAM with Bridge-way eCounsel.. Cntd.. -\" \/>\n<meta property=\"og:description\" content=\"This post is continuation to OAM integration with Bridgeway eCounsel application for SSO here. The previous post covers the configuration [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-09-05T20:51:55+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/\",\"name\":\"Integrating OAM with Bridge-way eCounsel.. Cntd.. -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2013-09-05T20:51:55+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrating OAM with Bridge-way eCounsel.. Cntd..\"}]},{\"@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":"Integrating OAM with Bridge-way eCounsel.. Cntd.. -","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\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/","og_locale":"en_US","og_type":"article","og_title":"Integrating OAM with Bridge-way eCounsel.. Cntd.. -","og_description":"This post is continuation to OAM integration with Bridgeway eCounsel application for SSO here. The previous post covers the configuration [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/","article_published_time":"2013-09-05T20:51:55+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/","url":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/","name":"Integrating OAM with Bridge-way eCounsel.. Cntd.. -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2013-09-05T20:51:55+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/09\/05\/integrating-oam-with-bridge-way-ecounsel-cntd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Integrating OAM with Bridge-way eCounsel.. Cntd.."}]},{"@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\/6108","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=6108"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/6108\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=6108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=6108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=6108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}