c# - WIF return to the RP application -
I am creating a WIF STS and I am able to generate a token. How do I return the token back to the originating URL? I have seen that this form exists in the wctx parameter in RRU =. How can I remove it without stacking it manually as a string?
If you want to return tokens to the coming party, then you only use that method It can:
var claims = new list & lt; Claims & gt; (New Claims (WSIdentityConstants.ClaimTypes.Name, User.Identity.Name), New Claims (Claim Type. Authentication Method, Form AuthenticationHelper.GetAuthenticationMethod (User.Identity)); Var Identity = Identification of New Claim (Claim, STS. Token Service Issue Types.); Principal = Claims Confirmation.Creature Identity (Identity); FederatedPassiveSecurityTokenServiceOperations.ProcessRequest (Request, Principal, StarterTokenServiceConfiguration.Current.CreateSecurityTokenService (), Feedback); Looking to remove criteria, then Take a look.
Comments
Post a Comment