OpenSSO's Secret Place
Look in the OpenSSO-Deploy-Base*/opensso directory and you'll find ssoadm.jsp. This best kept secret is the web version of the ssoadm command line interface and can be used as such - although it's technically a secret. So check it out but don't tell them I sent you.
opensso.war.
Posted at 02:44AM Jul 30, 2009 by Michael Teger in Sun | Comments[0]
OpenSSO ASP.NET Fedlet, Multiple Identity Providers and An Angel's Kiss in Spring
I was reading the latest scoop on The Whalpin Chronicles when I found a comment from someone requesting information on how to configure the ASP.NET Fedlet with multiple identity providers. Sure there's a README now but in a week or so this will be official. As Whalpin said, check out the nightly.
This procedure can be followed to enable the ASP.NET Fedlet to communicate with multiple identity providers. It assumes that you have already followed the instructions in Using the ASP.NET Fedlet with OpenSSO Enterprise 8.0 Update 1 to configure and test the ASP.NET Fedlet with an initial identity provider.- Get the standard metadata file for the new identity provider and name it
idp2.xml.
If using OpenSSO, create the identity provider using the Common Tasks work flow and export the identity provider's standard metadata by accessing the export metadata page athttp://idp-machine.domain:8080/opensso/saml2/jsp/exportmetadata.jsp. - Copy
idp2.xmlto the directory created during initial configuration of the ASP.NET Fedlet.
During initial configuration, move the/SampleAppdirectory from theFedlet-unconfigured.zipfile to a directory outside of the decompressed archive. For this article, we will use/tmp/asp.net/SampleApp/App_Data/. See Using the ASP.NET Fedlet with OpenSSO Enterprise 8.0 Update 1 for more information. - Add the identity provider to the appropriate circle of trust by modifying the Fedlet's
.COTfile.- To add to an existing circle of trust, append the entity ID of the new identity provider (specified by the
entityIDattribute in theidp2.xmlmetadata) to the value of thesun-fm-trusted-providersattribute in the appropriate.COTfile (for example,fedlet.cot) within the/tmp/asp.net/SampleApp/App_Data/directory.
Use a comma (,) as the separator. - To add to a new circle of trust follow this procedure.
- Create a new
.COTfile named (for example,fedlet2.cot) using the existingfedlet.cotas a template. - Change the value of the
cot-nameattribute in the new.COTfile to the name of the new circle of trust. - Add both the new identity provider entity ID and the Fedlet entity ID as the value for the
sun-fm-trusted-providersattribute in the new.COTfile.
Use a comma (,) as the separator. - Put
fedlet2.cotin the/tmp/asp.net/SampleApp/App_Data/directory. - Add the new circle of trust name to the value of the
cotlistattribute in the ASP.NET Fedlet/service provider extended metadata file,sp-extended.xml.
For example:
<Attribute name="cotlist">
<Value>saml2cot</Value>
<Value>cot2</Value>
</Attribute>
sp-extended.xmlis in the/tmp/asp.net/SampleApp/App_Data/directory.
- Create a new
- To add to an existing circle of trust, append the entity ID of the new identity provider (specified by the
- Create a new file named (for example,
idp2-extended.xml) to define the extended metadata for the new identity provider using the existingidp-extended.xmlas a template.- Change the value of the
entityIDattribute to theentityIDof the new identity provider. - IF APPLICABLE, change the value of the
cotlistattribute to the name of the new circle of trust. - IF APPLICABLE, change the setting of the
hostedattribute in theEntityConfigelement to false to define it as a remote identity provider.
- Change the value of the
- Send the ASP.NET Fedlet/service provider standard metadata (for example,
sp.xml) found in the/tmp/asp.net/SampleApp/App_Data/folder to the second identity provider. - Import the ASP.NET Fedlet/service provider standard metadata to the appropriate circle of trust on the identity provider side.
If using OpenSSO, use Register Remote Service Provider under the Common Tasks tab. - Repeat these steps for any number of identity providers using the circle of trust and file-naming formats as discussed.
- Using the Internet Information Services (IIS) Manager, restart the Application Pool associated with the ASP.NET application.
Each ASP.NET web application hosted on IIS is associated with an Application Pool that controls the application's runtime behavior (for example, session properties, memory allocation and garbage collection).
Posted at 09:25AM Jul 29, 2009 by Michael Teger in Sun | Comments[0]
I Want Web Services Security To Work With One Instance of OpenSSO
Securing web services communications using OpenSSO entails embedding security information within the SOAP request sent to the web service provider (WSP), and within the response returned to the web service consumer (WSC). The communications may then securely pass through multiple intermediaries (firewalls and load balancers, for example) before reaching its intended receiver. The following sections illustrate how to configure and test secure web services communications using OpenSSO and included samples.
In this simple scenario, the message security is achieved using an instance of OpenSSO that communicates with a security agent deployed on both the WSC and WSP sides. The agent profiles for the deployment are configured using OpenSSO. The following procedures illustrate how to configure for web services security and test the configurations using the OpenSSO Stock Quote Service sample.
- Installing a Web Services Security Agent
- Adding Java Security Permissions
- Deploying the Web Service Client and Web Service Provider Application Sample
- Creating the WSC and WSP Agent Profiles Using OpenSSO
- Testing the Sample
Installing a Web Services Security Agent
Follow this procedure to install each security agent with the Express Build 8 installer (not yet released). Before Express Build 8, use the old installer.- Create a text file that contains the agentAuth password in clear text and save it.
Configured out of the box, agentAuth is an agent profile with permission to read other configured agent profiles including the defaultwsc,wspandSecurityTokenService. The agentAuth password is changeit. - Download openssowssproviders.zip.
- Create a directory to which you will inflate the ZIP.
% mkdir /tmp/wssunzip(or\wssunzipon Windows) - Unzip
openssowssproviders.zipto the directory. - Stop the Glassfish instance on which the agent is to be installed.
- Begin the installation with one of the following steps.
- On UNIX and Linux, change to the
/tmp/wssunzip/bindirectory and runchmod 755 wssagentadmin. Following that, run./wssagentadmin --installor./wssagentadmin --custom-install. - On Windows, change to the
\wssunzip\bindirectory and runwssagentadmin.bat --installorwssagentadmin.bat --custom-install.
--custom-installallows you to specify the application server instance name whereas the--installassumes the instance name to be server. - On UNIX and Linux, change to the
- Review the license information, if applicable.
- Enter the absolute path of the application server domain configuration directory.
- Enter the application server instance name if you ran the installer with the
--custom-installoption.
In the case of Sun Application Server Enterprise Edition, a domain can have more than one application server instance so enter the name of the application server instance in which you are installing the agent. - Enter the OpenSSO deployment URL using the format
protocol://host:port/deployURI.
protocol is eitherhttporhttps; host is the fully qualified domain name of the machine on which OpenSSO is running and deployURI is the OpenSSO deployment URI; by default,opensso. - Enter agentAuth, the user with permission to read the agent profiles.
- Enter the path to the agentAuth password file created at the beginning of this procedure.
- Review the summary and choose Continue with Installation to begin the process.
- Restart the Application Server instance or domain after installation is complete.
Adding Java Security Permissions
If the Glassfish Security Manager is enabled, you must add Java security permissions to all domains used in this deployment. If, for example, the WSC and WSP are deployed in one domain, edit only oneserver.policy file for the both.
- Append the Java security permissions defined in
/tmp/wssunzip/config/OpenSSOJavaPermissions.txtto theserver.policyfile of the specific Application Server domain.
Each Application Server domain has its own standard J2SE policy file namedserver.policylocated in the/ApplicationServer-install/domains/domain-name/configdirectory. - Restart the Application Server instance.
Deploying the Web Service Client and Web Service Provider Application Sample
The web services security sample contains the/tmp/wssunzip/samples/glassfish/StockQuoteClient and /tmp/wssunzip/samples/glassfish/StockService directories for the client and provider respectively. A /tmp/wssunzip/samples/glassfish/glassfish.properties file contains the configuration properties for Glassfish.
Deploying the Web Service Client Sample
- Create a password file for the Glassfish administrator.
The password file should have read permissions and the lineAS_ADMIN_password=password - Edit
glassfish.propertiesas follows:glassfish.home = WSC Glassfish installation directory(for example,/export/glassfishv2ur2/glassfish)glassfish.host = WSC Host where glassfish is installed(for example,opensso.sun.com)glassfish.passwordfile = path to Glassfish administrator password file(for example,/tmp/GFadmin_passwd) - Set JAVA_HOME to JDK1.5 or 1.6 and ensure
javaandjavacare in the PATH. - Replace localhost and 8080 in the
StockQuoteClient/src/java/com/samples/GetQuote.javaandStockQuoteClient/src/java/com/samples/SOAPMessage.javafiles with the fully qualified domain name and port to which the web service provider was deployed.
localhost and 8080 are the default OpenSSO values. These files would need modification if you changed the values for the web service provider during installation. - Change to the
StockQuoteClientdirectory and runWSC-ApplicationServer-install/lib/ant/bin/ant all.
This will build and deploy the Stock Quote Sample Client to the WSC Glassfish container.
Deploying the Web Service Provider Sample
- Create a password file for the Glassfish administrator.
The password file should have read permissions and the lineAS_ADMIN_password=password - Edit
glassfish.propertiesas follows:glassfish.home = WSP Glassfish installation directory(for example,/export/glassfishv2ur2/glassfish)glassfish.host = WSP Host where glassfish is installed(for example,opensso.sun.com)glassfish.passwordfile = path to Glassfish administrator password file(for example,/tmp/GFadmin_passwd) - Set JAVA_HOME to JDK1.5 or 1.6 and ensure
javaandjavacare in the PATH. - Change to the
StockServicedirectory and runWSP-ApplicationServer-install/lib/ant/bin/ant all.
This will build and deploy the Stock Quote Sample Service to the WSP Glassfish container.
Creating the WSC, WSP and STS Agent Profiles Using OpenSSO
The agent profiles for a WSC (wsc), a WSP (wsp), and a Security Token Service (SecurityTokenService) are created when OpenSSO is installed. These can be used with the sample.
- Configure the WSC Agent Profile
- Configure the STS Agent Profile
- Configure the WSP Agent Profile
- Review the Agent Authenticator Profile
Configure the WSC Agent Profile
- Login to the OpenSSO console as the administrator; by default,
amadmin. - Click the Access Control tab.
- Click the top level realm.
- Under the Agents tab, click Web Service Client.
- OPTIONAL: Click New to create the WSC agent profile if you do not see the default
wscin the table.- Enter wsc as the name of the agent profile.
- Define values for any required fields.
- Click Save.
- Click
wscfrom the table to access the profile. - Select the appropriate Security Mechanism.
If you selectSTSSecurityas Security Mechanism, the WSC is requesting that the OpenSSO Security Token Service (STS) generate a token to secure the request to the WSP. See To Configure the STS Agent Profile to create a profile for the Security Token Service. - Check Is Request Signed.
- Check Preserve Security Headers in Message.
- Specify
http://wsp-host-name:portnumber/StockService/StockServiceas the Web Service End Point. - Save the changes.
- Click Back to Main Page.
Configure the Security Token Service Agent Profile
If you did not selectSTSSecurity as the Security Mechanism in To Configure the WSC Agent Profile, skip this procedure.
- Under the Agents tab, click STS Client.
- OPTIONAL: Click New to create the Security Token Service agent profile if you do not see the default
SecurityTokenServicein the table.- Enter SecurityTokenService as the name of the agent profile.
- Define values for any required fields.
- Click Save.
- ClickSecurityTokenService from the table to access the profile.
- Select the appropriate Security Mechanism.
- Enter
openssoserver_protocol://openssoserver_host:port/openssoserver_deploy_uri/stsas the Security Token Service End Point. - Enter
openssoserver_protocol://openssoserver_host:port/openssoserver_deploy_uri/sts/mexas Security Token Service MEX End Point. - Save the changes.
- Click Back to Main Page.
Configure the WSP Agent Profile
- Under the Agents tab, click Web Service Provider.
- OPTIONAL: Click New to create the WSP agent profile if you do not see the default
wspin the table.- Enter wsp as the name of the agent profile.
- Define values for any required fields.
- Click Save.
- Click
wspfrom the table to access the profile. - Select all Security Mechanism choices.
- Check Is Request Signature Verified.
- Check Preserve Security Headers in Message.
- Specify
http://wsp-host-name:portnumber/StockService/StockServiceas the Web Service End Point. - Save the changes.
- Click Back to Main Page.
Review the Agent Authenticator Profile
- Under the Agents tab, click Agent Authenticator.
- Click
agentAuth. - Confirm that
wsp,wsc, andSecurityTokenServicehave been added to the Selected list under the Agent Profiles allowed to Read attribute.
If not, add them into the list and save the changes. - Log out of the OpenSSO console.
Testing the Sample
- Access the stock quote client page at
http://wsc-host-name:portnumber/StockQuoteClient/index.jsp.
The browser will be redirected to the OpenSSO Authentication Service. - Enter the user name and password of an existing OpenSSO user.
Upon successful authentication, the browser is redirected back to the Stock Quote Service. - Enter "JAVA" (or any other stock symbol) and click Get Quote.
Stock quote information for the entered symbol is displayed.
Posted at 10:57AM Jul 16, 2009 by Michael Teger in Sun | Comments[2]
OpenSSO Under Replay Attacks
A replay attack occurs when a valid data transmission is maliciously intercepted and retransmitted. Digital signatures alone do not provide protection against replay attacks in web services communications as a signed message can still be recorded and resent. The WS-Security specification recommends a number of options to protect against replay attacks; from those options, the OpenSSO web services framework has implemented the use of the time stamp. That said, here is some preliminary information about preventing replay attacks using OpenSSO.
More to come. Below is subject to tweak. But you got it first.The OpenSSO web services security framework is driven primarily by security agents that install on deployed web containers remote to OpenSSO. The security agent accesses the web services security framework using the
SOAPRequestHandler interface in the Client SDK to validate SOAP messages and authenticate against OpenSSO. As part of the process, digital signatures and encryptions are validated and, following that, the message's time stamp is processed to check for replay attacks. The time stamp can be processed using either of the following options.
MessageID
The WS-AddressingMessageIDheader can be optionally included in a SOAP message. The value of theMessageIDfrom a first request is cached. ThemessageIDMapcache uses theMessageIDvalue to index the local time stamp (stamped when the message is received). Any message requests that use the sameMessageIDand are found to be within a configured time interval will be treated as a duplicate and will be rejected. (If aMessageIDis not found in the incoming SOAP request, the authenticated subject identifier is used to index the time stamp.)nonce
If implementing the Username Token profile for web services security, you can cache the cryptographically random value of thenonceelement from each initial request. ThemessageIDMapcache uses thenoncevalue to index the creation time stamp (time at which the token was generated). Any message requests that use the samenonceand are found to be within a configured time interval will be treated as a duplicate and will be rejected.
com.sun.identity.wss.security.handler.WSSCacheRepository interface assumes a repository has already been configured and the cache can be persistently stored in it. There is no out of the box implementation for this interface but the name of the implementation class, if developed, needs to be entered as the value of the com.sun.identity.wss.security.cacherepository.plugin attribute in the AMClient.properties file.
To enable the replay attack prevention feature, you create a web services provider agent profile under the appropriate realm. Once the profile has been created, follow this procedure.
- Click the name of the realm in which the agent profile was created.
- Click the Agents tab.
- Click the Web Service Provider tab.
- Click the name of the appropriate web service provider profile.
- Enable Detect Message Replay if applicable.
This enables the MessageID option. - Enable Detect User Token Replay if applicable.
This enables the nonce option. - Save the configuration.
Posted at 12:00AM Jul 08, 2009 by Michael Teger in Sun | Comments[0]
Celebrating Canada and the United States
When my manager mentioned that he was also celebrating Canada Day this weekend I thought, how interesting that both of these days are together on the calendar. Did Canada try to emulate the United States when deciding to make their day in the first week of July? Not that I have any idea what Canada Day is. So I decided to investigate to see if the fact that these two days occupy the same week in the calendar is interesting at all. I know that July 4th is the day a declaration of independence from the British government was signed in the United States. According to Wikipedia, July 1 is popularly referred to as Canada's Birthday.
The occasion marks the joining of the British North American colonies of Nova Scotia, New Brunswick, and the Province of Canada into a federation of four provinces (the Province of Canada being divided, in the process, into Ontario and Quebec) on 1 July 1867. Although Canada is regarded as having become a kingdom in its own right on that date, the British Parliament kept limited rights of political control over the new country that were shed by stages over the years until the last vestiges were surrendered in 1982 when the Constitution Act patriated the Canadian constitution.So July 1 is a declaration of federation with a declaration of independence chaser and a 100 year mortgage. Now what I find interesting is the long arm of the British Parliament. To all who celebrate this weekend, enjoy your hot dogs (vegetarian in this household), cherry pie, nanaimo bars, and Henry Gibson (yes, that one) performing 200 Years from the Nashville soundtrack.
Posted at 11:16AM Jul 02, 2009 by Michael Teger in Personal | Comments[0]
Synchronizing OpenSSO SAMLv2 Sessions Doesn't Make Me Anxious Anymore
After a successful SAMLv2 single sign-on, sessions are created on both the identity provider side and the service provider side. The sessions are independent from each other with their own maximum session time out and idle time out values so if one session times out or is destroyed locally, the other will not be notified. This results in an inconsistent session state between the two providers. For the upcoming Express Build 8 release, OpenSSO has added a new configuration property to support session synchronization between the two providers. The service provider will notify the identity provider when a session is refreshed (by access) or at a fixed interval.
The Session Synchronization attribute (available only in builds later than OpenSSO Enterprise 8.0) is displayed only after creating a SAMLv2 hosted identity or service provider configuration first. See Part II Federation, Web Services, and SAML Administration in the OpenSSO Enterprise 8.0 Administration Guide. Following that, under the Federation tab, click the name of the appropriate provider to display its attributes. Under the Advanced tab is the Session Synchronization attribute which can be enabled for a hosted SAMLv2 provider. If session synchronization is enabled for the hosted identity provider and a session times out (due to hitting a maximum idle time out value or maximum session time value), the identity provider will send a SOAP logout request to all affected service providers. If session synchronization is enabled for the hosted service provider, it will send a SOAP logout request to all affected identity providers. A few weeks back, I posted an article on one time password authentication with a musical clip of The Beautiful South. The Beautiful South was one fork that grew after the breakup of The Housemartins. (The other was Fatboy Slim.) In that vein, here is an excellent live clip of The Housemartins performing Anxious from their debut LP. I miss The Housemartins.Posted at 10:51AM Jul 01, 2009 by Michael Teger in Sun | Comments[4]
