Starburst Login Fails in Incognito Mode with Trace ID Not Found in Azure Sign-in Logs

Nikhil Reddy Pothukolu 0 Reputation points
2026-09-16T15:33:36.8533333+00:00

Title

Azure AD SSO Issue: Starburst Login Fails in Incognito Mode with Trace ID Not Found in Azure Sign-in Logs

Question

Hello Team,

We are experiencing an intermittent authentication issue with Starburst Enterprise connected to Microsoft Entra ID (Azure AD) SSO.

Scenario

Starburst is configured for Azure AD / Entra ID authentication.

When users access Starburst from a regular browser session, authentication succeeds without issue.

When users access the same Starburst URL using an Incognito/InPrivate browser session, authentication fails and Starburst displays an authentication error along with a Trace ID and Correlation ID.

However, when searching Azure Entra ID:

  • Sign-in Logs
    • Audit Logs
      • Conditional Access Insights
      we are unable to find any corresponding entry for the reported Trace ID or Correlation ID.

Observations

  1. Login works successfully after authenticating through a normal browser session.
  2. Login consistently fails in Incognito/InPrivate mode.
  3. The Trace ID shown in the error page is not visible in Azure Sign-In Logs.
  4. No obvious Conditional Access policy blocks are being reported.
  5. Starburst is front-ended by Azure AD SSO using OpenID Connect.

Questions

  1. Under what circumstances would Azure AD return a Trace ID that does not appear in Sign-In Logs?
  2. Can an authentication request be rejected before it reaches the stage where a Sign-In Log is generated?
  3. Are there known issues with OpenID Connect authentication flows, third-party cookies, SameSite cookie settings, or browser storage restrictions that specifically impact Incognito/InPrivate sessions?
  4. Is there a recommended way to trace failed authentication attempts that do not appear in Azure Sign-In Logs?
  5. Are there specific Entra ID diagnostic logs or troubleshooting tools that can help identify whether the failure is occurring:
    • At the browser level
      • At the application (Starburst) level
        • At the Entra ID authorization endpoint level

Environment

  • Identity Provider: Microsoft Entra ID (Azure AD)
  • OPenshift
  • Application: Starburst Enterprise
  • Authentication Protocol: OpenID Connect (OIDC)
  • Browser: Multiple browsers tested
  • Issue observed only in Incognito/InPrivate mode

Any guidance on additional logging, diagnostic settings, or known Entra ID behavior related to Incognito authentication flows would be greatly appreciated.

Thank you.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

2 answers

Sort by: Newest
  1. Nikhil Reddy Pothukolu 0 Reputation points
    2026-09-17T17:09:49.5433333+00:00

    Too Detailed but need on call support

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-16T15:34:05.7066667+00:00

    Yes. An authentication request can fail before a usable Microsoft Entra sign-in log entry is available, especially when browser cookies are unavailable or not handled correctly.

    For this scenario, the strongest supported explanation is the Incognito/InPrivate browser behavior itself:

    1. Incognito/InPrivate can prevent Entra cookies from being fully available Microsoft documents that when cookies are not correctly provided to Microsoft Entra ID, this can happen because of privacy features, browser-specific behavior, or InPrivate/Incognito mode. When that occurs, users can see:
      • SSO not working as expected
      • unexpected confirmation or consent dialogs
      • sign-out failures
    2. This aligns with the observed pattern Since regular browsing works and Incognito/InPrivate fails across browsers, the issue is consistent with browser privacy restrictions affecting the OIDC sign-in flow rather than a general Entra tenant misconfiguration.
    3. Third-party app or browser session handling can fail before useful Entra logging is visible The available guidance does not document every reason a Trace ID might be missing from Sign-in Logs, but it does show that browser-side cookie handling problems and unsupported authentication libraries can break authentication behavior before the normal SSO experience completes.
    4. Check whether the app depends on browser extension or private-mode unsupported behavior Microsoft also documents for password-based SSO that private browsing modes can break sign-in because required browser support is unavailable in Incognito/InPrivate. Although that article is for password-based SSO, it reinforces the broader point that private browsing can block required browser state.
    5. Use supported client libraries and supported browsers Microsoft recommends supported browsers and supported client authentication libraries such as MSAL so cookies are handled correctly and authentication and sign-out flows operate as designed. If Starburst is using a non-MSAL or custom OIDC implementation, that is an important area to validate.
    6. If the app ever starts on HTTP, enforce HTTPS Microsoft documents an OIDC infinite redirection issue when an app is accessed over HTTP because the authentication cookie is marked secure and is not sent on HTTP requests. HTTPS avoids that issue. A workaround exists to allow cookies over HTTP, but it is not recommended for production because it reduces security.
    7. Recommended troubleshooting path
      • Reproduce the failure only in Incognito/InPrivate and compare with a normal session.
      • Verify the Starburst OIDC integration uses a supported authentication library and does not rely on blocked third-party cookie behavior.
      • Confirm the full authentication flow is HTTPS only.
      • In the Microsoft Entra admin center, check Identity > Monitoring & health > Sign-in logs and filter by the affected user and failure timeframe.
      • For each failed entry that does exist, review:
        • Sign-in error code
        • Conditional Access tab
        • Authentication Details tab
      • If no entry exists for the reported Trace ID, focus investigation on browser-level restrictions and the application’s OIDC implementation, because the failure may be occurring before a normal Entra sign-in record is produced.
    8. Best-supported conclusion for this case The most directly supported cause is that Incognito/InPrivate mode is restricting cookies or browser state required by the Entra OIDC flow. That can break SSO for third-party applications and can make troubleshooting harder when the failure does not complete as a normal sign-in event.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.