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:

  1. asp.net web api 2 backend (owin/katana)
  2. 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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -