Access now correctly preserves URL fragment characters (/, ?, =, &, ;) when redirecting users back to an application after login. Previously, these characters were encoded with encodeURIComponent, which mangled fragment-based routes used by single-page applications (SPAs).
For example, an SPA URL like https://app.example.com/#/dashboard?tab=settings&view=advanced would previously redirect to a broken URL after login. This is now handled correctly.
If your SPA users were experiencing broken navigation after authenticating through Access, this fix resolves the issue without any configuration changes.
Source: Cloudflare
Latest Posts
- Amazon ECS now provides real-time deployment observability in the AWS Management Console

- ECS Service Connect now supports Zone-Aware routing

- MC1411727: Copilot Notebooks Adds AI-Powered Artifact Suggestions for Faster Content Creation

- MC1411726: SharePoint Online Retires Remote Event Receivers and Recommends Migration to Webhooks or Microsoft Graph Notifications






