The Salesforce Spring '26 release is rolling out now, and while it brings exciting features like enhanced Agentforce capabilities and LWC improvements, it also includes several enforced changes that could break your org if you're not prepared.
For Salesforce administrators and technical teams at regulated organizations—whether in financial services, healthcare, insurance, or other compliance-driven industries—these enforced updates demand immediate attention. Unlike optional features you can evaluate at your leisure, enforced changes will affect your org whether you're ready or not.
This comprehensive guide covers the three most critical release updates you must address before go-live, along with practical steps to test and remediate any issues. We'll focus specifically on what matters for organizations in regulated industries where system availability and audit compliance aren't just nice-to-haves—they're requirements.
Before diving into the specifics, let's understand when these changes will affect your org:
| Milestone | Date | What Happens |
|---|---|---|
| Sandbox Preview | January 9, 2026 | Test enforced changes in sandbox |
| Production Weekend 1 | January 16-17, 2026 | First production orgs upgraded |
| Production Weekend 2 | February 14-15, 2026 | Second wave of production orgs |
| Production Weekend 3 | February 21-22, 2026 | Final production orgs upgraded |
| SAML SSO Enforcement | February 9, 2026 | Device activation required for SAML |
Pro Tip: Check your org's exact upgrade date at Trust Status by searching for your instance name.
Salesforce introduced Enhanced Domains back in Spring '23, automatically redirecting legacy (non-enhanced) hostnames to new formats. In Spring '26, these redirections stop permanently.
This means any legacy URLs still in use will simply fail—no redirect, no grace period, just broken links and errors.
| Component | Legacy Format | Enhanced Format |
|---|---|---|
| Login URL | login.salesforce.com |
MyDomainName.my.salesforce.com |
| Visualforce | MyDomainName--c.visualforce.com |
MyDomainName--c.vf.force.com |
| Experience Cloud | MyDomainName.force.com |
MyDomainName.my.site.com |
| Content Files | c.cs123.content.force.com |
MyDomainName--c.file.force.com |
For financial services, healthcare, and other regulated industries, legacy URLs often lurk in:
Step 1: Run the My Domain Redirection Report
Navigate to Setup → My Domain → Deployment Guidelines → See how your hostname changes affect your org to generate a comprehensive report of affected components.
Step 2: Search Your Codebase
Use VS Code or your preferred IDE to search across your entire codebase for these legacy patterns:
*.visualforce.com*.force.com (not including *.my.site.com or *.lightning.force.com)c.cs*.content.force.comlogin.salesforce.com (should be your My Domain instead)Step 3: Update External Systems
Work with your integration team to update API endpoints, OAuth callback URLs, and SAML assertion consumer service URLs in your identity provider.
Step 4: Communicate Changes
Notify users to update bookmarks and communicate new URLs through your change management process—critical for organizations with compliance documentation requirements.
Starting in early 2026, Salesforce enforces Device Activation for Single Sign-On logins that don't meet specific security criteria. The rollout schedule:
When enforced, users logging in via SSO from unrecognized devices will receive a device activation prompt—even if they've authenticated through your corporate identity provider.
For organizations bound by SEC, FINRA, HIPAA, or other regulatory frameworks:
Users will NOT receive device activation prompts if any of these conditions are met:
Option 1: Configure Your IdP to Assert Secure Authentication
Your identity provider must send an Authentication Method Reference (AMR) or AuthnContext that Salesforce recognizes as secure:
For OIDC:
AMR values: face, fpt, hwk, iris, mfa, retina, sc, pop, swk
For SAML:
AuthnContext: MobileTwoFactorContract, PublicKey, PGP,
Smartcard, TimeSyncToken, PKI, Mfa, Fido, multipleauthn
Option 2: Use Narrow Trusted IP Ranges
Configure org-level and profile-level login IP ranges that cover your corporate network and VPN. The combined ranges must be within IPv4: 2^24 (16,777,216) addresses total.
Option 3: Previously Activated Devices
Devices with the sfdc_lv2_platform cookie (valid for one year) skip activation. Users who have previously activated will continue accessing without prompts until their cookie expires.
Okta Configuration:
MFA claim or configure authentication policy to send AMRAzure AD (Entra ID) Configuration:
AuthenticationMethodsReferences mapping to the appropriate valuePing Identity Configuration:
Starting in Spring '26, Salesforce automatically escapes the label attribute of <apex:inputField> elements to prevent cross-site scripting (XSS) attacks. This security enhancement, first introduced in Spring '23, is now enforced.
If your Visualforce pages rely on custom labels containing HTML markup or special characters, those characters will now be escaped and display literally rather than rendering as HTML.
What Changed: The ability to create new connected apps is now disabled by default in all Salesforce orgs.
Impact: Developers and integration teams must have explicit admin approval to create connected apps, or use the newer External Client Apps feature instead.
For Compliance Teams: This actually improves security posture by preventing unauthorized OAuth integrations. Document this change in your security policies.
What Changed: As of February 16, 2026, you can no longer send session IDs in outbound messages.
Impact: Any workflow rules or processes that send session IDs to external systems will need to migrate to OAuth-based authentication.
Use this checklist to ensure your organization is ready for Spring '26:
<apex:inputField> elementsAny legacy URLs still in use will fail without redirection. Users clicking old bookmarks will see errors, integrations will break, and SSO flows using legacy URLs will fail. There's no grace period after enforcement—the redirections simply stop.
Not necessarily. Users who previously activated their devices (within the past year) and whose identity provider sends the appropriate MFA assertion will continue accessing Salesforce without additional prompts. Only users on truly unrecognized devices without IdP MFA assertion will see activation requests.
Test in your sandbox environment. Attempt an SSO login from a private/incognito browser window (which won't have the device cookie). If you're not prompted for device activation, your IdP is correctly asserting secure authentication.
No, device activation applies only to interactive user logins. API integrations using OAuth or session tokens are not affected by this change.
Each identity provider must be configured to send the appropriate security assertion. Test SSO flows from each IdP in your sandbox before production rollout.
Sandbox environments received these updates in January 2026 for preview. Use your sandbox to test all enforced changes before your production instance upgrades.
Visit status.salesforce.com, search for your instance name (found in Setup → Company Information), and check the maintenance calendar for your Spring '26 upgrade date.
The Salesforce Spring '26 release brings significant enforced changes that require proactive preparation, especially for organizations in regulated industries. The end of legacy hostname redirections, new SSO device activation requirements, and Visualforce security enhancements will affect your org—the only question is whether you're ready.
Your action plan:
Don't wait until production rollout to discover issues. The time to prepare is now.
Vantage Point specializes in helping regulated organizations manage Salesforce releases with confidence. Our team has deep expertise in financial services, healthcare, and insurance compliance requirements.
Whether you need help auditing your legacy URLs, configuring your identity provider for the new SSO requirements, or ensuring your integrations are ready for Spring '26, we're here to help.
Contact us today to schedule a Spring '26 readiness assessment: vantagepoint.io
Vantage Point is a boutique Salesforce consultancy specializing in regulated industries including financial services, healthcare, and insurance. We combine deep platform expertise with industry-specific compliance knowledge to deliver solutions that meet both business and regulatory requirements. Our services include Salesforce implementation, Health Cloud and Financial Services Cloud optimization, MuleSoft integration, and Data Cloud activation.
Visit us at vantagepoint.io