Follow up to other question posted here:
Azure microservices: authenticating downstream APIs from B2C to Azure AD, how to configure AD?
All our apps and microservices are hosted in a AKS cluster.
Want to have a single webapp decoupled from other services: using a message broker seems a good approach.
- How should a public-facing portal be setup to be able to push data down into a queue or endpoint
- How can calls to specific API endpoints and microservices to and from the webapp be secured from the public FE?
- How would this be configured in terms of authentication, app reg etc.?