-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Can not create proxy OAuth flow with google OAuth #1112
Copy link
Copy link
Open
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featureauthIssues and PRs related to Authentication / OAuthIssues and PRs related to Authentication / OAuthbugSomething isn't workingSomething isn't workingready for workEnough information for someone to start working onEnough information for someone to start working on
Metadata
Metadata
Assignees
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featureauthIssues and PRs related to Authentication / OAuthIssues and PRs related to Authentication / OAuthbugSomething isn't workingSomething isn't workingready for workEnough information for someone to start working onEnough information for someone to start working on
Describe the bug
Trying to create a Proxy OAuth flow with google OAuth but its failing with the invalid redirect uri error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should successfully authenticate
Logs
Response from /authorize
{
"error": "invalid_request",
"error_description": "Unregistered redirect_uri"
}