I am building a WIF STS and I am able to generate a token. How do I return the token back to the orignal URL. I’ve noticed this is present in the wctx parameter in the form ru=. How do i extract this without manually parsing this as a string?
Share
If you want to return the token back to the relying party, you can just use the ProcessRequest method similar to this:
If you’re just looking to extract the URL parameters, take a look at WSFederationMessage.CreateFromUri.