Indira's blog
REST based Identity Services in OpenSSO
People who love programming in the interpretive languages would love the OpenSSO REST based Identity Services, OpenSSO offers decently powerful REST interfaces to manipulate the idenity information stored in any supported OpenSSO identity store. I strongly encourage to read Aravindan Ranganathan's article on Identity Servic
This document is generated based on the article
Posted at 09:38AM Jul 01, 2008 by indira in opensso |
Creating user Data Stores in opensso using famadm CLI
OpenSSO support most of the commercially available LDAP servers as
identity store. In this blog entry I am goign to show you how to create
these data store from famadm CLI. IT is easy and less error prone and
repeatable.
Posted at 10:42AM Apr 12, 2008 by indira in famadm |
Configuring OpenSSO - The CURL'y way
The simplest way to configure the OpenSSO system is to use the browser just to fill four test fields, it is that simple. However there are scenarios where you want to script the configuration on multiple machines or when you can not reach out to a browser, let us say all you've got is a dumb terminal access. In these scenarios what you do?
[Read More]Posted at 08:28AM Feb 08, 2008 by indira in opensso |
Configuring Sun Java ES Access Manager Password Reset Application
Posted at 04:39PM Aug 21, 2007 by indira in AM | Comments[1]
Configuring Sun Java System Access Manager Policy Agents on IBM WebSphere 6.0 Cluster
In this article I am going to discuss how to configure the Sun Java System Access Manager Policy agents on to websphere cluster. For this exercise it is assumed the WebSphere Network Deployment Server (WNDS) has one cell with two clusters in it.(CARE and IS ) Each cluster has exactly two Application Server instances belonging to the same profile, hosting one or more applications. The cluster member Application Servers instances are distributed among two physical nodes as depicted in the diagrams below. The WNDS profile is located in one of the nodes. The clusters are already created before installing the agents. This document will not cover the procedures for creating WebSphere clusters or configuring the IBM HTTP Server for load balancing. Additionally no custom SSL key store is used. The Application Server and Access Manager traffic happens over HTTP.
To deploy the policy agents on the WebSphere clusters there is no need to defederate the nodes.
[Read More]Posted at 10:57AM Jul 31, 2007 by indira in agents |
Sun Java System Access Manager Policy Agents - Fetching Header/Response Attributes
Web Applications protected by the Sun Java System Access Manager Policy Agents version 2.2 can obtain the authenticated identity's attributes as well as the resource specific attributes by the following means
-
Set in as HTTP Header values
-
Set in the Browser Cookie as name value pairs.
In this part of doc, only the HTTP header option is discussed. The end application protected by the agents can obtain the authenticated identity's attributes as the HTTP header name value pairs in the following three ways:
-
Retrieve from authenticated identity's profile
-
Retrieve from authenticated identity's Session
-
Retrieve from policy resource response providers
Posted at 02:57PM Jul 26, 2007 by indira in agents |
Using OpenDS as a user data store for OpenSSO
[Read More]
Posted at 10:57PM Mar 21, 2007 by indira in opensso | Comments[4]
Dynamically enabling/disabling debug mode in the Access Manager Server
In the previous versions of Access Manager servers, to enable the server to debug message mode from the default error mode, one needs to set the com.iplanet.services.debug.level=message in the AMConfig.properties. That is not it, the webcontainer on which the Access Manager is deployed needs to be restarted. This is almost impossible in a production scenario, customers do not want to stop the server or sometimes the anamoly that is being experienced by the customer may not show up if the server is restarted. So there has to be a mechanism to dynamically enable/disable the server's debug level.[Read More]
Posted at 09:51PM Dec 15, 2006 by indira in AM |