logo
search
Sign-in & Login Problems

Fix Zendesk SAML SSO Redirecting to JSON Login in Microsoft My Apps

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user needs to troubleshoot a Zendesk SAML single sign-on configuration that redirects to a JSON login page when accessed via the Microsoft My Apps portal.

Product
Microsoft Entra ID (Zendesk SSO)
Device & OS
not provided
Scenario
Launching Zendesk through the Microsoft My Apps portal using SAML SSO.
Observed behavior
The SSO configuration works correctly through a direct link, but redirects the user to an unexpected JSON login page when launched from the Microsoft My Apps portal.
Before you start

Ensure you have administrator access to both your Microsoft Entra ID (formerly Azure AD) portal and your Zendesk admin center to review SSO configurations and reply URLs.

Solution 1Recommended

Verify Microsoft Entra ID Application Configuration

Check the SAML settings in Microsoft Entra ID to ensure the Reply URL and Sign-on URL are correctly formatted for Zendesk's Identity Provider-initiated login.

When an application works via a direct link but fails from the My Apps portal, it usually indicates a mismatch between Service Provider-initiated (SP-initiated) and Identity Provider-initiated (IdP-initiated) SSO settings.

1
Access Entra ID Admin Center

Log in to the Microsoft Entra admin center as a Cloud Application Administrator.

2
Locate Zendesk Application

Navigate to 'Identity' > 'Applications' > 'Enterprise applications' and select your Zendesk application from the list.

3
Edit SAML Settings

Click on 'Single sign-on' in the left menu and click 'Edit' in the Basic SAML Configuration section.

4
Verify Reply URL

Ensure the 'Reply URL (Assertion Consumer Service URL)' exactly matches the expected Zendesk SSO URL provided in Zendesk's SAML setup documentation.

5
Check Sign-on URL

Verify that the 'Sign-on URL' is configured correctly. For IdP-initiated SSO from the My Apps portal, leaving this blank or explicitly setting it according to Zendesk's Entra ID guide is required to prevent incorrect routing.

Free Microsoft Office alternative

Looking for a simpler workspace? Try WPS Office

While you are troubleshooting complex enterprise integrations like Microsoft Entra ID and SAML SSO, you can simplify your daily document management with WPS Office. It provides a lightweight, comprehensive productivity suite that requires minimal configuration and operates seamlessly across all your devices.

  1. 1. Download the Installer: Visit the official WPS Office website to download the free installer for your operating system.
  2. 2. Install WPS Office: Run the downloaded file and follow the straightforward on-screen instructions to complete the installation.
  3. 3. Start Creating: Open WPS Office to immediately start creating, editing, and managing your Office documents without complex logins.
Fully compatible with Microsoft Word, Excel, and PowerPoint file formats.Lightweight design that installs quickly without complex enterprise deployment requirements.User-friendly interface featuring a seamless tabbed workspace for all document types.Built-in PDF editing, conversion, and powerful document collaboration tools.
microsoft office alternative - wps office

Frequently Asked Questions

Why does my SAML SSO work from a direct link but fail from Microsoft My Apps?

Direct links typically use Service Provider (SP)-initiated SSO, while clicking the app in the My Apps portal uses Identity Provider (IdP)-initiated SSO. If the application's Basic SAML Configuration in Entra ID (like the RelayState or Sign-on URL) is misconfigured for IdP flows, the login will fail or redirect incorrectly.

What does it mean when Zendesk redirects to a JSON login page?

A JSON redirect usually indicates that the SAML assertion was not formatted correctly, or Zendesk is interpreting the incoming login request from the Identity Provider as an API call rather than a standard web browser login session.

How can I capture a SAML trace to troubleshoot login issues?

You can use browser extensions like SAML-tracer or the network tab in your browser's developer tools (F12). Start recording, reproduce the login error, and then inspect the SAML request and response payloads to identify missing or incorrect attributes.