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

Fixed the unescaped redirect_uri issue (#2766) #3733

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YasuhiroABE
Copy link

Overview

This request solves the issue that happened due to an insufficient comparison processing of the redirect_uri query parameter.

What this PR does / why we need it

Closes #2766

Special notes for your reviewer

In the dex server configuration, the "redirect_uri" must be specified by the escaped format.

redirectURIs:
  - http://localhost:8000/mediawiki/index.php/%E7%89%B9%E5%88%A5:PluggableAuthLogin

…ed one. (dexidp#2766)

Signed-off-by: Yasuhiro ABE <yasu-abe@u-aizu.ac.jp>
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

Successfully merging this pull request may close these issues.

A escaped redirect_uri causes the "did not match URI from initial request." error.
1 participant