<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Identity Broker on Cosmin.us</title><link>https://cosmin.us/tags/identity-broker/</link><description>Recent content in Identity Broker on Cosmin.us</description><generator>Hugo</generator><language>en-US</language><dc:creator>Cosmin Trif</dc:creator><lastBuildDate>Wed, 09 Sep 2026 03:00:00 +0000</lastBuildDate><atom:link href="https://cosmin.us/tags/identity-broker/index.xml" rel="self" type="application/rss+xml"/><item><title>Upgrading VCF Identity Broker to 9.1.1 Step by Step</title><link>https://cosmin.us/upgrading-vcf-identity-broker-to-9-1-1-step-by-step/</link><pubDate>Wed, 09 Sep 2026 03:00:00 +0000</pubDate><dc:creator>Cosmin Trif</dc:creator><guid>https://cosmin.us/upgrading-vcf-identity-broker-to-9-1-1-step-by-step/</guid><description>&lt;p&gt;With VCF 9.1.1 released on September 3, 2026, I continued patching the management services in my lab. This post is a follow-up to my &lt;a href="https://cosmin.us/upgrading-vcf-9-1-management-services-to-9-1-0-0400-step-by-step/"&gt;VCF 9.1 management services upgrade walkthrough&lt;/a&gt; and covers &lt;strong&gt;VCF Identity Broker&lt;/strong&gt; through VCF Operations.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/release-notes/vmware-cloud-foundation-9-1-1-0-release-notes.html"&gt;VCF 9.1.1 release notes&lt;/a&gt; are the source for the release scope, upgrade sequence, dependencies, and known issues. The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/release-notes/vmware-cloud-foundation-9-1-1-0-release-notes/vcfoperations-9-1-1-0-release-notes.html"&gt;VCF Operations 9.1.1 release notes&lt;/a&gt; list the Identity Broker target build as &lt;strong&gt;25679886&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In VCF 9.1, Identity Broker is a VCF management service hosted by the VCF services runtime. The supported lifecycle workflow is &lt;strong&gt;Build -&amp;gt; Lifecycle -&amp;gt; VCF Management -&amp;gt; Upgrade&lt;/strong&gt;. This walkthrough covers a 9.1.0.x maintenance upgrade. If you are coming from an older VCF or VMware Identity Manager deployment, follow the applicable migration or upgrade procedure first; this is not a replacement for that transition workflow.&lt;/p&gt;</description><content:encoded>&lt;p&gt;With VCF 9.1.1 released on September 3, 2026, I continued patching the management services in my lab. This post is a follow-up to my &lt;a href="https://cosmin.us/upgrading-vcf-9-1-management-services-to-9-1-0-0400-step-by-step/"&gt;VCF 9.1 management services upgrade walkthrough&lt;/a&gt; and covers &lt;strong&gt;VCF Identity Broker&lt;/strong&gt; through VCF Operations.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/release-notes/vmware-cloud-foundation-9-1-1-0-release-notes.html"&gt;VCF 9.1.1 release notes&lt;/a&gt; are the source for the release scope, upgrade sequence, dependencies, and known issues. The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/release-notes/vmware-cloud-foundation-9-1-1-0-release-notes/vcfoperations-9-1-1-0-release-notes.html"&gt;VCF Operations 9.1.1 release notes&lt;/a&gt; list the Identity Broker target build as &lt;strong&gt;25679886&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In VCF 9.1, Identity Broker is a VCF management service hosted by the VCF services runtime. The supported lifecycle workflow is &lt;strong&gt;Build -&amp;gt; Lifecycle -&amp;gt; VCF Management -&amp;gt; Upgrade&lt;/strong&gt;. This walkthrough covers a 9.1.0.x maintenance upgrade. If you are coming from an older VCF or VMware Identity Manager deployment, follow the applicable migration or upgrade procedure first; this is not a replacement for that transition workflow.&lt;/p&gt;
&lt;h2 id="versions-in-this-upgrade"&gt;Versions in This Upgrade&lt;/h2&gt;
&lt;p&gt;These are the versions reported by the VCF Operations UI in my lab:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Component&lt;/th&gt;
					&lt;th&gt;Current Version&lt;/th&gt;
					&lt;th&gt;Target Version&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Identity Broker&lt;/td&gt;
					&lt;td&gt;9.1.0.0100.25522734&lt;/td&gt;
					&lt;td&gt;9.1.1.0.25679886&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The target build matches the Identity Broker entry in the VCF Operations 9.1.1 release notes.&lt;/p&gt;
&lt;h2 id="before-you-begin"&gt;Before You Begin&lt;/h2&gt;
&lt;p&gt;For an existing &lt;strong&gt;9.1.0.x&lt;/strong&gt; environment, upgrade &lt;strong&gt;Fleet Lifecycle to 9.1.1.0 before any other VCF component&lt;/strong&gt;. The release notes also require &lt;strong&gt;VCF Services Runtime&lt;/strong&gt; to be upgraded to 9.1.1 before Identity Broker or Salt RaaS. In my lab Fleet Lifecycle and the runtime were already on 9.1.1 when I ran this operation. I documented the runtime upgrade in &lt;a href="https://cosmin.us/upgrading-vcf-services-runtime-to-9-1-1-step-by-step/"&gt;Upgrading VCF Services Runtime to 9.1.1 Step by Step&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Before starting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the VCF management-services backup configuration is present and reachable under &lt;strong&gt;Build -&amp;gt; Lifecycle -&amp;gt; VCF Management -&amp;gt; Backup &amp;amp; Restore&lt;/strong&gt;. Keep the backup encryption passphrase available for a restore.&lt;/li&gt;
&lt;li&gt;Take an on-demand component backup and verify that it completed successfully before patching Identity Broker. The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/fleet-management/backup-and-restore-of-cloud-foundation.html"&gt;VCF management backup and restore documentation&lt;/a&gt; describes the supported workflow.&lt;/li&gt;
&lt;li&gt;Check VCF services runtime and hosted-service health before starting, including node CPU, memory, and disk utilization. Identity Broker depends on that runtime for its control plane and storage.&lt;/li&gt;
&lt;li&gt;Confirm that lifecycle metadata is current and that the 9.1.1 binaries are available in the configured software depot. For a disconnected environment, prepare the binaries with the &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/lifecycle-management/binary-management-for-vmware-cloud-foundation.html"&gt;VCF Download Tool&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Make sure no other management-component upgrade or patch operation is running. The &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/lifecycle-management/using-the-depot-configuration-tab/upgrade-a-vcf-management-component.html"&gt;individual-component procedure&lt;/a&gt; says another management-component operation cannot run while a component operation is in progress.&lt;/li&gt;
&lt;li&gt;Plan a maintenance window. Identity Broker provides SSO, so expect authentication to be unavailable or interrupted while its services are restarted. Record the SSO login and directory integrations you want to test afterward.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The VCF Operations page can also display a warning that VCF Operations must be patched independently from the other management components. If that warning is present, finish that patch and wait for it to complete before starting Identity Broker.&lt;/p&gt;
&lt;h2 id="selecting-identity-broker"&gt;Selecting Identity Broker&lt;/h2&gt;
&lt;p&gt;Log in to VCF Operations with an Administrator account and go to &lt;strong&gt;Build -&amp;gt; Lifecycle -&amp;gt; VCF Management -&amp;gt; Upgrade&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Set the target VCF version to &lt;strong&gt;9.1.1.&lt;/strong&gt;* if it is not already selected. If the release is not listed, use &lt;strong&gt;Sync&lt;/strong&gt; to refresh the lifecycle metadata and wait for that task to finish before checking again.&lt;/p&gt;
&lt;p&gt;Filter the component list for &lt;strong&gt;identity&lt;/strong&gt; and select &lt;strong&gt;Identity broker&lt;/strong&gt; for the VCF instance you want to patch. In my lab the instance was &lt;strong&gt;instance-a&lt;/strong&gt;. Expand &lt;strong&gt;Check Required Binaries&lt;/strong&gt; and resolve any missing binary before continuing.&lt;/p&gt;
&lt;p&gt;The upgrade path should read &lt;strong&gt;9.1.0.0100.25522734 -&amp;gt; 9.1.1.0.25679886&lt;/strong&gt;. The screenshot below shows Fleet Lifecycle on 9.1.1, the 9.1.1 target, and Identity Broker ready for upgrade.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/001-capture-001.webp" alt="VCF Operations VCF Management Upgrade page showing Fleet Lifecycle at 9.1.1.0.25713934 and Identity Broker instance-a ready to upgrade from 9.1.0.0100.25522734 to 9.1.1.0.25679886." width="1664" height="699" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;h2 id="running-the-prechecks"&gt;Running the Prechecks&lt;/h2&gt;
&lt;p&gt;With only Identity Broker selected, click &lt;strong&gt;Run Prechecks (1)&lt;/strong&gt;. Open &lt;strong&gt;Precheck details&lt;/strong&gt; and wait for the &lt;strong&gt;Identity broker Precheck Workflow&lt;/strong&gt; to finish.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/003-capture-003.webp" alt="Identity Broker precheck workflow in progress while its binaries are staged in the VCF services runtime." width="1128" height="545" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;When the precheck completes, review the &lt;strong&gt;Prechecks&lt;/strong&gt; tab and confirm that the overall result is &lt;strong&gt;Passed&lt;/strong&gt;. In my run, the checks covered package staging, the vCenter connection, the database upgrade, the VCF services platform version, and the single-component backup requirement.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/004-capture-004.webp" alt="Completed Identity Broker Precheck Workflow showing a Passed result and all listed checks passed." width="1131" height="540" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;Return to the component list and confirm that Identity Broker is &lt;strong&gt;Ready for upgrade&lt;/strong&gt;. Do not start the upgrade while the precheck is still running. If a check fails, open its details, fix the reported issue, and run the precheck again.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/005-capture-005.webp" alt="Identity Broker selected with the 9.1.1.0.25679886 upgrade path and Ready for upgrade status after the precheck completed." width="1090" height="152" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;h2 id="starting-the-upgrade"&gt;Starting the Upgrade&lt;/h2&gt;
&lt;p&gt;Click &lt;strong&gt;Upgrade&lt;/strong&gt; on the Identity Broker row. The status changes to &lt;strong&gt;Upgrade in progress&lt;/strong&gt;. Open &lt;strong&gt;Upgrade details&lt;/strong&gt; to follow the workflow.&lt;/p&gt;
&lt;p&gt;The workflow runs through these subtasks:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set Identity Broker upgrade context for the workflow.&lt;/li&gt;
&lt;li&gt;Stage the Identity Broker plugin in the VCF services runtime.&lt;/li&gt;
&lt;li&gt;Run the Identity Broker prechecks.&lt;/li&gt;
&lt;li&gt;Stage the Identity Broker package in the VCF services runtime.&lt;/li&gt;
&lt;li&gt;Prepare Identity Broker for upgrade.&lt;/li&gt;
&lt;li&gt;Perform the Identity Broker upgrade.&lt;/li&gt;
&lt;li&gt;Run the inventory sync after the Identity Broker upgrade.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The task details show the plugin staging and component-stage prechecks while the upgrade is in progress.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/007-capture-007.webp" alt="Identity Broker upgrade workflow in progress while the plugin is staged in the VCF services runtime." width="1124" height="586" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;The workflow in my lab started at &lt;strong&gt;7:52 PM&lt;/strong&gt; and completed at &lt;strong&gt;9:18 PM&lt;/strong&gt;, for a total workflow time of about &lt;strong&gt;1 hour and 26 minutes&lt;/strong&gt;. That is the task duration shown in my lab, not a promise about service downtime in another environment. Wait for the final inventory sync and confirm that the overall task is &lt;strong&gt;Completed&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/008-capture-008.webp" alt="Completed Identity Broker upgrade workflow showing all seven subtasks completed." width="1127" height="618" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;h2 id="verifying-the-new-version"&gt;Verifying the New Version&lt;/h2&gt;
&lt;p&gt;Go to &lt;strong&gt;Build -&amp;gt; Lifecycle -&amp;gt; VCF Management -&amp;gt; Components&lt;/strong&gt; and open the &lt;strong&gt;Identity Broker&lt;/strong&gt; component for the instance you upgraded.&lt;/p&gt;
&lt;p&gt;Under &lt;strong&gt;Summary&lt;/strong&gt;, verify that the status is &lt;strong&gt;Running&lt;/strong&gt; and the version is &lt;strong&gt;9.1.1.0.25679886&lt;/strong&gt;. In my lab the deployment size was &lt;strong&gt;Small&lt;/strong&gt;, it was managed by the &lt;strong&gt;VCF services runtime&lt;/strong&gt;, and the managed link was &lt;strong&gt;VCF SSO&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://cosmin.us/images/2026/09/vcf-identity-broker-9-1-1-upgrade/009-capture-009.webp" alt="Identity Broker component summary showing Running status, version 9.1.1.0.25679886, Small size, and VCF services runtime management." width="473" height="405" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;After the component reports &lt;strong&gt;Running&lt;/strong&gt;, validate the authentication path that matters in your environment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sign in to VCF Operations with the configured SSO identity provider.&lt;/li&gt;
&lt;li&gt;Test a directory user and a group-based role assignment.&lt;/li&gt;
&lt;li&gt;Confirm that the expected groups and permissions are still available.&lt;/li&gt;
&lt;li&gt;Test representative VCF component logins and any applications that use the Identity Broker integration.&lt;/li&gt;
&lt;li&gt;Check &lt;strong&gt;VCF Management -&amp;gt; Tasks&lt;/strong&gt; for failed or partially completed tasks, and review VCF services runtime and Identity Broker health.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Treat the lifecycle task and the login checks as separate validations. A completed task confirms that the package workflow finished; successful SSO tests confirm that the broker is serving authentication correctly in your environment.&lt;/p&gt;
&lt;p&gt;Once the component and authentication path have been validated, keep or expire the backup artifacts according to your retention policy. I also recommend clearing the browser cache before using the updated VCF Operations interface.&lt;/p&gt;
&lt;p&gt;Identity Broker in my lab is now on &lt;strong&gt;9.1.1.0.25679886&lt;/strong&gt;. If this is part of a larger VCF 9.1.1 maintenance run, continue with the remaining components in the order and dependency boundaries documented in the &lt;a href="https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/release-notes/vmware-cloud-foundation-9-1-1-0-release-notes.html"&gt;VCF 9.1.1 release notes&lt;/a&gt;.&lt;/p&gt;
&lt;!-- Editorial review, 2026-09-09:
Broadcom's VCF 9.1.1 release notes, VCF Operations 9.1.1 component
release notes, and the individual-component lifecycle procedure were reviewed
on September 9, 2026. The supplied captures were reviewed for duplicate or
lower-value views. Captures 001, 003, 004, 005, 007, 008, and 009 are used here
because they establish the target/source builds, precheck progress, passed
precheck, ready state, in-progress workflow, completed workflow, and final
Running state. Captures 002 and 006 are narrow status-row views that repeat
those states and are omitted. The images are lossless WebP conversions with no
visual edits. The captures establish the task times and final version, but they
do not establish backup completion or service downtime, so those are written as
prerequisites and validation guidance. The workflow is intentionally run one
component at a time in this walkthrough.
--&gt;</content:encoded></item></channel></rss>