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

Target path miss #14

Open
Koc opened this issue Mar 30, 2012 · 0 comments
Open

Target path miss #14

Koc opened this issue Mar 30, 2012 · 0 comments

Comments

@Koc
Copy link

Koc commented Mar 30, 2012

            oauth_vk:
                login_path: /user/auth/form
                check_path: /user/auth-vk/identify
                auth_provider: oauth_vk
                client_id: %vk_client_id%
                client_secret: %vk_client_secret%
                target_path_parameter: redirect_to
                scope: notify,friends,wall

open
http://HOSTNAME/user/auth-vk/identify?redirect_to=/places

redirected to
http://oauth.vk.com/authorize?client_id=2882563&scope=notify,friends,wall&redirect_uri=http%3A%2F%HOSTNAME%2Fuser%2Fauth-vk%2Fidentify&response_type=code

as you see - redirect_to parameter missed

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

1 participant