Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

Error redirect url #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. https://crisisdb.com/cdb/GoogleAuth.htm
2.  Click the login button
3.

Error: redirect_uri_mismatch

The redirect URI in the request: https://crisisdb.com/cdb/oauthWindow.html did 
not match a registered redirect URI

Learn more

Request Details
scope=https://www.googleapis.com/auth/plus.me
response_type=token
access_type=online
redirect_uri=https://crisisdb.com/cdb/oauthWindow.html
approval_prompt=auto
client_id=83038019276.apps.googleusercontent.com

NOTE:
I have "oauthWindow.html" in the same folder as my test files and the "js" 
file.  I am using the javascript version.  My app is registered.  IT is a web 
site.

Original issue reported on code.google.com by SamDzir...@gmail.com on 19 Jan 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Hi there, I have this issue also as below, did you get resolution on this?  
Many thanks!

Error:redirect_uri_mismatch

The redirect URI in the request: 
http://nutribalance.net/wp-content/plugins/paged_social_lockdown/lib/google/plus
/ did not match a registered redirect URI

Learn more
Request Details

    from_login=1
    scope=https://www.googleapis.com/auth/plus.me
    response_type=code
    access_type=offline
    redirect_uri=http://nutribalance.net/wp-content/plugins/paged_social_lockdown/lib/google/plus/
    as=-38810bca82b9fc73
    display=page
    pli=1
    prompt=consent
    client_id=762188472537.apps.googleusercontent.com
    hl=en-GB

Original comment by melbclic...@gmail.com on 5 Apr 2013 at 12:15