Hi,
I have an app that I've registered through Azure so I have a tenant id and I've created api's for it. Through Postman everything works perfectly but I'm in the process of creating a React application to use those API's and I keep getting 401's. If I go to Postman and grab the "Fetch javascript" code and copy it into my React app, it works, but when I try to authenticate within React I get the 401's. The only thing I can think of is I have a client secret set in the Azure app which Postman uses, but I haven't been able to find where I need to put that within my React application.
Is there a tutorial somewhere that explains how to set all this up? I've read through the Github tutorial but I didn't see the answer.
Thanks.


Report
All responses (
Answers (