{"id":137,"date":"2007-04-15T16:03:00","date_gmt":"2007-04-15T20:03:00","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=137"},"modified":"2008-07-27T15:13:39","modified_gmt":"2008-07-27T19:13:39","slug":"access-manager-webgate-request-flow","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/","title":{"rendered":"Access Manager: WebGate Request Flow"},"content":{"rendered":"<p>For basics on Access Manager (earlier <span id=\"SPELLING_ERROR_0\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_1\" class=\"blsp-spelling-error\">COREid<\/span> and now Oracle Identity Management Component) follow previous links<\/p>\n<p>&#8211; <a target=\"_blank\" href=\"http:\/\/becomeappsdba.blogspot.com\/2007\/03\/oblix-coreid-and-oracle-identity.html\">Access Manager Overview<\/a><br \/>\n&#8211;<a target=\"_blank\" href=\"http:\/\/becomeappsdba.blogspot.com\/2007\/03\/oracle-identity-access-management-ii.html\">Access Manager overview II<\/a><br \/>\n&#8211;<a target=\"_blank\" href=\"http:\/\/becomeappsdba.blogspot.com\/2007\/03\/installing-oracle-access-manager-oblix.html\">Installing Access Manager \/ <span id=\"SPELLING_ERROR_2\" class=\"blsp-spelling-error\">COREid<\/span><\/a><\/p>\n<p><strong><span id=\"SPELLING_ERROR_3\" class=\"blsp-spelling-error\">WebGate<\/span><\/strong> is <span id=\"SPELLING_ERROR_4\" class=\"blsp-spelling-error\">webserver<\/span> <span id=\"SPELLING_ERROR_5\" class=\"blsp-spelling-error\">plugin<\/span> which communicates between user and access server (another component of Access Manager). <span id=\"SPELLING_ERROR_6\" class=\"blsp-spelling-error\">Webgate<\/span> is like communicator\/plug-in which accepts users request via Web Server (Apache, Oracle HTTP or IBM Web Server) and communicates with Access Server component of <span id=\"SPELLING_ERROR_7\" class=\"blsp-spelling-error\">COREid<\/span>\/Access Manager.<br \/>\nIf request is protected by policy (already defined using Policy Manager), it sends user authentication <span id=\"SPELLING_ERROR_8\" class=\"blsp-spelling-corrected\">challenge<\/span> based on authentication policy defined in access server for that resource. Once user is authenticated it then checks authorization policy for that resource and depending on <span id=\"SPELLING_ERROR_9\" class=\"blsp-spelling-corrected\">authorization <\/span>policy access is granted or denied for that resource (URL) to user.<\/p>\n<p>Typical example for that is lets assume user request for resource <a href=\"http:\/\/teachmeoracle.com\/aboutme.html\">http:\/\/teachmeoracle.com\/aboutme.html<\/a> where <span id=\"SPELLING_ERROR_10\" class=\"blsp-spelling-error\">teachmeoracle<\/span>.com is <span id=\"SPELLING_ERROR_11\" class=\"blsp-spelling-error\">webserver<\/span> listening on port 80 and resource \/<span id=\"SPELLING_ERROR_12\" class=\"blsp-spelling-error\">aboutme<\/span>.html is protected by policy (<em>already defined by access server console. <strong>Coming soon in near future<\/strong><\/em>). As per policy only &#8220;authenticated users&#8221; and whose <span id=\"SPELLING_ERROR_13\" class=\"blsp-spelling-error\">IP<\/span> <span id=\"SPELLING_ERROR_14\" class=\"blsp-spelling-error\">ddress<\/span> is 198.16.X.X are allowed to access this resource (<span id=\"SPELLING_ERROR_15\" class=\"blsp-spelling-error\">aboutme<\/span>.html)<\/p>\n<p><strong>Assumptions:<\/strong><br \/>\nA) You already have installed , Identity Server, <span id=\"SPELLING_ERROR_16\" class=\"blsp-spelling-error\">WebPass<\/span>, Access Server component on some servers.<br \/>\nB) You have configured\/installed Web Gate on <span id=\"SPELLING_ERROR_17\" class=\"blsp-spelling-error\">webserver<\/span> hosting site <span id=\"SPELLING_ERROR_18\" class=\"blsp-spelling-error\">teachmeoracle<\/span>.com<br \/>\nC) Resource \/<span id=\"SPELLING_ERROR_19\" class=\"blsp-spelling-error\">aboutme<\/span>.html is protected by policy mentioned above.<br \/>\n<strong><br \/>\nHere are steps which will happen<br \/>\n<\/strong>1. User types URL in his browser<br \/>\n2. Request hit to web server which is configured with <span id=\"SPELLING_ERROR_20\" class=\"blsp-spelling-error\">webgate<\/span>\/<span id=\"SPELLING_ERROR_21\" class=\"blsp-spelling-error\">accessgate<\/span> 3. <span id=\"SPELLING_ERROR_22\" class=\"blsp-spelling-error\">WebGate<\/span> communicates with Access Server component of Access Manager\/<span id=\"SPELLING_ERROR_23\" class=\"blsp-spelling-error\">COREid<\/span> to see if resource is protected.<br \/>\n4. Access Server replies to web gate with authentication and authorization policy for that resource.<br \/>\n5. Based on authentication scheme , web gate ask for corresponding authentication challenge (<span id=\"SPELLING_ERROR_24\" class=\"blsp-spelling-error\">LDAP<\/span> <span id=\"SPELLING_ERROR_25\" class=\"blsp-spelling-error\">username<\/span>\/password or any custom form authentication)<br \/>\n6. Web gate accept <span id=\"SPELLING_ERROR_26\" class=\"blsp-spelling-error\">username<\/span>\/password from user and (If authentication is <span id=\"SPELLING_ERROR_27\" class=\"blsp-spelling-error\">netpoint<\/span> over <span id=\"SPELLING_ERROR_28\" class=\"blsp-spelling-error\">LDAP<\/span> server) passes on t Access Server which in turn checks <span id=\"SPELLING_ERROR_29\" class=\"blsp-spelling-error\">username<\/span>\/passwords with Directory server (<span id=\"SPELLING_ERROR_30\" class=\"blsp-spelling-error\">LDAP<\/span> Server) configured with this Access Server.<br \/>\n7. If authentication is successful go to next step, if authentication fails go to step 9<br \/>\n8. If authentication is successful , it checks if user is authorized to access this page or not. So if client making request is with in <span id=\"SPELLING_ERROR_31\" class=\"blsp-spelling-error\">IP<\/span> 198.16.X.X then resource is granted. If user is not from this <span id=\"SPELLING_ERROR_32\" class=\"blsp-spelling-error\">IP<\/span> range access will be denied for this resource.<br \/>\n9. If user authentication failed access be denied or next process will happen as defined in authentication fail action defined in policy manager.<\/p>\n<p><strong>Other <span id=\"SPELLING_ERROR_33\" class=\"blsp-spelling-error\">autherization<\/span> policy may be like<br \/>\n<\/strong>A. You can define specific users authorized for a resource.<br \/>\nB. A Group of users authorized for a resource.<br \/>\nC. Authorization based on Role<br \/>\nD. Based on <span id=\"SPELLING_ERROR_34\" class=\"blsp-spelling-error\">IP<\/span> address of client<\/p>\n<p><em>You can also define time window under which that resource will be available so like Monday to Friday 9:00 AM to 5:30 PM<\/em><em><strong>More on Oracle-<span id=\"SPELLING_ERROR_35\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_36\" class=\"blsp-spelling-error\">COREid<\/span>,Oracle Access Manager coming soon&#8230;<br \/>\n<\/strong><em>Difference between <span id=\"SPELLING_ERROR_37\" class=\"blsp-spelling-error\">WebGate<\/span>\/Access Gate.<br \/>\nIdentity Server, Web Pass, Policy Manager, Access Server <\/em><\/em><\/p>\n<p class=\"blogger-post-footer\">http:\/\/teachMeOracle.com\/forum<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For basics on Access Manager (earlier Oblix COREid and now Oracle Identity Management Component) follow previous links &#8211; 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":[1],"tags":[],"class_list":["post-137","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>Access Manager: WebGate Request Flow -<\/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\/2007\/04\/15\/access-manager-webgate-request-flow\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Access Manager: WebGate Request Flow -\" \/>\n<meta property=\"og:description\" content=\"For basics on Access Manager (earlier Oblix COREid and now Oracle Identity Management Component) follow previous links &#8211; Access Manager [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/\" \/>\n<meta property=\"article:published_time\" content=\"2007-04-15T20:03:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-07-27T19:13:39+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=\"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\/2007\/04\/15\/access-manager-webgate-request-flow\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/\",\"name\":\"Access Manager: WebGate Request Flow -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2007-04-15T20:03:00+00:00\",\"dateModified\":\"2008-07-27T19:13:39+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Access Manager: WebGate Request Flow\"}]},{\"@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":"Access Manager: WebGate Request Flow -","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\/2007\/04\/15\/access-manager-webgate-request-flow\/","og_locale":"en_US","og_type":"article","og_title":"Access Manager: WebGate Request Flow -","og_description":"For basics on Access Manager (earlier Oblix COREid and now Oracle Identity Management Component) follow previous links &#8211; Access Manager [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/","article_published_time":"2007-04-15T20:03:00+00:00","article_modified_time":"2008-07-27T19:13:39+00:00","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\/2007\/04\/15\/access-manager-webgate-request-flow\/","url":"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/","name":"Access Manager: WebGate Request Flow -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2007-04-15T20:03:00+00:00","dateModified":"2008-07-27T19:13:39+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/04\/15\/access-manager-webgate-request-flow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Access Manager: WebGate Request Flow"}]},{"@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\/137","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=137"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/137\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}