Python Forum

Full Version: Redirect uri mismatch github in django
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am working in django framework and having an issue with login to github from application using oauth.
When i login into the github account it's not redirecting to the application page created in github else showing the below error.

"GET /oauth/complete/github/?error=redirect_uri_mismatch&error_description=The+redirect_uri+
MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdocs.github.com%2Fapps%2Fmanag
ing-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch&state=uSZqlzypNP6xLFGbWjJI
1boToLDvwwqJ HTTP/1.1" 404 2576

with regards,
Subrat