We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Hi, that is the value of scope you would have created in AD B2C. If you check the 'Expose API' section in the above blog post, it describes how to create the scope. That REACT_APP_ADB2C_TOKEN_SCOPES is in the .env file and hence it is prefixed with REACT_APP for it to work with the React app. Hope this helps.
Hello, I've repeated the whole lesson, but I'm being asked REACT_APP_ADB2C_TOKEN_SCOPES, it doesn't say anything about that here in the article. What should I write there? Please tell me.
I tried this, but it doesn't fit:
https://{YOUR_TENANT_NAME}.onmicrosoft.com/weatherforecasts/ read_data
Thanks!
Hello, what should be "REACT_APP_ADB2C_TOKEN_SCOPES" ? Thanks