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

URL encoding redirect URIs having query parameters in the Oauth apps #3252

Open
rmsamitha opened this issue Oct 14, 2024 · 0 comments
Open

Comments

@rmsamitha
Copy link
Member

Problem

We can register an app using DCR POST successfully with redirect_uri containing query parameters. But as per the current behavior the uri is not url encoded before saving oauth app details in the DB. In the related IS-5.11.0 version without uri encoding, the oauth code retrieving flow had been broken. So as a fix, redirect_uri was uri encoded before saving oauth app details in DB. We need to get both the product to same behavior. So fix should be applied to APIM 4.0.0 as well.

Solution

N/A

Affected Component

APIM

Version

4.0.0

Implementation

No response

Related Issues

No response

Suggested Labels

No response

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

No branches or pull requests

1 participant