We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: