{"id":2774,"date":"2011-11-24T16:01:54","date_gmt":"2011-11-24T20:01:54","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/"},"modified":"2011-11-24T16:07:10","modified_gmt":"2011-11-24T20:07:10","slug":"where-are-oam-details-stored-in-oim-account-unlock-password-reset","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/","title":{"rendered":"Where are OAM details stored in OIM (account unlock, password reset)"},"content":{"rendered":"<p>This post covers <strong>location of configuration details<\/strong>\u00a0in OIM (<strong>Oracle Identity Manager<\/strong>) related to OAM (<strong>Oracle Access Manager<\/strong>).<\/p>\n<p>I was debugging <strong>account unlock<\/strong> issue in OAM (integrated with OIM) where error message in OIM output file ($<strong>DOMAIN_HOME\/ servers\/ oim_server1\/ logs\/<\/strong>) was<br \/>\n_______<\/p>\n<p class=\"p1\"><font class=\"Apple-style-span\" color=\"#ff0000\">&lt;Oct 18, 2011 6:54:52 AM CST&gt; &lt;Error&gt; &lt;Default&gt; &lt;BEA-000000&gt; &lt;<strong>Failed to communicate with any of configured Access Server, ensure that it is up and running.<\/strong>&gt;<br \/>\n&lt;Oct 18, 2011 6:54:52 AM CST&gt; &lt;Error&gt; &lt;OAM Autologin Logger&gt; &lt;BEA-000000&gt; &lt;Error while authentication java.lang.Exception: Failed to communicate with any of configured Access Server, ensure that it is up and running.&gt;<br \/>\n&lt;Oct 18, 2011 6:54:52 AM CST&gt; &lt;Error&gt; &lt;oracle.iam.passwordmgmt.impl&gt; &lt;BEA-000000&gt; &lt;INTERNAL ERROR: Autologin failed oracle.iam.sso.exception. AutoLoginException: Error while authentication &gt;<br \/>\njavax.security.auth. login.LoginException: Error while autologin oracle.iam.sso. exception.AutoLoginException: Error while authentication<br \/>\nat oracle.iam.passwordmgmt.utils.<br \/>\nPwdMgmtAutologinHelper.<br \/>\ndoAutologin(PwdMgmtAutologinHelper.java:137)<br \/>\n<\/font>_______<\/p>\n<p class=\"p1\"> This problem made me think, <strong>Where is OAM server details stored in OIM and at what stage?<\/strong><\/p>\n<p>If you check my post on <strong>IdmConfigtool<\/strong>\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/23\/idmconfigtool-oimoamfusionapps-integration-preconfigidstore-prepareidstore-configoam-configoim\">here<\/a> , OIM configuration is updated with OAM details during\u00a0<strong>configOIM<span class=\"Apple-style-span\" style=\"font-weight: normal\">\u00a0option<\/span><\/strong><\/p>\n<p>OIM stores OAM details in MDS (database) under <strong>\/db\/oim-config.xml<\/strong>. You can export this file from MDS to file system using steps mentioned <a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/18\/oim-11g-how-to-exportimportdelete-files-from-mds\">here<\/a><\/p>\n<p>After exporting oim-config.xml from MDS entry search for <strong>ssoConfig <\/strong>, you should see entry like <strong><br \/>\n<\/strong><\/p>\n<p><font color=\"#ff0000\">&lt;ssoConfig&gt;<br \/>\n&lt;version&gt;@oamVersion&lt;\/version&gt;<br \/>\n&lt;accessServerHost&gt;<strong>innowave12.com<\/strong>&lt;\/accessServerHost&gt;<br \/>\n&lt;accessServerPort&gt;<strong>5575<\/strong>&lt;\/accessServerPort&gt;<br \/>\n&lt;accessGateID&gt;<strong>Webgate_IDM<\/strong>&lt;\/accessGateID&gt;<br \/>\n&lt;napVersion&gt;3&lt;\/napVersion&gt;<br \/>\n&lt;cookieDomain&gt;.com&lt;\/cookieDomain&gt;<br \/>\n&lt;cookieExpiryInterval&gt;120&lt;\/cookieExpiryInterval&gt;<br \/>\n&lt;transferMode&gt;<strong>OPEN<\/strong>&lt;\/transferMode&gt;<br \/>\n&lt;webgateType&gt;ohsWebgate10g&lt;\/webgateType&gt;<br \/>\n&lt;ssoEnabled&gt;true&lt;\/ssoEnabled&gt;<br \/>\n&lt;\/ssoConfig&gt;<\/font><\/p>\n<p>You can also view this information from MBean Browser in FMW Enterprise Manager (\/em)<\/p>\n<p>EM -&gt; <strong>Identity and Access<\/strong> -&gt; <strong>OIM<\/strong> -&gt; <strong>oim(11.1.1.3.0)<\/strong> right click -&gt; <strong>System MBean Browser<\/strong><\/p>\n<p><strong>Application Defined MBeans<\/strong> -&gt; <strong>oracle.iam<\/strong> -&gt; <strong>Application:oim<\/strong> -&gt; <strong>XMLConfig<\/strong> -&gt; <strong>Config<\/strong> -&gt; <strong>XMLConfig.SSOConfig<\/strong> -&gt; <strong>SSOConfig<\/strong><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg\" \/><\/a><\/p>\n<p>.<\/p>\n<p>OAM Access Server (OAM Proxy-port) can listen in one of three modes &#8211; <strong>OPEN<\/strong>, <strong>SIMPLE<\/strong>, <strong>CERT<\/strong> .<\/p>\n<p>If OAM server is running in <strong>SIMPLE<\/strong> or <strong>CERT<\/strong> mode then OIM should also store <strong>trustkeystore<\/strong> (JKS) password and <strong>Global Passphrase<\/strong> password. For steps to create keystore click <a href=\"http:\/\/docs.oracle.com\/cd\/E15586_01\/fusionapps.1111\/e21032\/oam_11g.htm#CHDFJCIB\">here<\/a> \u00a0(<strong>oamclient-truststore.jks<\/strong> and <strong>ssoKeystore.jks<\/strong> must be copied to $<strong>DOMAIN_HOME\/config\/fmwconfig<\/strong>)<br \/>\n.<\/p>\n<p><strong>WebGate<\/strong> Instance (configured for OIM) can also be protected by setting <strong>password<\/strong>. If password is set for WebGate instance (protecting OIM) then this password must also be stored in OIM.<\/p>\n<p><font class=\"Apple-style-span\" color=\"#ff0000\">Note: Truststore, global passphrase and webgate password (if set) are stored in <strong>Credential Store<\/strong> of Weblogic Domain on which OIM is deployed.<\/font><\/p>\n<p>You can query credential store via WLST (WebLogic Scripting Tool) or Enterprise Manager<\/p>\n<p>EM -&gt; <strong>Weblogic Domain <\/strong>-&gt; &lt;<strong>domain_name<\/strong>&gt; (right click) -&gt;<strong> Security<\/strong> -&gt; <strong>Credentials<\/strong> -&gt; expand<strong> oim<\/strong><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_jks.jpg\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_jks.jpg\" \/><\/a><\/p>\n<p><font class=\"Apple-style-span\" color=\"#ff0000\"><strong>Note<\/strong>: All these credentials and config (in config-oim.xml) are created automatically (depending on OAM Mode and webgate password) using <strong>idmConfigTool<\/strong> with option <strong>configOIM<\/strong><\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post covers location of configuration details\u00a0in OIM (Oracle Identity Manager) related to OAM (Oracle Access Manager). I was debugging [&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-2774","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>Where are OAM details stored in OIM (account unlock, password reset)  -<\/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\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Where are OAM details stored in OIM (account unlock, password reset)  -\" \/>\n<meta property=\"og:description\" content=\"This post covers location of configuration details\u00a0in OIM (Oracle Identity Manager) related to OAM (Oracle Access Manager). I was debugging [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-11-24T20:01:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-11-24T20:07:10+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.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=\"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\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/\",\"name\":\"Where are OAM details stored in OIM (account unlock, password reset) -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg\",\"datePublished\":\"2011-11-24T20:01:54+00:00\",\"dateModified\":\"2011-11-24T20:07:10+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Where are OAM details stored in OIM (account unlock, password reset)\"}]},{\"@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":"Where are OAM details stored in OIM (account unlock, password reset)  -","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\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/","og_locale":"en_US","og_type":"article","og_title":"Where are OAM details stored in OIM (account unlock, password reset)  -","og_description":"This post covers location of configuration details\u00a0in OIM (Oracle Identity Manager) related to OAM (Oracle Access Manager). I was debugging [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/","article_published_time":"2011-11-24T20:01:54+00:00","article_modified_time":"2011-11-24T20:07:10+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg","type":"","width":"","height":""}],"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\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/","name":"Where are OAM details stored in OIM (account unlock, password reset) -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg","datePublished":"2011-11-24T20:01:54+00:00","dateModified":"2011-11-24T20:07:10+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/11\/oim_sso_mbean.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/11\/24\/where-are-oam-details-stored-in-oim-account-unlock-password-reset\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Where are OAM details stored in OIM (account unlock, password reset)"}]},{"@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\/2774","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=2774"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2774\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}