{"id":2660,"date":"2011-09-07T04:50:40","date_gmt":"2011-09-07T08:50:40","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/"},"modified":"2011-09-24T02:47:24","modified_gmt":"2011-09-24T06:47:24","slug":"configure-federation-data-store-post-installation-of-oif-10g","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/","title":{"rendered":"OIF 10g: Configure Federation Data Store as Sun Directory 6.x"},"content":{"rendered":"<p>This post talks about configuring Federation Data Store in Oracle Identity Federation 10g. Please read the previous post on installing OIF 10g in a development environment, where no Federation or User data store details are provided during installation.<\/p>\n<p>Let me tell you the significance of Federation data store. Whenever federation happens between providers, a record gets created with account linking and this record will be used by OIF instances for federations. We can choose to store these records in a industry specific LDAPs supported by OIF. In a specific case, where non-opaque name identifiers are used in architecture using SAML 2.0, there is no need to store federation records in a repository.<\/p>\n<p>NOTE : SAML 1.x and WS-FED protocol specific federations does not require a federation data store.<\/p>\n<p>There are 2 ways to provide federation store details in OIF:<\/p>\n<p>1. During installation using Advanced installation type.<\/p>\n<p>2. Post installation<\/p>\n<p>The advantage of 1st approach is that installer automatically updates\u00a0 the LDAP repository with OIF specific schema which is required by OIF for updating records in LDAP.<\/p>\n<p>If we wish to do it manually post installation of OIF, here are the steps to be followed:<\/p>\n<p>Upgrade the LDAP schema using the ldif file located under:<\/p>\n<ul>\n<li><code>$Oracle_Home\/fed\/setup\/ldap\/userFedSchemaOid.ldif<\/code> if you use Oracle Internet Directory<\/li>\n<li><code>$Oracle_Home\/fed\/setup\/ldap\/userFedSchemaIPlanet.ldif<\/code> if you use the Sun One Directory Server<\/li>\n<li><code>$Oracle_Home\/fed\/setup\/ldap\/userFedSchemaAD.ldif<\/code><\/li>\n<\/ul>\n<ul>\n<li>\u00a0<code>$Oracle_Home\/fed\/setup\/ldap\/userFedSchemaTivoli.ldif<\/code> if you use the IBM Tivoli Directory Server (IBM TDS) 6.0<\/li>\n<\/ul>\n<p>I am using Sun Directory Server in my environment and hence used <code>userFedSchemaIPlanet.ldif.<\/code><\/p>\n<p>Execute ldapmodify command as shown below.<\/p>\n<p><font color=\"#FF0000\">ldapmodify -h hostname -p port -D userid -w password -f userFedSchemaIPlanet.ldif<br \/>\n<\/font><\/p>\n<p>Let us examine the Sun Directory Server for OIF specific object classes as shown below.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/2662\/\" rel=\"attachment wp-att-2662\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF\" \/><\/a><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/2663\/\" rel=\"attachment wp-att-2663\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_2.GIF\" \/><\/a><\/p>\n<p>Observer the object class <strong>orclFedUserInfo <\/strong>added for OIF purpose.<\/p>\n<p>Create the entry in Sun Directory Server such as ou=Fed under dc=mydomain,dc=com by assigning OIF specfic object class. This entry will have federation records stored.<\/p>\n<p>Now, configure the federation store in OIF admin console as shown below.To do that, Login to OIF Admin console, goto <strong>IdM Data Stores <\/strong>tab. Goto <strong>Federation Data Store <\/strong>tab and provide the LDAP details.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/2696\/\" rel=\"attachment wp-att-2696\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/114.GIF\" \/><\/a><\/p>\n<p>Few parameters to talk about here:<\/p>\n<p>Connection URL: ldap:\/\/hostname:port<\/p>\n<p>Bind DN: Admin user of LDAP<\/p>\n<p>Password: Admin user password of LDAP<\/p>\n<p>User Federation Record Context: ou=Fed,dc=mydomain,dc=com<\/p>\n<p>The above DN entry has been created in LDAP in previous steps.<\/p>\n<p>LDAP Container Object class is left empty.<\/p>\n<p>Unique Federation ID Attribute: This is the LDAP attribute to be used to uniquely identify a federation record. This attribute should be defined in the LDAP Object Class of the Federation Record type, or in its top parent. I have specified <strong>cn <\/strong>as per my environment.<\/p>\n<p>Save the configurations by clicking <strong>Save <\/strong>button. Restart the OIF server using opmnctl command.<\/p>\n<p>The job is done now!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post talks about configuring Federation Data Store in Oracle Identity Federation 10g. Please read the previous post on installing [&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":[344,342],"class_list":["post-2660","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-configuration","tag-oif-10g"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OIF 10g: Configure Federation Data Store as Sun Directory 6.x -<\/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\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OIF 10g: Configure Federation Data Store as Sun Directory 6.x -\" \/>\n<meta property=\"og:description\" content=\"This post talks about configuring Federation Data Store in Oracle Identity Federation 10g. Please read the previous post on installing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-09-07T08:50:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-09-24T06:47:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF\" \/>\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\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/\",\"name\":\"OIF 10g: Configure Federation Data Store as Sun Directory 6.x -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF\",\"datePublished\":\"2011-09-07T08:50:40+00:00\",\"dateModified\":\"2011-09-24T06:47:24+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OIF 10g: Configure Federation Data Store as Sun Directory 6.x\"}]},{\"@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":"OIF 10g: Configure Federation Data Store as Sun Directory 6.x -","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\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/","og_locale":"en_US","og_type":"article","og_title":"OIF 10g: Configure Federation Data Store as Sun Directory 6.x -","og_description":"This post talks about configuring Federation Data Store in Oracle Identity Federation 10g. Please read the previous post on installing [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/","article_published_time":"2011-09-07T08:50:40+00:00","article_modified_time":"2011-09-24T06:47:24+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF","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\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/","name":"OIF 10g: Configure Federation Data Store as Sun Directory 6.x -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF","datePublished":"2011-09-07T08:50:40+00:00","dateModified":"2011-09-24T06:47:24+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/09\/schema_modify_1.GIF"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/09\/07\/configure-federation-data-store-post-installation-of-oif-10g\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OIF 10g: Configure Federation Data Store as Sun Directory 6.x"}]},{"@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\/2660","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=2660"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2660\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2660"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2660"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}