oauth 2.0 - OAUTH2(OPENID Connect) + MVC 5. refresh token issue -
i'm looking useful suggestion regards obtaining refresh_token
using owin libs.
i follow article http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
all stuff works sweet. no way, @ least don't know way, retrieve refresh_token
i've tried add "access_offline" initial request, nothing useful. wrong.
why need it? - i'm trying chain functionality of google glass + mvc5 + owin
.
p.s. appreciate link working sample built using google.api.auth.
thanks.
take in following blogpost: http://peleyal.blogspot.com/2014/01/aspnet-mvc-with-google-openid-and-oauth.html
and, can find working sample code in https://github.com/peleyal/peleyal/tree/master/google.apis.sample.mvc.
Comments
Post a Comment