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

Viewed 41382

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

1 Answers

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.

Related