I had a use case where I had to build a gallery app that contains server apps and custom-built apps (via URL). These custom-built apps are created using a workspace (triggered by webhook) which produces custom built HTML page. Further, that HTML contains pre-created buttons/links that trigger another webhook, and so on. In other words, all these workspace apps and custom-built apps should work as one functional website interconnected with webhooks.
One issue I have encountered was authentication of user. When I use only workspace/gallery apps, I can setup “require authentication” for each app and user has to login only one time (using FME login page that allows AD). When it comes to the custom-built app, user has to login again, but this time with browser default login page which does not support AD.
Would it be possible to build “require authentication” option for webhooks, in a same way that is done for server/gallery apps? This would allow us to build websites powered by FME Server (which are combination of workspace/gallery and custom-built apps) that require only one authentication. Or alternatively, it would be great if webhooks could be authenticated with AD on its own.