Open links in new tab
  1. AADSTS9002326: How to Fix Cross-Origin Token Redemption Error in React ...

    Oct 31, 2025 · In this guide, we’ll demystify the AADSTS9002326 error, explain why it happens in localhost environments, and provide a step-by-step solution using Webpack Proxy to bypass CORS …

  2. AADSTS9002326: Cross-origin token redemption is permitted only

    Jun 10, 2022 · I am trying to send cross origin request to get access token on my React spa app localhost. I got the first 'Access-Control-Allow-Origin' error, to solve it I defined proxy to webpack.

  3. AADSTS9002326: How to use Single-page App redirect urls

    May 6, 2021 · The next error I get is AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type. I haven't changed my SPA redirect URI and suddenly it …

  4. Cross-origin token redemption is permitted only for the 'Single-Page ...

    Jan 30, 2023 · To register multiple redirect URIs on localhost to test different flows during development, differentiate them using the path component of the URI. For example, http://localhost/MyWebApp …

  5. Token Generation from Azure AD Fails with Error AADSTS9002326

    Jul 6, 2021 · On the Production Client App, it returns an error when retrieving Token from Token endpoint and it read as: AADSTS9002326: Cross-origin token redemption is permitted only for the …

  6. Cross-origin token redemption is permitted only for the 'Single-Page ...

    Feb 16, 2024 · Explanation of the error: The error we're encountering, AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type, indicates that your …

  7. ios - AADSTS9002326: Cross-origin token redemption is permitted only ...

    Mar 21, 2024 · The error " Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type " usually occurs if the Microsoft Entra ID application is not configured as SPA …

  8. AZURE API : AADSTS9002326: Cross-origin token redemption is permitted ...

    Jun 9, 2023 · To resolve the error, make sure to configure the Azure AD Application as SPA like below: After the above changes, I am able to get the access token successfully like below:

  9. Cross-origin token redemption is permitted only for the 'Single-Page ...

    Mar 5, 2024 · As part of an ongoing optimization effort, we are planning to eliminate the middle layer and directly invoke APIs from Angular to nvasion API. However, during this transition, I encountered an …

  10. Error while login with Microsoft Active directory using Reactjs ...

    Nov 28, 2023 · I am attempting to log in with Microsoft using ReactJS with Client ID and Tenant ID. It is functioning correctly for one of my applications, but it is displaying an error for the other application.