{"id":1498,"date":"2010-02-01T20:16:04","date_gmt":"2010-02-02T00:16:04","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/"},"modified":"2014-03-02T15:26:53","modified_gmt":"2014-03-02T19:26:53","slug":"overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/","title":{"rendered":"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)"},"content":{"rendered":"<p>This post covers basic concepts around <strong>securing web services in Fusion Middleware <\/strong>11g. If you are <strong>administrator<\/strong> or <strong>developer, <\/strong>working on Fusion Middleware\u00a0(and developing\/managing web services)\u00a0then you may find this post useful (This post covers conceptual points around web services security. For detailed steps and advanced topics stay tuned to this blog)<\/p>\n<p><strong>1) <\/strong>WebServices in Fusion Middleware (FMW) 11g are classified in <strong>two categories<\/strong><br \/>\n<strong>a) <\/strong>WebLogic Web Service &#8211; Java EE webservices<br \/>\n<strong>b) <\/strong>SOA, ADF and WebCenter Services<\/p>\n<p><strong>2) <\/strong>Depending on kind of Webservices (mentioned above), webservices in FMW are protected by<br \/>\n<strong>a)<\/strong> <strong>Oracle Web Services Manager (OWSM) Policy<\/strong>&#8211; for SOA, ADF and WebCenter Services<br \/>\n<strong>b)<\/strong> <strong>Oracle WebLogic Web Service Policy<\/strong>&#8211; for WebLogic Web Services<\/p>\n<p><strong>3) <\/strong>Depending on kind of Webservices (mentioned above), administrators can protect webservices using<br \/>\n<strong>a) <\/strong>Fusion Middleware Control (\/em) &#8211; &#8220;<strong>SOA, ADF and WebCenter Services<\/strong>&#8221; or &#8220;<strong>WebLogic Web Service<\/strong>&#8221;<br \/>\n<strong>b) <\/strong>WebLogic Scripting Tool (WLST) &#8211; &#8220;<strong>SOA, ADF and WebCenter Services<\/strong>&#8221;<br \/>\n<strong>c) <\/strong>Oracle WebLogic Console (\/console) &#8211; &#8220;<strong>WebLogic Web Service<\/strong>&#8221;<\/p>\n<p><strong>4)<\/strong> Security in Web Services can be implemented at<br \/>\n<strong>a) Transport Level<\/strong> &#8211; by implementing SSL to access Web Service, to protect communication channel between Web Service Consumer and Provider<br \/>\n<strong>b)<\/strong> <strong>Message Level or Application Level<\/strong> &#8211; by implementing XML Encryption, XML signature. To know more read <a href=\"http:\/\/en.wikipedia.org\/wiki\/WS-Security\" target=\"_blank\">WS-Security<\/a> which defines how to attach <strong>XML signature<\/strong> or <strong>XML Encryption headers<\/strong>.<\/p>\n<p><strong>5.<\/strong>Tool used in Oracle Fusion Middleware (FMW) to protect Web Services around FMW components (SOA Suite, WebCenter Suite and Application Development Framework (ADF)) is <strong>Oracle Web Services Manager (OWSM)<\/strong><\/p>\n<p>To know more about OWSM in 10g <a href=\"https:\/\/onlineappsdba.com\/index.php\/2007\/12\/15\/oracle-web-services-manager-architecture-owsm\/\" target=\"_blank\">click here<\/a>\u00a0or for OWSM in 11g <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/10\/01\/introduction-to-oracle-web-services-manager-owsm-11g-r1\/\" target=\"_blank\">click here<\/a><\/p>\n<p><strong>6.<\/strong> Role of <strong>OWSM <\/strong>(<strong>O<\/strong>racle <strong>W<\/strong>eb <strong>S<\/strong>ervices <strong>M<\/strong>anager)<br \/>\n<strong>a) at Client Side<\/strong> &#8211; OWSM intercepts SOAP message request to service and<br \/>\n<strong>i) Injects relevant tokens<\/strong>(username, group and other information) &#8211; depending on policy defined to protect webservice<br \/>\n<strong>ii) Signs Encrypt message<\/strong>&#8211; &#8211; depending on policy defined to protect webservice<\/p>\n<p><strong>b) at Server side<\/strong> &#8211; OWSM intercepts SOAP message request to service and<br \/>\n<strong>i) Extracts relevant tokens<\/strong><br \/>\n<strong>ii) Verifies client&#8217;s credentials<\/strong>against Identity Management Solution (OID, Oracle Access Manager) or WebLogic&#8217;s default LDAP server.<\/p>\n<p><strong>7. <\/strong>OWSM Architecture includes &#8211; Enterprise Manager Fusion Middleware Control, OWSM Policy Manager, OWSM Agent, Policy Interceptors, Metadata Store and Database<\/p>\n<p><span style=\"color: #ff0000;\">More on OWSM in 11g and changes from 10g OWSM to 11g OWSM\u00a0 in future posts !!<\/span><\/p>\n<p><strong>8. For authentication and authorization<\/strong> &#8211; Policy Enforcement Point (PEP &#8211; Part of OWSM) leverages <strong>OPSS <\/strong>(Orale Platform Security Services) <strong>Login Module<\/strong>and WebLogic Server Security Authenticator.<\/p>\n<p><span style=\"color: #ff0000;\">More on OPSS\u00a0coming soon !!!<\/span><\/p>\n<p><strong>9. Policy Assertions<\/strong>&#8211; is smallest unit of policy that performs specific action for request and response .<\/p>\n<p><strong>10. Policy<\/strong> &#8211; consists of one or more <strong>policy assertions<\/strong>. Policy describe capabilities and requirement of web service like how a message must be secured, whether and how a message must be delivered reliably etc..<\/p>\n<p><strong>11. <\/strong>Policy in Oracle Fusion Middleware 11g could be of following types<\/p>\n<p><strong>i) WS-Reliable Messaging<\/strong> &#8211; Guaranteed delivery of SOAP message, and can maintain order of sequence of messages <a href=\"http:\/\/en.wikipedia.org\/wiki\/WS-ReliableMessaging\" target=\"_blank\">more here<\/a><br \/>\n<strong>ii) Management &#8211;<\/strong> Log request, response and fault to a message log<br \/>\n<strong>iii) WS-Addressing<\/strong> &#8211; Policies that verify that SOAP messages include WS-Addressing headers in conformance with the WS-Addressing specification <a href=\"http:\/\/en.wikipedia.org\/wiki\/WS-Addressing\" target=\"_blank\">here<\/a><br \/>\n<strong>iv) Security<\/strong>&#8211; security policy that implements WS-Security 1.0 and 1.1 . These type of policy enfoces message protection<br \/>\n<strong>v) Message Transmission Optimization Mechanism (MTOM)<\/strong> &#8211; Binary content (like images) can be sent as MIME attachment, which reduces transmission size . MTOM policy ensures that message is converted to MIME attachment before it is sent to Web Service or Client.<\/p>\n<p>.<\/p>\n<p><strong><span style=\"text-decoration: underline;\">References<\/span><\/strong><\/p>\n<ul>\n<li><a href=\"http:\/\/download.oracle.com\/docs\/cd\/E12839_01\/web.1111\/b32511\/intro_ws.htm\" target=\"_blank\">Oracle Fusion Middleware Security and Administrator&#8217;s Guide for Web Services 11g<\/a><\/li>\n<\/ul>\n<p>For more information on below topics\u00a0stay tuned to this blog<br \/>\n&#8211; Default Policy (to protect web services in Oracle Fusion Middleware)<br \/>\n&#8211; How to create policy and attach to Web Service<br \/>\n&#8211; How to integrate OWSM (in 11g Fusion Middleware)\u00a0with Oracle Internet Directory (LDAP server) for authentication<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post covers basic concepts around securing web services in Fusion Middleware 11g. If you are administrator or developer, working [&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":[140,37,38],"tags":[],"class_list":["post-1498","post","type-post","status-publish","format-standard","hentry","category-owsm","category-security","category-soa"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)  -<\/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\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)  -\" \/>\n<meta property=\"og:description\" content=\"This post covers basic concepts around securing web services in Fusion Middleware 11g. If you are administrator or developer, working [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/\" \/>\n<meta property=\"article:published_time\" content=\"2010-02-02T00:16:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2014-03-02T19:26:53+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\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/\",\"name\":\"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter) -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2010-02-02T00:16:04+00:00\",\"dateModified\":\"2014-03-02T19:26:53+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)\"}]},{\"@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":"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)  -","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\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/","og_locale":"en_US","og_type":"article","og_title":"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)  -","og_description":"This post covers basic concepts around securing web services in Fusion Middleware 11g. If you are administrator or developer, working [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/","article_published_time":"2010-02-02T00:16:04+00:00","article_modified_time":"2014-03-02T19:26:53+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\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/","url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/","name":"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter) -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2010-02-02T00:16:04+00:00","dateModified":"2014-03-02T19:26:53+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/01\/overview-of-securing-web-services-in-fusion-middleware-11g-soa-adf-webcenter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Overview of Securing Web Services in Fusion Middleware 11g (SOA \/ ADF \/ WebCenter)"}]},{"@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\/1498","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=1498"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1498\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}