I have implemented SAML support to the backend which is a WebAPI after OKTA authentication.
Now problem is how to establish connection with AngularJS app when the triggering point is browser which directly send response to a WebAPI Action.
Basically, I have to pass info from WebAPI action (Action not triggered by AngularJS app but by browser directly after receiving response) to the AngualrJS front end and load a page with that info.