c# - How to use Google Cross-Client Identity on Android to authenticate Web API 2 under same project? -
i have been researching authentication & authorization using asp.net web api 2 2-3 weeks & after lot of researching & reading able agree upon basic architecture project.
my project consists:
- asp.net web api 2 backend (owin/katana)
- android app
i referring cross-client identity generate access_token & refresh_token for web api 2 project; access_token generated on android app web api using googleauthutil.gettoken()
the access token (bearer) doesn't work on web api , remarkably shorter in length compared 1 generated @ web api side using owin middleware.
i think accurately following steps correctly, unless doing fundamentally wrong.
Comments
Post a Comment