{"id":2379,"date":"2011-03-30T01:24:58","date_gmt":"2011-03-30T05:24:58","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/"},"modified":"2011-03-30T01:34:44","modified_gmt":"2011-03-30T05:34:44","slug":"oiddas-console-looping-while-logging-in","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/","title":{"rendered":"OIDDAS console looping while logging in"},"content":{"rendered":"<p>We were trying to sort out OIDDAS console login issue for a long time. Tired of troubleshooting as we could not find the root cause. However, we could see the below messages generating in OC4J logs unremittingly.<\/p>\n<p><font color=\"#ff0000\">&lt;diagnostic&gt;<br \/>\nsessionId=c0a80b2e30d56d2985ead25746d7955fcbb30f13c0a0<br \/>\nsourcePageName=oiddashome<br \/>\nsourcePageEventName=ssologin<br \/>\ndestinationPageName=OSSO_4LOGIN<br \/>\nstamp=1301412378117<br \/>\nduration=0<br \/>\n&lt;\/diagnostic&gt;<br \/>\n11\/03\/29 20:56:18 [info] diagnostic record for the current request:<br \/>\n&lt;diagnostic&gt;<br \/>\nsessionId=c0a80b2e30d56d2985ead25746d7955fcbb30f13c0a0<br \/>\nsourcePageName=oiddashome<br \/>\nsourcePageEventName=ssologin<br \/>\ndestinationPageName=OSSO_4LOGIN<br \/>\nstamp=1301412378633<br \/>\nduration=1<br \/>\n&lt;\/diagnostic&gt;<\/font><\/p>\n<p>Did this log message give any clue about the error? Certainly NO!!!!<\/p>\n<p>But the below errors are logged in ssoServer.log file.<\/p>\n<p><font color=\"#ff0000\">Tue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 AuthUtil: Constructiong SSO cookie for partner app authentication<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 AuthUtil:\u00a0 SSO Cookie received: null<br \/>\nTue Mar 29 20:56:12 IST 2011 [INFO] AJPRequestHandler-ApplicationServerThread-9 AuthUtil: :parseSSOCookie\u00a0 Null SSO cookie received<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 AuthUtil:\u00a0 SSO cookie not found or not able to parse: oracle.security.sso.server.auth.InsufficientCredException: Null SSO cookie received<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 constructCookie site time: 20110329205612<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 Clear SSO cookie: iesuutlupy~20110329205612~192.168.59.5~ORCLADMIN~cn=orcladmin,cn=users, dc=nic,dc=co,dc=in~85733C3C36AD2035E040A8C02E0B3090~1~DEFAULT COMPANY~dc=nic,dc=co,dc=in~85733C3C35FE2035E040A8C02E0B3090~00~00~40~E17CEC7A~0.333<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 CryptoUtil: ssoCreateToken: Null key received. Using SSO server key.<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 CryptoUtil: ssoCreateToken: Null token type received. Using SSO_TOKEN_TYPE: 4D .<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 CryptoUtil: ssoCreateIntegrityToken: Secret Key valid.<br \/>\nTue Mar 29 20:56:12 IST 2011 [DEBUG] AJPRequestHandler-ApplicationServerThread-9 CryptoUtil: ssoCreateIntegrityToken:<\/font><\/p>\n<p>Is not it looking bit complex, but the solution is much simpler than we thought it to be. The OssoSecureCookies param value in mod_osso.conf was set to On. I remember pretty well when the env was setup, it was set to Off and I am unsure how it got modified by itself.<\/p>\n<p>mod_osso.conf is present in location $ORACLE_HOME\/Apache\/Apache\/conf.<\/p>\n<p>The content related to this param in mod_osso.conf file is as shown below:<\/p>\n<p>&lt;IfModule mod_osso.c&gt;<br \/>\nOssoIpCheck off<br \/>\nOssoIdleTimeout off<br \/>\n<font color=\"#ff0000\">OssoSecureCookies on<\/font><br \/>\nOssoConfigFile osso\/osso.conf<br \/>\n&lt;Location \/j2ee\/webapp&gt;<br \/>\nrequire valid-user<br \/>\nAuthType Basic<br \/>\n&lt;\/Location&gt;<br \/>\n&lt;\/IfModule&gt;<\/p>\n<p>Removing the line\u00a0 OssoSecureCookies on (you can either set to it off) and bouncing HTTP_Server process did the job!!<\/p>\n<p>Let us talk about the importance of this parameter OssoSecureCookies : This is the directive to set the Secure flag on all cookies created by mod_osso.  This tells the browser to only transmit those cookies on connections  secured by HTTPS.<\/p>\n<p>NOTE : We are not using SSL in our environment. The OSSO is integrated with OAM and disabling this integration also did not work.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We were trying to sort out OIDDAS console login issue for a long time. Tired of troubleshooting as we could [&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,42],"tags":[31,322,301,466],"class_list":["post-2379","post","type-post","status-publish","format-standard","hentry","category-sso","category-troubleshooting","tag-oid","tag-oiddas","tag-osso","tag-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OIDDAS console looping while logging in -<\/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\/03\/30\/oiddas-console-looping-while-logging-in\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OIDDAS console looping while logging in -\" \/>\n<meta property=\"og:description\" content=\"We were trying to sort out OIDDAS console login issue for a long time. Tired of troubleshooting as we could [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-03-30T05:24:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-03-30T05:34:44+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=\"2 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\/03\/30\/oiddas-console-looping-while-logging-in\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/\",\"name\":\"OIDDAS console looping while logging in -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2011-03-30T05:24:58+00:00\",\"dateModified\":\"2011-03-30T05:34:44+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OIDDAS console looping while logging in\"}]},{\"@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":"OIDDAS console looping while logging in -","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\/03\/30\/oiddas-console-looping-while-logging-in\/","og_locale":"en_US","og_type":"article","og_title":"OIDDAS console looping while logging in -","og_description":"We were trying to sort out OIDDAS console login issue for a long time. Tired of troubleshooting as we could [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/","article_published_time":"2011-03-30T05:24:58+00:00","article_modified_time":"2011-03-30T05:34:44+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/","name":"OIDDAS console looping while logging in -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2011-03-30T05:24:58+00:00","dateModified":"2011-03-30T05:34:44+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/03\/30\/oiddas-console-looping-while-logging-in\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OIDDAS console looping while logging in"}]},{"@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\/2379","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=2379"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2379\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}