Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google redirect_uri : lack of support of wildcard urls #2

Open
fliot opened this issue Jun 1, 2013 · 1 comment
Open

Google redirect_uri : lack of support of wildcard urls #2

fliot opened this issue Jun 1, 2013 · 1 comment

Comments

@fliot
Copy link

fliot commented Jun 1, 2013

Hi, first thanks for this great component that really worth's !!!

In your Google2Api implementation, you should worth to add "state" support.
This variable trick is proposed by google to answer to lack of support of wildcard urls.
https://developers.google.com/accounts/docs/OAuth2WebServer

it would allow to use a single call back point as redirect_url, and reuse "state variable" to redirect user until the initially required page. It would allow deep links to pass though Google Oauth.

@gdepourtales
Copy link
Owner

Hi Fliot.

Sorry for the late answer. I was focused on other projects and didn't really had time for this. Your suggestion is definitely valuable. I think I should add the support to the scribe-java fork I use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants