{"id":149,"date":"2007-05-25T17:14:00","date_gmt":"2007-05-25T21:14:00","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=149"},"modified":"2007-10-03T15:14:22","modified_gmt":"2007-10-03T19:14:22","slug":"oas-oam-access-manager-oblix-coreid-integration-architecture","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/","title":{"rendered":"OAS &#8211; OAM (Access Manager \/ Oblix COREid) Integration Architecture"},"content":{"rendered":"<p><a href=\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s1600-h\/oas_oam_integration_architecture.jpg\"><img decoding=\"async\" border=\"0\" src=\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg\" style=\"float: left; margin: 0px 10px 10px 0px; cursor: hand\" id=\"BLOGGER_PHOTO_ID_5068610383400630530\" \/><\/a><\/p>\n<p><strong>Integrating Oracle 10g Application Server with Oracle Access Manager -Overview<\/strong><br \/>\n=========================<\/p>\n<p>i) Oracle Application Server (OAS) can be integrated with Oracle Access<br \/>\nManager (<span id=\"SPELLING_ERROR_0\" class=\"blsp-spelling-error\">OAM<\/span>, earlier called as <span id=\"SPELLING_ERROR_1\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_2\" class=\"blsp-spelling-error\">COREid<\/span>) for Authentication and<br \/>\nAuthorization. Though Oracle Application Server has its own<br \/>\nAuthentication and Single Sign-On feature but integrating OAS with <span id=\"SPELLING_ERROR_3\" class=\"blsp-spelling-error\">OAM<\/span><br \/>\nprovide more <span id=\"SPELLING_ERROR_4\" class=\"blsp-spelling-corrected\">flexibility<\/span> and security to Oracle Application Server and help in providing fine grained access control for protecting web and other resources.<\/p>\n<p>ii) You also need <span id=\"SPELLING_ERROR_5\" class=\"blsp-spelling-error\">OAM<\/span>-OAS integration if you wish to integrate E-Business<br \/>\nSuite with Oracle Access Manager (<span id=\"SPELLING_ERROR_6\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_7\" class=\"blsp-spelling-error\">COREid<\/span>) for <span id=\"SPELLING_ERROR_8\" class=\"blsp-spelling-corrected\">authentication<\/span> and<br \/>\nauthorization.<\/p>\n<p>iii) If you wish to integrate (protect\/authenticate\/authorize) any oracle<br \/>\nproduct (like portal, Forms, BI, E-<span id=\"SPELLING_ERROR_9\" class=\"blsp-spelling-corrected\">Business<\/span> Suite) with Oracle Access<br \/>\nManager (<span id=\"SPELLING_ERROR_10\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_11\" class=\"blsp-spelling-error\">COREid<\/span>) it should be done via Oracle Application Server.<\/p>\n<p>iv) Integration of <span id=\"SPELLING_ERROR_12\" class=\"blsp-spelling-error\">OAM<\/span> with OAS will help you to provide identity management functionality to Web based application which run on Oracle Application server or any other Oracle product like Oracle E-Business Suite Self Service applications (<span id=\"SPELLING_ERROR_13\" class=\"blsp-spelling-error\">iProc<\/span>, <span id=\"SPELLING_ERROR_14\" class=\"blsp-spelling-error\">iRec<\/span>)<\/p>\n<p>iv) While integrating Oracle Access Manager&#8217;s Authorization functionality, either Oracle Application Server or Oracle Access Manager Single Sign-On can act as authentication mechanism.<\/p>\n<p><strong>OAS (10g AS) &#8211; <span id=\"SPELLING_ERROR_15\" class=\"blsp-spelling-error\">OAM<\/span> (<span id=\"SPELLING_ERROR_16\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_17\" class=\"blsp-spelling-error\">COREid<\/span>) Integration Architecture<\/strong><br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nAs shown in diagram on top, you will have Oracle Access Manager installed and configured with any <span id=\"SPELLING_ERROR_18\" class=\"blsp-spelling-error\">LDAP<\/span> Server (AD, <span id=\"SPELLING_ERROR_19\" class=\"blsp-spelling-error\">OID<\/span>, <span id=\"SPELLING_ERROR_20\" class=\"blsp-spelling-error\">iPlanet<\/span>) and Oracle HTTP Server will be protected by <span id=\"SPELLING_ERROR_21\" class=\"blsp-spelling-error\">WebGate<\/span> (<span id=\"SPELLING_ERROR_22\" class=\"blsp-spelling-error\">OAM<\/span> web component).<br \/>\nHere is request flow when Oracle Application Server is protected by Oracle Access Manager (<span id=\"SPELLING_ERROR_23\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_24\" class=\"blsp-spelling-error\">COREid<\/span>)<\/p>\n<p>i) User try to access web resource (http\/https) on oracle application server which is protected by Oracle Access Manager (<span id=\"SPELLING_ERROR_25\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_26\" class=\"blsp-spelling-error\">COREid<\/span>), request is received by <span id=\"SPELLING_ERROR_27\" class=\"blsp-spelling-error\">WebGate<\/span> (access manager component on Web Server)<\/p>\n<p>ii) <span id=\"SPELLING_ERROR_28\" class=\"blsp-spelling-error\">Webgate<\/span> request for policy from Access Server (another component in Oracle Access Manager) to check if resource (URL) is protected or not<\/p>\n<p>iii) If resource\/URL is not protected page is <span id=\"SPELLING_ERROR_29\" class=\"blsp-spelling-corrected\">returned<\/span> to user. If resource\/URL is protected, <span id=\"SPELLING_ERROR_30\" class=\"blsp-spelling-error\">webgate<\/span> ask user to authenticate<\/p>\n<p>iv) Credentials entered by user is validated against <span id=\"SPELLING_ERROR_31\" class=\"blsp-spelling-error\">LDAP<\/span> directory via access system.<\/p>\n<p>v) After successful authentication, Oracle Access Manager Single Sign-On cookie (<span id=\"SPELLING_ERROR_32\" class=\"blsp-spelling-error\">obSSOCookie<\/span>) is sent to user browser<\/p>\n<p>vi) After successful authorization (<span id=\"SPELLING_ERROR_33\" class=\"blsp-spelling-error\">pre<\/span>-defined at access server policy domains), access server executes actions specified in security policy and set HTTP Header variable that maps to Oracle Application Server 10g User ID<\/p>\n<p>vii) Oracle AS Single Sign-On recognizes HTTP Headers set by Oracle Access Manager (<span id=\"SPELLING_ERROR_34\" class=\"blsp-spelling-error\">HeaderVar<\/span>), authenticates user and sets Oracle Single Sign-On Cookie.<\/p>\n<p><em>If your <span id=\"SPELLING_ERROR_35\" class=\"blsp-spelling-error\">LDAP<\/span> store for Access is not same <span id=\"SPELLING_ERROR_36\" class=\"blsp-spelling-error\">OID<\/span> where Oracle Application Server users are stored then ensure that user data in two <span id=\"SPELLING_ERROR_37\" class=\"blsp-spelling-error\">LDAP<\/span> servers is in <span id=\"SPELLING_ERROR_38\" class=\"blsp-spelling-corrected\">sync<\/span> (<span id=\"SPELLING_ERROR_39\" class=\"blsp-spelling-corrected\">up to<\/span> date) <\/em><\/p>\n<p><strong><span style=\"color: #ff0000\">Implementation of 10g AS integration with Oracle Access Manager(<span id=\"SPELLING_ERROR_40\" class=\"blsp-spelling-error\">Oblix<\/span> <span id=\"SPELLING_ERROR_41\" class=\"blsp-spelling-error\">COREid<\/span>) coming soon &#8230;<\/span><\/strong><br \/>\n<strong><span style=\"color: #ff0000\"><br \/>\nIntegration of Oracle Access Manager(<span id=\"SPELLING_ERROR_42\" class=\"blsp-spelling-error\">COREid<\/span>) with <span id=\"SPELLING_ERROR_43\" class=\"blsp-spelling-error\">Siebel<\/span> coming soon&#8230;<\/span><\/strong><strong><span style=\"color: #ff0000\"><strong><span style=\"color: #ff0000\"><\/span><\/strong><\/span><\/strong><\/p>\n<p class=\"blogger-post-footer\">http:\/\/teachMeOracle.com\/forum<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Integrating Oracle 10g Application Server with Oracle Access Manager -Overview ========================= i) Oracle Application Server (OAS) can be integrated with [&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":[69,74,29,465,469],"class_list":["post-149","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-access-manager","tag-core-id","tag-oam","tag-sso","tag-webgate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -<\/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\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -\" \/>\n<meta property=\"og:description\" content=\"Integrating Oracle 10g Application Server with Oracle Access Manager -Overview ========================= i) Oracle Application Server (OAS) can be integrated with [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/\" \/>\n<meta property=\"article:published_time\" content=\"2007-05-25T21:14:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-10-03T19:14:22+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg\" \/>\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\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/\",\"name\":\"OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg\",\"datePublished\":\"2007-05-25T21:14:00+00:00\",\"dateModified\":\"2007-10-03T19:14:22+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage\",\"url\":\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg\",\"contentUrl\":\"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OAS &#8211; OAM (Access Manager \/ Oblix COREid) Integration Architecture\"}]},{\"@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":"OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -","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\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/","og_locale":"en_US","og_type":"article","og_title":"OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -","og_description":"Integrating Oracle 10g Application Server with Oracle Access Manager -Overview ========================= i) Oracle Application Server (OAS) can be integrated with [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/","article_published_time":"2007-05-25T21:14:00+00:00","article_modified_time":"2007-10-03T19:14:22+00:00","og_image":[{"url":"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg","type":"","width":"","height":""}],"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\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/","url":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/","name":"OAS - OAM (Access Manager \/ Oblix COREid) Integration Architecture -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage"},"thumbnailUrl":"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg","datePublished":"2007-05-25T21:14:00+00:00","dateModified":"2007-10-03T19:14:22+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#primaryimage","url":"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg","contentUrl":"http:\/\/bp1.blogger.com\/_LrtEX0cTLgI\/RldSSf9zeQI\/AAAAAAAAAjY\/RJhR2GQgNvo\/s320\/oas_oam_integration_architecture.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2007\/05\/25\/oas-oam-access-manager-oblix-coreid-integration-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OAS &#8211; OAM (Access Manager \/ Oblix COREid) Integration Architecture"}]},{"@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\/149","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=149"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/149\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}