Thanks to visit codestin.com
Credit goes to github.com

Skip to content

verifyRedirectUri should return null when the passed redirectUri is invalid#23354

Merged
mposolda merged 1 commit intokeycloak:mainfrom
rmartinc:issue-22778
Sep 21, 2023
Merged

verifyRedirectUri should return null when the passed redirectUri is invalid#23354
mposolda merged 1 commit intokeycloak:mainfrom
rmartinc:issue-22778

Conversation

@rmartinc
Copy link
Contributor

Closes #22778

Just moving the URI conversion of the original redirectUri to the beginning of the else section. If it's null just return null, not valid.

Copy link
Contributor

@mposolda mposolda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rmartinc Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deep link format for redirect uri parameter is not parsed correctly

2 participants