So I've added a connected APP to SalesForce. The connected app links to an external web application.
When a user clicks on connected app via App Launcher or top right corner drop down, this is what I would like to happen:
1: SalesForce forwards session SAML Token or SAML Request to external application SAML endpoint / Identity Provider
2: External Web Applications SAML endpoint / Identity provider authenticates SAML Token or request
3: External Applications receives SAML Assertion and validates. Logs user into External Application.
Is this possible?
Alternatively, maybe it's possible for this workflow to work if SalesForce is used as the Identity Provider in Step 2?
Thanks