Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We are using OpenID mechanism to login into our application using third party credentials. For this we have app id and app secret keys. But when we authorize the request we are facing the access token expiration time out error. Can anybody help me how to get the access token value and set its expiration time manually.
Posted
Comments
ridoy 22-Dec-14 4:12am    
http://stackoverflow.com/questions/23973688/implementating-oauth-access-token-in-asp-net-web-api2-webservice
Telstra 22-Dec-14 4:29am    
Thanks for reply. But I am using asp.net in that we are getting the access token but when we try to do something after that we are getting access token expiration error.
ridoy 22-Dec-14 4:43am    
is it happening for invalid request from client side?
Telstra 22-Dec-14 5:49am    
No. Request is valid only. But access token is getting time expired.
Kornfeld Eliyahu Peter 22-Dec-14 8:27am    
Probably you have to speak to the third party - he issues the access token and he sets the expiration too...

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