Redirect to an url from flow service.

Hello all!

Can anybody tell me the steps how to redirect to an Single Sign On(SSO) url?

I was able to call using WmPublic/pub.client:http and get the ticket and get the userid from it and do rest of the process… (getting data from PeopleSoft Student Systems) All these worked fine so far.

But now I found out that I need to pass parameters also. I guess I need to capture the parameters values and then redirect the flow service to the login url.

Can anybody help me the steps to be followed to implement this logic.

Thank You
Kumar

Search the web for information on how to do a redirect. Basically, you’ll return a specific HTTP response code and body to the caller.