{"id":1542,"date":"2010-02-24T06:32:26","date_gmt":"2010-02-24T10:32:26","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/"},"modified":"2010-03-06T05:23:43","modified_gmt":"2010-03-06T09:23:43","slug":"integrating-oracle-access-manager-with-weblogic-server-10g","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/","title":{"rendered":"Integrating Oracle Access Manager with WebLogic Server 10g"},"content":{"rendered":"<p>Hi all,<\/p>\n<p>This post will talk about the integration between Oracle Access Manager 10g with WebLogic Server 10g. This is not applicable for WebLogic versions 10.3.1 and higher.\u00a0 The functionality achieved with this integration is to get the Single Sign-On between applications deployed on WebLogic Server (webLogic resource) and non-WebLogic resources. Therefore SSPI connector can be used to achieve Single Sign-On between OAM access gates and web gates.<\/p>\n<p><strong>Infrastructure involved:\u00a0<\/strong><\/p>\n<ul>\n<li>Oracle Access Manager 10.1.4.2 and higher<\/li>\n<li>WebLogic SSPI<\/li>\n<li>Oracle HTTP Server (for reverse proxy)<\/li>\n<\/ul>\n<p>It is assumed that Oracle Access Manager is already installed and will not talk about any components installation unless needed for this integration.<\/p>\n<p>It is good to upgrade the Oracle Access Manager to 10.1.4.2 if you are using 10.1.4.1 as there are some bugs associated with this integration.<\/p>\n<p>WebLogic SSPI can be downloaded <a href=\"http:\/\/download.oracle.com\/otn\/linux\/ias\/101401\/as_linux_x86_access_manager_101401_disk3.cpio\" title=\"Linux\">here<\/a> (linux) or <a href=\"http:\/\/download.oracle.com\/otn\/nt\/ias\/101401\/as_windows_x86_access_manager_101401_disk3.zip\" title=\"Windows\">here<\/a> (windows). Here I have selected OHS as reverse proxy and this can be any other webserver of your choice provided WebGate is already there.<\/p>\n<p>Until WebLogic Server 10.3.0, this integration has been achieved using SSPI connector.<\/p>\n<p><strong>Security Service Provider Interface <\/strong><strong>(SSPI) <\/strong><strong>Connector:<\/strong><\/p>\n<p>WebLogic security framework and WLS connector are based on J2EE standards and an implementation of JAAS. Together, WebLogic implementation of JAAS is called SSPI.\u00a0 SSPI consists of several provider modules such as Authentication provider, Identity Asserter, Authorization provider, Role Mapping provider, Deployment Provider.<\/p>\n<p><strong>Authentication Provider<\/strong>: This provider uses OAM authentication services to authenticate users (based on username and password) who acces WebLogic applications. This provider does not provide\u00a0 Single Sign-On capability.<\/p>\n<p><strong>\u00a0Authorization Provider:<\/strong> This provider uses OAM authorization services to authenticate users who access WebLogic resource. The authorization is done based on policies that are specified in the Policy Manager.<\/p>\n<p><strong>Identity Asserter: <\/strong>This is very essential provider when a user wants Single Sign-On capability. This is similar to Authentication provider which validates the already authenticated user based on ObSSOCookie. This is used in case of proxied configuration.<\/p>\n<p><strong>Role Mapper: <\/strong>This provider returns security roles of a user. The groups that the user is part of, are returned as part of actions configured in a authentication policy of policy domain.<\/p>\n<p><strong>Deployment Provider: <\/strong>This provider (though not part of JAAS specification)\u00a0 monitors the applications that are deployed or undeployed on the WebLogic Server and writes information about these applications to either <code>NetPointDeployPolicy.txt<\/code> or <code>NetPointUndeployPolicy.txt.\u00a0<\/code><\/p>\n<p><strong>Architecture:\u00a0<\/strong><\/p>\n<p><img decoding=\"async\" src=\"\/\/\/C:\/DOCUME%7E1\/mbkrishn\/LOCALS%7E1\/Temp\/moz-screenshot-5.png\" \/>\u00a0<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif\" width=\"553\" height=\"208\" \/><\/p>\n<p><strong>Process Flow:<\/strong><\/p>\n<ol>\n<li>User requests for a WebLogic resource protected by OAM. In this case, the authen method configured in web.xml should be CLIENT-CERT.<\/li>\n<li>WebGate intercepts the request and checks wit the Access Server whether the resource is protected or not. If the resource is protected, it fetches the Authentication scheme configured for that resource.<\/li>\n<li>User is challenged for username and password based on the Auth scheme configured for that resource.<\/li>\n<li>User submits the credentials.<\/li>\n<li>WebGate will pass the credentials to Access Server for validation. If the user is authenticated successfully, access server creates session token and passes to WebGate. Webgate will set the ObSSOCookie and appends it in HTTP Header. The plugin configured in the Proxy server (mod_proxy) will forward the request to the WebLogic server.<\/li>\n<li>The WebLogic server plugin passes the cookie to WebLogic server.<\/li>\n<li>WebLogic security framework invokes the SSPI connector which inturn invokes the Identity Asserter. The Identity Asserter expects ObSSOCookie as an external token for validating the user. The Asserter sets the cookie in the HTTP response object once it validates the token.<\/li>\n<li>The Identity Asserter extracts the cookie from HTTP header. The Asserter retrieves the user identity from the Access Server using a return action defined in a special auth scheme in OAM. A resource with URL \/Authen\/Basic is protected by OAM and is used by SSPI internally to authenticate users.<\/li>\n<li>The Authorization provider talks to the Access Server to verify whether the user is authorized to access the resource or not. The Role Mapping provider uses the access gate to communicate with the Access Server to determine what OAM roles are defined to the user. These roles are mapped to security roles in WebLogic. In OAM, these roles are defined as return action \/Authen\/Roles when getting an authorization policy.<\/li>\n<\/ol>\n<p>If the authorization is successful, WebLogic server enables the user to access the requested resource. The ObSSOCookie is set so that when user attempts to access additional OAM protected non-WebLogic resources, re-authentication is not performed. Thus Single Sign-On is achieved between webgates and access gates.<\/p>\n<p><strong>Installation and Configuration:<\/strong><\/p>\n<p>This integration involves:<\/p>\n<ul>\n<li>Configure OAM for SSPI<\/li>\n<li>SSPI connector install<\/li>\n<li>Configure SSPI Connector<\/li>\n<li>Deploy Policy Domains<\/li>\n<li>Deploy WebLogic Application<\/li>\n<li>Configure Reverse proxy<\/li>\n<li>Test for SSO<\/li>\n<li>Troubleshooting<\/li>\n<\/ul>\n<p><strong>Configure OAM for SSPI:<\/strong><\/p>\n<p>SSPI connector communicates with both Identity and Access Servers. SSPI connector also expects user information about privileges, groups, actions, responses etc., you will need an user with respect to SSPI to talk to access server. Lets name the user as wlsadmin (create the user) and assign the user Master Identity Administrator, Master Administrator, Delegated Identity Administrator.<\/p>\n<p>1. Create the resource type definitions in OAM for the following.<\/p>\n<address><code>wl_url: resource operation as GET and POST<\/code><\/address>\n<address><code><\/code><code>wl_svr: resource operation as BOOT and DEFAULT<\/code><\/address>\n<address><code>wl_adm: <\/code><code>resource operation as DEFAULT<\/code><\/address>\n<address><code>wl_ejb: <\/code><code>resource operation as <\/code><code>EXECUTE<\/code><\/address>\n<address><code>wl_authen: <\/code><code>resource operation as <\/code><code>LOGIN<\/code><\/address>\n<p>2. Create the WebLogic authentication scheme to be used by the WebLogic policy domain with following values.<\/p>\n<address>Name: Oracle WebLogic Access and Identity authentication scheme<\/address>\n<address>Description: Used to authenticate users who access WebLogic resources.<\/address>\n<address>Level: 1<\/address>\n<address>Challenge Method: Basic<\/address>\n<address>Challenge Parameter: realm:Oracle Access and Identity<\/address>\n<address>SSL Required: No<\/address>\n<address>Challenge Redirect: (Leave blank)<\/address>\n<address>Enabled: (Leave as is)<\/address>\n<p>Specify the credential_mapping and validate_password plugin values as shown below.<\/p>\n<address>credential_mapping      obMappingBase=&#8221;o=company,c=us&#8221;,obMappingFilter=      &#8220;(&amp;(&amp;(objectclass=inetorgperson)(uid=%userid%))      (|(!(obuseraccountcontrol=*))      (obuseraccountcontrol=ACTIVATED)))&#8221;<\/address>\n<address> validate_password obCredentialPassword=&#8221;password&#8221;<\/address>\n<p>Specify the domain name (o=company,c=us) as per your environment.<\/p>\n<p>3. Create the second authentication scheme for un-protecting certain resources, such as gif images in WebLogic resources using the following details and the Anonymous authentication scheme as a template:<\/p>\n<address>General tab:<\/address>\n<address>Name: Oracle WebLogic Anonymous Authentication<\/address>\n<address>Description: Used to un-protect gifs, and so on.<\/address>\n<address>Level: 0<\/address>\n<address>Challenge Method: Anonymous<\/address>\n<address>Parameter: (Leave blank)<\/address>\n<address>SSL Required: No<\/address>\n<address>Challenge Redirect: (Leave blank)<\/address>\n<address>Enabled: Yes<\/address>\n<p>Provide the plugin values as shown below.<\/p>\n<address>credential_mapping obMappingBase=&#8221;o=company,c=us&#8221;,obMappingFilter=&#8221;<br \/>\n(uid=OblixAnonymous)&#8221;<\/address>\n<p>4. Configure an Access Gate for SSPI connector.\u00a0 This is the access gate used by security providers to communicate with Access Server. Follow the OAM installation guide for creating an access gate. FYI, port need not be specified.<\/p>\n<p>5. Backup the config.xml and boot.properties.<\/p>\n<p>6. Install the SSPI connector. The steps are straight forward and I will make a note of few things to remember.<\/p>\n<p>Select Advanced as Configuration option.<\/p>\n<p>Enter allow for Map the authorization result obstain.<\/p>\n<p>Enter the webpass hostname and port.<\/p>\n<p>Enter the user and group search attributes.<\/p>\n<p>Select the transport mode option as open or simple or cert.<\/p>\n<p>Enter the access gate details as specified in Access gate profile.<\/p>\n<p><strong>Configure SSPI connector:<\/strong><\/p>\n<p>1. Goto the location sspi_install_dir\/<code>NetPointSecuProvForWeblogic.<\/code><\/p>\n<p>2. Take backup of files <code>NetPointResourceMap.conf<\/code>, <code><\/code><code>NetPointResourceMap.conf and <\/code><code><\/code><code>NetPointProvidersConfig.properties<\/code><code>.<\/code><\/p>\n<p>3.\u00a0 Edit the file <code><\/code><code>NetPointProvidersConfig.properties<\/code> with following values<\/p>\n<address><code>OB_LogLevel=Info<\/code><\/address>\n<address><code>OB_LogLevel=<\/code><code>sspi_conn_install\/NetPointSecuProvForWeblogic\/<\/code><\/address>\n<address><code><\/code><\/address>\n<address><code>OB_AdminUserName=wlsadmin<\/code><\/address>\n<address>\u00a0<code>OB_AdminUserCreds=password<\/code><\/address>\n<address><code>OB_CookieDomain=.domain.com (change it as per your environment)<\/code><\/address>\n<p align=\"left\">4. Copy the file <code>NetPointResourceMap.conf<\/code> and <code>NetPointProvidersConfig.properties<\/code> to weblogic domain directory.<\/p>\n<p align=\"left\">5. Copy the <code>wl92NetPointSecurityProviders.jar<\/code> from sspi_conn\/<code>NetPointSecuProvForWeblogic\/oblix\/lib\/mbeantypes\/wl92NetPointSecurityProviders.jar <\/code>to wlsserver_103\/server\/lib\/mbeantypes.<\/p>\n<p align=\"left\">6. Take a backup of file setDomainEnv.sh or cmd and edit the file with values as shown below.<\/p>\n<p align=\"left\">Search for end of file and place this text after export JAVA_OPTIONS line.<\/p>\n<p align=\"left\"><code># SET WLSConnector Classpath and other paths<br \/>\nexport OAMWLC=\"\/u01\/oracle\/sspi\/NetPointSecuProvForWeblogic\"<br \/>\nexport OAMWLCDIR=\"${OAMWLC}\/oblix\/lib\"<br \/>\nLD_LIBRARY_PATH=\"${OAMWLCDIR}\"<br \/>\nexport LD_LIBRARY_PATH<br \/>\nexport PATH=\"${PATH}:${OAMWLCDIR}\"<br \/>\nexport WLC_LIB_CLASSPATH=\"${OAMWLCDIR}\/jobaccess.jar${CLASSPATHSEP}${OAMWLCDIR}\/bcprov-jdk14-125.jar${CLASSPATHSEP}<br \/>\n${OAMWLCDIR}\/wlNetPoint.jar${CLASSPATHSEP}${OAMWLCDIR}\/xerces.jar\"<\/code><\/p>\n<p>Note:Be careful with WLC_LIB_CLASSPATH value as it should not have any spaces or line breaks.<\/p>\n<p>7. Comment the existing classpath and replace with a new one as shown below.<\/p>\n<p>CLASSPATH=&#8221;${PRE_CLASSPATH}${CLASSPATHSEP}${WLC_LIB_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}${CLASSPATHSEP}${POST_CLASSPATH}$<br \/>\n{CLASSPATHSEP}${WLP_POST_CLASSPATH}&#8221;<br \/>\nexport CLASSPATH<\/p>\n<p>8. Restart the weblogic server. Now you should see the new jars in the classpath.<\/p>\n<p>9. Take a backup of file <code>setupNetPointRealm.properties<\/code> present in the location sspi_connector\/NetPointSecuProvForWeblogic.<\/p>\n<p>10. Edit the file\u00a0 <code>setupNetPointRealm.properties <\/code>with values as shown below.<\/p>\n<p>Enter the hostname, domain name, weblogic server port, username and password details and save it.<\/p>\n<p>11. Goto the location\u00a0 sspi_connector\/NetPointSecuProvForWeblogic and execute setupNetPointRealm_wl92.sh.<\/p>\n<p>Note: Though you are using weblogic server 10.3.0, you should execute setupNetPointRealm_wl92.sh file, don&#8217;t execute the file setupNetPointRealm.sh.<\/p>\n<p>12. This script will create the NetPointRealm with necessary security providers.<\/p>\n<p><strong>Deploy Policy Domains:<\/strong><\/p>\n<p>1. Take backup of file <code>NetPointWeblogicTools.properties<\/code><code> present in location sspi_conn\/<\/code><code>NetPointSecuProvForWeblogic\/oblix\/tools\/npWLTools <\/code>and edit with values as given below<code>.<\/code><\/p>\n<address><code>ObWLTools.Debug=<\/code><code>true<\/code><\/address>\n<address><code>ObPolicyDomain.Name=<\/code><code>WebLogic Server Security Provider<\/code><\/address>\n<address><code>ObWLTools.DeployPolicy=<\/code><code>false<\/code><\/address>\n<address><code>ObWLSDomain.Dir=weblogic directory location\u00a0       <\/code><code><\/code><\/address>\n<address><code>ObWLAuthenticationScheme.Name=<\/code><code>OAM WebLogic Server Basic Authentication<\/code><code><\/code><\/address>\n<address><code>ObWLNoneAuthenticationScheme.Name=<\/code><code>OAM WebLogic Anonymous Authentication<\/code><\/address>\n<p>2. Create a file runDeployerTool.sh under this location <code>sspi_conn\/NetPointSecuProvForWeblogic\/oblix\/tools\/npWLTools<\/code><\/p>\n<p>export CLASSPATHSEP=&#8221;:&#8221;<br \/>\nexport OAMWLC=&#8221;sspi_conn\/NetPointSecuProvForWeblogic&#8221;<br \/>\nexport OAMWLCDIR=&#8221;${OAMWLC}\/oblix&#8221;<br \/>\nexport CLASSPATH=&#8221;${CLASSPATH}${CLASSPATHSEP}${OAMWLCDIR}\/lib\/jobaccess.jar${CLASSPATHSEP}${OAMWLCDIR}\/tools\/npWLTools;<br \/>\n${CLASSPATHSEP}${OAMWLCDIR}\/tools\/npWLTools\/npWLTools.jar&#8221;<br \/>\nexport PATH=&#8221;${PATH}:${OAMWLCDIR}\/lib&#8221;<br \/>\nexport LD_LIBRARY_PATH=&#8221;${OAMWLCDIR}\/lib&#8221;<br \/>\necho $CLASSPATH<br \/>\n\/u01\/jdk160_05\/bin\/java com.oblix.weblogic.tools.NetPointPolicyDeployer wlsadmin password<\/p>\n<p>Note: This is for linux environment, if its windows, follow the one shown below.<\/p>\n<p>set CLASSPATHSEP=;<br \/>\nset OAMWLC=D:\/sspi_Connector\/NetPointSecuProvForWeblogic<br \/>\nset OAMWLCDIR=%OAMWLC%\/oblix<br \/>\nset CLASSPATH=%CLASSPATH%;%OAMWLCDIR%\/lib\/jobaccess.jar;%OAMWLCDIR%\/tools\/npWLTools;%OAMWLCDIR%\/tools\/npWLTools\/npWLTools.jar<br \/>\nset PATH=%PATH%;%OAMWLCDIR%\/lib<br \/>\nset LD_LIBRARY_PATH=%OAMWLCDIR%\/lib<br \/>\necho %CLASSPATH%<br \/>\nD:\/bea\/jdk160_05\/bin\/java com.oblix.weblogic.tools.NetPointPolicyDeployer wlsadmin password<\/p>\n<p>3. Run the deployertool and check the log for any errors. This tool will create a policy domain with resources, authorization policies etc., and verify it by logging it to OAM policy manager console.<\/p>\n<p>4. Now login to weblogic console and inspect the new realm NetPointRealm created. Check for users and groups, security providers etc., Remember that this is not default realm yet.<\/p>\n<p>5. Goto the providers tab, Certification Path and click the WebLogicCertPathProvivider and enable the check box set current builder.<\/p>\n<p>6. Enable NetPointRealm as default realm in the console.<\/p>\n<p>7. Stop the WebLogic server. Change the boot.properties file and edit the username and password with wlsadmin and password values.<\/p>\n<p>8. Start the weblogic server and you should see Netpointrealm is the default realm and you should be able to login to WLS console using wlsadmin and password.<\/p>\n<p><strong>Deploy the WebLogic application:\u00a0<\/strong><\/p>\n<p>You can deploy a sample weblogic application to the server where Netpointrealm is the default realm. Goto the WebLogic policy domain in OAM console and add the resource \/sample\/index.jsp and save it.<\/p>\n<p><strong>Configure Reverse Proxy:<\/strong><\/p>\n<p>1. In this case, I have used OHS as reverse proxy.<\/p>\n<p>2. Create a OHS webgate profile in OAM console and install the OHS webgate. I am not briefing about this more as its pretty straight forward.<\/p>\n<p>3. Edit the httpd.conf file of OHS server and goto the end of file and enter the following lines.<\/p>\n<p>ProxyPass \/sample http:\/\/sspi_hostname:port\/sample<\/p>\n<p><strong>Test the SSO:<\/strong><\/p>\n<p>1. Now access the application http:\/\/reverseproxy_hostname:port\/sample.<\/p>\n<p>2. You will be challenged with credentials with the authentication scheme configured for it.<\/p>\n<p>3. If you access any other resource protected by the OAM with the same authentication level configured for \/sample application, you should be able to access it directly without re-authentication.<\/p>\n<p><strong>Troubleshooting Tips:<\/strong><\/p>\n<p>1. Refer the Oracle <a href=\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/weblogic.htm#BHCIBEHB\">Documentation <\/a><\/p>\n<p>2. <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/25\/troubleshooting-sspi-integration\/\">Troubleshooting-sspi-integration<\/a><\/p>\n<p><strong>References:<\/strong><a href=\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/weblogic.htm\">Oracle SSPI Integration guide<\/a><\/p>\n<p><font color=\"#ff0000\">Coming Soon: <\/font><\/p>\n<p><font color=\"#ff0000\">1. Oracle Access Manager and Oracle Adaptive Access Manager integration<\/font><\/p>\n<p><font color=\"#ff0000\">2. OAM integration with WebLogic server for different versions and architectures<\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi all, This post will talk about the integration between Oracle Access Manager 10g with WebLogic Server 10g. This is [&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":[40,42,217],"tags":[],"class_list":["post-1542","post","type-post","status-publish","format-standard","hentry","category-sso","category-troubleshooting","category-weblogic"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrating Oracle Access Manager with WebLogic Server 10g -<\/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\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating Oracle Access Manager with WebLogic Server 10g -\" \/>\n<meta property=\"og:description\" content=\"Hi all, This post will talk about the integration between Oracle Access Manager 10g with WebLogic Server 10g. This is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/\" \/>\n<meta property=\"article:published_time\" content=\"2010-02-24T10:32:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-03-06T09:23:43+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.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=\"10 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\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/\",\"name\":\"Integrating Oracle Access Manager with WebLogic Server 10g -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif\",\"datePublished\":\"2010-02-24T10:32:26+00:00\",\"dateModified\":\"2010-03-06T09:23:43+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage\",\"url\":\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif\",\"contentUrl\":\"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrating Oracle Access Manager with WebLogic Server 10g\"}]},{\"@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":"Integrating Oracle Access Manager with WebLogic Server 10g -","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\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/","og_locale":"en_US","og_type":"article","og_title":"Integrating Oracle Access Manager with WebLogic Server 10g -","og_description":"Hi all, This post will talk about the integration between Oracle Access Manager 10g with WebLogic Server 10g. This is [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/","article_published_time":"2010-02-24T10:32:26+00:00","article_modified_time":"2010-03-06T09:23:43+00:00","og_image":[{"url":"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/","url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/","name":"Integrating Oracle Access Manager with WebLogic Server 10g -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage"},"thumbnailUrl":"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif","datePublished":"2010-02-24T10:32:26+00:00","dateModified":"2010-03-06T09:23:43+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#primaryimage","url":"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif","contentUrl":"http:\/\/download.oracle.com\/docs\/cd\/E10761_01\/doc\/oam.1014\/e10356\/img\/aiing003.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/24\/integrating-oracle-access-manager-with-weblogic-server-10g\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Integrating Oracle Access Manager with WebLogic Server 10g"}]},{"@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\/1542","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=1542"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1542\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1542"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1542"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}