azureazure-active-directorysingle-sign-on

AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption


I created a spa application owned by my organization only, but there was a problem when I requested code. How can I resolve it?

enter image description here


Solution

  • I can reproduce your problem, you have to add the redirect URL under the web (not single page application). After that, you will be able to use the auth code flow to get the code.

    enter image description here

    Similar problem,see: here and here and here.