Tag Archives for " OAM 11g "

Solution for OAM Error code OAM-02073 status fail is Excluded false

When you have performed all the configuration required to protect your web application with Oracle Access Manager, the next thing you do is test if the set up works. In this post, we will see a common problem most of us encounter on trying to test the setup for the first time. On accessing a protection resource of […]

Read More

OAM 11g: Resource URL

Just in case if you have a requirement to retrieve the resource URL or the original URL the user accessed during authentication process in OAM 11g, then this post is for you. If you wish to redirect the user to different page post authentication/authorization success or failure and you would like to know the original […]

Read More

Error while starting OAM WebLogic Servers “Policy store update operations are not allowed, system is write protected”

I’ve come across an issue in OAM 11g R2 PS2 environment. Multi Data Center is also being setup with one DC as Master and other DC as Clone. After configuring the Clone DC using T2P commands and running few WLST commands to accomplish MDC setup, the below errors were seen while starting the OAM WebLogic […]

Read More

Steps to Integrate Discoverer 11g with OAM 11g

Of late, I was working on configuring Oracle BI Discoverer 11g Release 1 (11.1.1) single sign-on using Oracle Access Manager 11g. I Followed the procedure below to use Oracle Access Manager with Oracle BI Discoverer: Assumptions : Oracle BI Discoverer is Installed and configured. Oracle Access Manager is Installed and configured. EBS Instance  is configured […]

Read More

How to set and get session attributes in OAM 11g

Session & session attributes are newly introduced in OAM 11g. OAM 11g maintains a session at server side the sessionIds are managed by Session Management Engine SME. How to retrieve session IDs from OAM server are explained in post. So this post will give a sample code snippet to set and retrieve session attributes from […]

Read More

Username based authentication using OAM 11g

I have worked on a OAM 11g requirement that needs to do authentication based on only username. There is a OOTB authentication scheme available in OAM 11g called LDAPNoPasswordValidationScheme. This authentication scheme uses the Authentication module LDAPNoPasswordAuthModule and that in turn points to Embedded Weblogic identity store by default. I have to perform all this […]

Read More

How to read session Ids of a user from OAM 11g

We are extensively using OAM 11g API in our project out of which there is a requirement to set session attributes for a OAM user session. Session attributes is a concept newly introduced in OAM 11g (not there in 10g). So once OAM session is created we can retrieve the session Ids by using the […]

Read More

How to read OAM ObSSOCookie through java script

We have a shindig application protected by OAM 11g using an Apache 10g WebGate. Please refer my previous post on how to protect Apache Shindig application using OAM 11g. It is very common to pass on user attributes in authorization actions as headers or cookies. However we have a requirement to get the ObSSOCookie that […]

Read More

How to protect Apache Shindig application using Oracle Access Manager 11g

Apache shindig is one of the famous gadget applications used accross various social sites. The technology used in the backend for this shindig application is XML/JS/CSS/HTML. The front end application page will be html and gadgets are available in the format of XML embedded in html. The shindig application URL looks like http://host:port/ShindigApp/index.htm. The Shindig […]

Read More

Prevent disabled users to login to application protected by Oracle Access Manager

Hi All, I am working in 11g environment involving products OIM/OAM/OID/OVD.  The user management is happening through OIM – for eg., disable user. There is an application protected in OAM and using OVD Authentication Module. OVD Auth Module uses OID in the backend. OIM is talking to OID using OID connector. Now the point is […]

Read More