Click here to Skip to main content
15,905,071 members

Comments by eman88 (Top 18 by date)

eman88 14-Mar-17 2:23am View    
this what i did
Response.Redirect(url); //url=https://website.com//authorize?id=8&redirect_uri=https%3a%2f%2flogin.live.com%2flogin.srf&response_type=code
then i redirected to this page now //https://login.live.com/login.srf?code=X&session_state=nnnn
what iam asking about is to get the code and session value from the redirected page
eman88 13-Mar-17 11:29am View    
Deleted
am using openID authentication to login to another page , when login to the other page there is some parameter sent while redirect i need to get this value .
eman88 13-Mar-17 11:28am View    
I am using openID authentication to login to another page , when login to the other page there is some parameter sent while redirect i need to get this value .
eman88 13-Mar-17 11:28am View    
Thanks
eman88 13-Mar-17 9:47am View    
Deleted
I am using openID authentication to login to another page , when login to the other page there is some parameter sent while redirect i need to get this value .