Tuesday Jun 30, 2009
OpenSSO Resource Authentication Is Not The Gateway Servlet
In previous versions of OpenSSO, the Gateway Servlet was used to authenticate against an authentication module configured to protect a specific resource. This resource authentication type though was developed using the Policy Service framework and contains limitations. With the iminent release of OpenSSO Express Build 8, resource authentication becomes available as part of the Authentication Service framework - without calling the Gateway Servlet (which will be deprecated in a future release).
Resource authentication is based on the client environment parameters defined in the HTTP header of the request. After receiving a request for access, the Authentication Service passes the resource name and appropriate environment parameters to the Policy Service to determine the authentication type to be used. (Resource authentication is parallel to the other authentication types but, because the authentication process is based on environment variables, resource authentication will ultimately run one of the other configured authentication types rather than having a fixed authentication process itself.) The Policy Service returns an advice message to indicate the appropriate authentication type to call. The user is then prompted for the appropriate credentials for the authentication type and, if successful, continues the process with session validation as documented in the Sun OpenSSO Enterprise 8.0 Technical Overview. The process flow diagram illustrates this.
IF Environment_Name=value THEN Authentication_Type=[realm:]Authentication_Process
This means if the IF condition is satisfied, the user will attempt authentication using the authentication process defined by THEN.IF Environment_Name=value THEN realm=realm_name
This means if the IF condition is satisfied, the user will attempt authentication using the authentication process defined for the specified realm.IF Environment_Name=value THEN redirectURL=redirect_URL
This means if the IF condition is satisfied, the user will be redirected to the URL specified as a value forredirectURLparameter.
Posted at 10:46AM Jun 30, 2009 by Michael Teger in Sun | Comments[0]
