We have a custom application that triggers a work unit through a web call. The URL is structured like this and includes credentials to log in.
LSFServer/.../SSOServlet ...
We're moving to a new hosting environment in which ADFS will be employed, and it's not evident how or if this will continue to work.
I'm also aware of triggering with a URL like this:
https://Landmarkserver/bpm/trigger?triggerType=ServiceAsync ...
but I would infer the same authentication challenge exists.
Is anyone else, particularly those using ADFS, making a similar call from outside Lawson?