This guide shows you how to upgrade OpenAM. OpenAM provides open source Authentication, Authorization, Entitlement, and Federation software.
Preface
This guide describes how to upgrade OpenAM servers, policy agents, and tools.
1. Who Should Use this Guide
This guide is for anyone who needs to upgrade an OpenAM deployment. This guide assumes you are familiar with OpenAM installation and configuration, and that you are familiar with the current OpenAM deployment that you plan to upgrade.
You do not need to be an OpenAM wizard to learn something from this guide, though a background in access management and maintaining web application software can help. You do need some background in managing services on your operating systems and in your application servers. You can nevertheless get started with this guide, and then learn more as you go.
2. Formatting Conventions
Most examples in the documentation are created in GNU/Linux or Mac OS X
operating environments.
If distinctions are necessary between operating environments,
examples are labeled with the operating environment name in parentheses.
To avoid repetition file system directory names are often given
only in UNIX format as in /path/to/server
,
even if the text applies to C:\path\to\server
as well.
Absolute path names usually begin with the placeholder
/path/to/
.
This path might translate to /opt/
,
C:\Program Files\
, or somewhere else on your system.
Command-line, terminal sessions are formatted as follows:
$ echo $JAVA_HOME /path/to/jdk
Command output is sometimes formatted for narrower, more readable output even though formatting parameters are not shown in the command.
Program listings are formatted as follows:
class Test { public static void main(String [] args) { System.out.println("This is a program listing."); } }
3. Accessing Documentation Online
ForgeRock publishes comprehensive documentation online:
The ForgeRock Knowledge Base offers a large and increasing number of up-to-date, practical articles that help you deploy and manage ForgeRock software.
While many articles are visible to community members, ForgeRock customers have access to much more, including advanced information for customers using ForgeRock software in a mission-critical capacity.
ForgeRock product documentation, such as this document, aims to be technically accurate and complete with respect to the software documented. It is visible to everyone and covers all product features and examples of how to use them.
4. Using the ForgeRock.org Site
The ForgeRock.org site has links to source code for ForgeRock open source software, as well as links to the ForgeRock forums and technical blogs.
If you are a ForgeRock customer, raise a support ticket instead of using the forums. ForgeRock support professionals will get in touch to help you.
5. Getting Support and Contacting ForgeRock
ForgeRock provides support services, professional services, training through ForgeRock University, and partner services to assist you in setting up and maintaining your deployments. For a general overview of these services, see https://www.forgerock.com.
ForgeRock has staff members around the globe who support our international customers and partners. For details, visit https://www.forgerock.com, or send an email to ForgeRock at info@forgerock.com.
Chapter 1. About Upgrading OpenAM
This chapter covers common aspects of upgrading an OpenAM deployment, whether you are moving to a new maintenance release, upgrading to a new major release, or migrating from a legacy release to a newer OpenAM release.
Release levels, and how much change to expect in a maintenance, minor, or major release, are defined in Section A.1, "ForgeRock Product Release Levels" in the Administration Guide. Release levels are identified by version number.
1.1. Supported Upgrade Paths
ForgeRock supports upgrades from the following versions to this version of OpenAM:
Version | Upgrade Supported? |
---|---|
OpenAM 9.0.x | No |
OpenAM 9.5.x | No |
OpenAM 10.0.x | Yes |
OpenAM 11.0.x | Yes |
OpenAM 12.0.x | Yes |
For more information, see Checking your product versions are supported in the ForgeRock Knowledge Base.
1.2. Planning the Upgrade
How much you must do to upgrade OpenAM software depends on the magnitude of the differences between the version you currently use and the new version.
Maintenance releases have a limited effect on current functionality but contain necessary bug and security fixes. You should keep up to date with maintenance releases as the fixes are important and the risk of affecting service is minimal.
When upgrading to a new major or minor release, always plan and test the changes before carrying out the upgrade in production. Make sure you read release notes for intervening versions with care, identifying any changes likely to affect your deployment, and then plan accordingly.
These suggestions are true both for OpenAM server components, and also for policy agents.
To upgrade from an OpenAM server, use the Upgrade wizard. The OpenAM server
Upgrade wizard appears when you replace a deployed OpenAM server
.war
file with a newer version and browse to the deployment URL. The Upgrade
wizard brings the OpenAM configuration, including the version number, up to date with the new version.
The CLI counterpart of the Upgrade wizard is openam-upgrade-tool-13.0.0.jar,
which you install as described in Procedure 3.2, "To Set Up Configuration Tools" in the Installation Guide.
1.3. Upgrading & Policies
When upgrading from OpenAM 11.0.x, the upgrade process changes how OpenAM represents policies. Most earlier policies transform directly to the newer representation.
If however the upgrade process encounters problems during the transformation, it writes messages about the problems in the upgrade log. When you open a policy in the policy editor that caused problems during the upgrade process, the policy editor shows the issues, but does not let you fix them directly. Instead you must create equivalent, corrected policies in order to use them in OpenAM.
You should therefore plan to test policy upgrade before upgrading the service, and to correct any problems encountered before using the upgraded service.
For details on how to configure OpenAM policies, see Chapter 3, "Defining Authorization Policies" in the Administration Guide.
1.4. Best Practices for Upgrades
Be prepared before you begin an upgrade, even if the upgrade is for a maintenance release.
1.4.1. Route Around Servers During Downtime
Upgrading servers takes at least one of your OpenAM sites down while the server configurations are being brought up to date with the newer version. Plan for this site to be down, routing client applications to another site until the upgrade process is complete and you have validated the result. Make sure client application owners are well aware of the change, and let them know what to expect.
If you only have a single OpenAM site, make sure the downtime happens in a low usage window, and make sure you let client application owners plan accordingly.
During an upgrade you must restrict access to OpenAM Console: The Upgrade Wizard page does not require authorization; any user with access to OpenAM Console immediately after you deploy the new .war can therefore initiate the upgrade process.
1.4.2. Back Up the Deployment
Always back up your deployment before you upgrade, as you must be able to roll back should something go wrong during the upgrade process.
Backing up your configuration as described in Chapter 21, "Backing Up and Restoring OpenAM Configurations" in the Administration Guide is good for production environments.
In preparation for upgrading OpenAM servers and their configurations, also take LDIF backups of the configuration store data in the directory servers. If possible, stop servers before upgrading and take a file system backup of the deployed servers and also of their configuration directories as well. This can make it easier to roll back from a failed upgrade.
For example, if you deploy OpenAM server in Apache Tomcat under
/openam
, you might take a file system backup of the following directories for each OpenAM server./path/to/tomcat/webapps/openam/
~/openam/
~/.openamcfg/
When upgrading web policy agents, take a file system backup of the policy agent installation and configuration directories.
When upgrading Java EE policy agents, it can be easier to uninstall the new version and reinstall the old version than to restore from file system backup.
When upgrading tools, keep copies of any tools scripts that you have edited for your deployment. Also back up any trust stores used to connect securely.
1.4.3. Apply Customization Before Upgrading
Before you upgrade OpenAM servers, prepare a .war file that contains any customizations you require.
Customizations include any changes you have made to the OpenAM server installation, such as the following.
Plugins and extensions such as custom authentication modules, response attribute providers, post authentication plugins, SAML v2.0 attribute mappers, and OAuth 2.0 scope implementations
These are described in the Developer's Guide.
Customized JSPs, redesigned login or service pages, additional CSS and visual content, and modified authentication module callback files
These are described in the Chapter 5, "Customizing the OpenAM End User Pages" in the Installation Guide.
Any changes to OpenAM classes
Any changes or additional Java class libraries (such as .jar files in
WEB-INF/lib
1.4.4. Plan for Rollback
Sometimes even a well-planned upgrade operation fails to go smoothly. In such cases, you need a plan to roll back smoothly to the pre-upgrade version.
For OpenAM servers, you can roll back by restoring from file system backup. If you use an external configuration directory service, restore the old configuration from LDIF before restarting the old servers.
For web policy agents, you can roll back by restoring from file system backup. If you used configuration only available to newer agents, restore the pre-upgrade configuration before restarting the old agents.
For Java EE policy agents, uninstall the newer agents and reinstall the older agents, including the old configurations.
Chapter 2. Upgrading OpenAM Servers
This chapter covers upgrade from OpenAM core server 10.0.0 or later to the current version. For other OpenAM components, see Chapter 4, "Upgrading OpenAM Components".
OpenAM server upgrade relies on the Upgrade Wizard to make the necessary changes to the configuration store. You must then restart OpenAM or the container in which it runs. Even a version number change requires that you run the Upgrade Wizard, so needing to run the Upgrade Wizard says nothing about the significance of the changes that have been made to OpenAM. You must run the Upgrade Wizard even for maintenance releases.
Make sure you try upgrading OpenAM in a test environment before applying the upgrade in your production environment.
Important
If you are upgrading from an unsupported version of ${am.abbr} to a later version, you must first upgrade to a supported version. In some cases, you may need to upgrade again depending on the upgrade path. For more information about supported upgrade paths, see Section 2.6, "Supported Upgrade Paths" in the Release Notes.
Follow these steps to upgrade a site of OpenAM servers. For information on the versions of OpenAM that are supported for upgrade, see Section 2.6, "Supported Upgrade Paths" in the Release Notes.
During the upgrade process, you must take the OpenAM servers in the site out of production, instead redirecting client application traffic elsewhere. This is required because upgrade involves making changes to OpenAM's configuration model. If the upgrade fails, you must be able to roll back before the configuration changes impact other sites.
Important
Do not perform an upgrade by deploying the new version and then importing an existing configuration by running the ssoadm import-svc-config command. Importing an outdated configuration can result in a corrupted installation.
Prepare your customized OpenAM server .war file.
Back up the deployment.
Route client application traffic to another site during the upgrade.
For servers in the site, stop OpenAM, or if necessary stop the container where OpenAM runs.
For servers in the site, deploy your customized server .war file.
When you deploy the new .war file, you might have to delete working files left by the old installation. For example, if you deploy on Apache Tomcat, replacing
/path/to/tomcat/webapps/openam.war
, then also recursively delete the/path/to/tomcat/webapps/openam/
and/path/to/tomcat/work/Catalina/localhost/openam/
directories before restarting the server.For servers in the site, restart OpenAM or the container where it runs.
For the first server in the site, follow the instructions in the Upgrade Wizard.
Alternatively for a silent, unattended upgrade, you can use the
openam-upgrade-tool-13.0.0.jar
tool to upgrade the server configuration in a command-line script.First you must install the tool. The procedure, Procedure 3.2, "To Set Up Configuration Tools" in the Installation Guide, describes how to install the tool.
The upgraded server must be deployed and running when you use the tool.
The openam-upgrade-tool-13.0.0.jar relies on a properties file to upgrade OpenAM server.
$ cp sampleupgrade upgrade.properties $ vi upgrade.properties $ grep -v "^#" upgrade.properties SERVER_URL=http://openam.example.com:8080 DEPLOYMENT_URI=/openam ACCEPT_LICENSES=true
When the new OpenAM server .war file is deployed and running, you can upgrade by using the tool with the properties file.
$ java -jar openam-upgrade-tool-13.0.0.jar --file upgrade.properties Writing Backup; Done. Upgrading Services New service iPlanetAMAuthPersistentCookieService; Done. New service iPlanetAMAuthOpenIdConnectService; Done. New service OAuth2Provider; Done. New service iPlanetAMAuthDevicePrintModuleService; Done. New service crestPolicyService; Done. New service RestSecurity; Done. New service MailServer; Done. New service dashboardService; Done. New service iPlanetAMAuthOATHService; Done. Add Organization schema to sunFAMSAML2Configuration; Done. Upgrade sunAMAuthHOTPService; Done. Upgrade sunAMAuthADService; Done. Upgrade sunAMAuthOAuthService; Done. Upgrade iPlanetAMAuthCertService; Done. Upgrade sunIdentityRepositoryService; Done. Upgrade iPlanetAMPasswordResetService; Done. Upgrade iPlanetAMSessionService; Done. Upgrade iPlanetAMAuthService; Done. Upgrade iPlanetAMAuthLDAPService; Done. Upgrade sunAMAuthDataStoreService; Done. Upgrade AgentService; Done. New sub schema sunIdentityRepositoryService; Done. New sub schema AgentService; Done. Delete service sunFAMLibertyInteractionService; Done. Delete service sunFAMLibertySecurityService; Done. Creating entitlement application type crestPolicyService; Done. Creating entitlement application crestPolicyService; Done. Re-enabling Generic LDAPv3 Data Store; Done. Upgrading data store embedded; Done. Updating Platform Properties; Done. Writing Upgrade Log; Done. Upgrade Complete.
For additional information about the command-line tool, see the reference documentation for upgrade.jar(1) in the Reference.
(Optional) If you installed OpenAM using an external directory server as the configuration store, add an access control instruction (ACI) to the external directory to give the OpenAM administrative user server-side sorting privileges.
The ACI should be similar to the following:
aci: (targetcontrol="1.2.840.113556.1.4.473")(version 3.0;acl "Allow server-side sorting"; allow (read)(userdn = "ldap:/// uid=openam,ou=admins,dc=example,dc=com");)
See Section 1.5, "Preparing an External Configuration Data Store" in the Installation Guide for more information about using an external directory server as the OpenAM configuration store.
(Optional) If you want to configure the upgraded system for the Core Token Service (CTS), read Chapter 6, "Configuring the Core Token Service" in the Installation Guide. For a list of supported directory services, see the Section 2.4, "Data Store Requirements" in the Release Notes
Referral policies are not supported in OpenAM 13. If your OpenAM deployment has referral policies, the following warning message will appear when you upgrade your OpenAM server to OpenAM 13:
Referrals found that require removing
OpenAM will take the following actions during the upgrade:
Removing all referral policies from your OpenAM configuration.
Copying resource types and policy sets associated with removed referral policies to the realms targeted by the referral policies.
For example, suppose you had an OpenAM 12 deployment with a referral policy in realm A, and that referral policy referred to policies in realm B. During an upgrade, OpenAM would delete the referral policy in realm A and copy all the resource types and policy sets associated with the deleted referral policy from realm A to realm B.
After upgrading to OpenAM 13, you are responsible for reconfiguring OpenAM so that policy evaluation that previously depended upon referrals continues to function correctly. You might need to take one or both of the following actions:
Reconfiguring your policy agent with the realm and policy set [1] that contain policies to be evaluated when that agent requests a policy decision from OpenAM. Previously, you might have configured the agent to use a realm that contained a referral policy. Because referral policies are not supported in OpenAM 13, this is no longer possible.
For more information about configuring an agent with a realm and policy set, see Section 4.2, "Working With Realms and Policy Agents" in the Administration Guide.
Copying or moving a policy or a group of policies. OpenAM 13 has new REST API endpoints that let you copy and move policies. This functionality might be helpful when migrating away from policy deployments that use referral policies. For more information about the REST endpoints that let you copy and move policies, see Section 2.1.2.6.6, "Copying and Moving Policies" in the Developer's Guide.
Validate that the service is performing as expected.
Allow client application traffic to flow to the upgraded site.
After upgrade from OpenAM 11.0.x, all OAuth 2.0 client configurations inherit the default response types:
code
token
id_token
code token
token id_token
code id_token
code token id_token
For each OAuth 2.0 client configuration, edit the list of response types to remove any that are not supported or not required.
For each OAuth 2.0 client configuration, update the client password.
As part of a fix for OpenID Connect ID Token signing, the password storage format for OAuth 2.0 clients has changed. OpenAM now stores client passwords using reversible encryption. OpenAM 11.0 stores client passwords using a one-way hash algorithm, and therefore the passwords cannot be recovered.
You can update the client password by using either OpenAM console or the ssoadm update-agent command with the
--attributevalues
option to update the value of theuserpassword
attribute.
Chapter 3. Migrating Legacy Servers
Rather than upgrade legacy servers (running OpenSSO or Sun Access Manager, or an OpenAM version that is no longer supported), you instead manually migrate from your existing deployment to a new deployment.
For complex legacy deployments, ForgeRock can assist you in the migration process. Send mail to info@forgerock.com for more information.
Prepare your customized OpenAM server .war file.
Prepare a new deployment, installing servers from the new, customized .war file, starting with the instructions in Chapter 2, "Installing OpenAM Core Services" in the Installation Guide.
After installation, configure the new servers in the same way as the old servers, adapting as necessary.
You can use the ssoadm do-batch command to apply multiple changes with one command.
Validate that the new service is performing as expected.
Redirect client application traffic from the old deployment to the new deployment.
Chapter 4. Upgrading OpenAM Components
This chapter is concerned with upgrades for policy agents and OpenAM tools.
Back up the policy agent installation and configuration directories.
Also back up the configuration if it is stored centrally in OpenAM.
Redirect client traffic away from the protected application.
Stop the web server where the policy agent is installed.
Remove the old policy agent as described in the OpenAM Web Policy Agent User's Guide.
If the uninstallation process has changed, refer to the version of the Web Policy Agent Installation Guide that corresponds to your web policy agent.
Install the new policy agent using the existing configuration.
Start the web server where the policy agent is installed.
For new features, the policy agent uses the default configuration until you make changes.
Validate that the policy agent is performing as expected.
Allow client traffic to flow to the protected application.
Back up the policy agent installation and configuration directories.
Also back up the configuration if it is stored centrally in OpenAM.
Redirect client traffic away from the protected application.
Uninstall the old policy agent.
Install the new policy agent.
For new features, the policy agent uses the default configuration until you make changes.
Validate that the policy agent is performing as expected.
Allow client traffic to flow to the protected application.
Since OpenAM 10.1, the session tools are no longer needed. Upgrading other tools consists of installing new tools and customizing tools scripts as necessary.
Install new versions of the tools.
Apply any customizations you made to the scripts, referring to the old tools installation as necessary.
Once the new tools are working, you can delete the old tools.
Index
B
- backups, Back Up the Deployment
- best practices, Best Practices for Upgrades
C
- customizations, Apply Customization Before Upgrading
J
- Java EE policy agents
- upgrading, Upgrading OpenAM Components
L
- legacy servers
- migrating, Migrating Legacy Servers
O
- OpenAM
- components
- upgrading, Upgrading OpenAM Components
- Java EE policy agents
- upgrading, Upgrading OpenAM Components
- tools
- upgrading, Upgrading OpenAM Components
- upgrading, Upgrading OpenAM Servers
- upgrading 11.0.x, Upgrading OpenAM Servers
- upgrading supported versions, Upgrading OpenAM Servers
- web policy agents
- upgrading, Upgrading OpenAM Components
P
- policy
- changes during upgrade, Upgrading & Policies
R
- rollbacks, Plan for Rollback
T
- tools
- upgrading, Upgrading OpenAM Components
U
- upgrades
- about, About Upgrading OpenAM
- affecting policies, Upgrading & Policies
- and backups, Back Up the Deployment
- applying customizations, Apply Customization Before Upgrading
- best practices, Best Practices for Upgrades
- planning, Planning the Upgrade
- planning for rollbacks, Plan for Rollback
W
- web policy agents
- upgrading, Upgrading OpenAM Components