I have a reactive web application where authentication is done using SSO (Idp forge component).
And I want to add a feature to allow user send message to Azure service bus inside web application.
But I am not very sure how to design the authentication architecture. How to generate token for user and pass it to Azure service bus when sending request? Or should the authentication be application base since it's calling from OutSystems web app.
- Constance