java - OAuth reverse ClientId not working as redirectURI for WEB application -
my android app performs oauth code request, callback uri reversed clientid. e.g.
reverse clientid: apps.googleusercontent.com.<stuff> redirect uri: apps.googleusercontent.com.<stuff>:/oauth2callback my app launches chromecustomtabs, requests google auth code. google redirects provieded callback uri. registered special intent uri, app opened again auth code. code sent app server, performs actual oauth token exchange google.
problem is: no longer works, google complains custom uri scheme not allowed web application. workend last year picked project month , code no longer works, , don't understand why. not find hint how web application code exchange should work otherwise, need custom schema can register intent.
Comments
Post a Comment