Hi, I setup Azure B2C for our portal. Signing in using the portal add-on works, as well as requesting a bearer token using Postman.
I populated an OData-Feed for incidents via portal configuration. Requesting that OData-Feed via browser url works. Using Postman however does not work.
Later we want to consume the OData-Feed from a third-party website using JavaScript-Code, so in advance I want to verify everything using Postman. When I request the OData-Feed, also sending a valid bearer token, I only get an error as result:
{ "odata.error": { "code": "", "message": { "lang": "en-US", "value": "An error has occurred." } } }
I found out others were getting this error as well (community.dynamics.com/.../214548), but this report is more than 2 years old.
Does the portal still have this bug?!