Click here to Skip to main content
15,891,712 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all
in my asp.net application in login i've to call a single sign on application with a path with clintID
that application respond with a token to my application url
the problem is how to get that token from my url
i use redirect to call his url but after redirect it get out and cant get the token
any help

What I have tried:

i tried webclint and refresh page with
C#
Session.Clear();
Response.Redirect(Request.Url.AbsoluteUri);
but it doesnt work
Posted
Updated 16-Feb-19 23:16pm
v2
Comments
Kornfeld Eliyahu Peter 17-Feb-19 9:36am    
You may think of this: https://docs.microsoft.com/en-us/dotnet/api/system.web.httprequest.querystring?view=netframework-4.7.2 (in your target page)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900