What would be the best way to achieve a system similar to this Blackboard 3LO workflow;
"
Expected 3-legged authentication workflow:
- Access a 3rd-party application that has a REST integration with a Learn system (App).
- Use functionality on the App that requires a login to Learn. (Performs an /authorizationcode REST Request)
- Login to Learn via a custom login .jsp page.
- Get redirected to back the App. The App can now make REST requests to the Learn system.
Would the Web Service API be the one to use or would there be some other way?
Thank you!