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

consent: Login and consent request challenge should be sent as query parameter #1307

Closed
aeneasr opened this issue Mar 12, 2019 · 1 comment
Closed
Assignees
Labels
feat New feature or request. package/consent
Milestone

Comments

@aeneasr
Copy link
Member

aeneasr commented Mar 12, 2019

Currently, the consent request is consumed as a path parameter. This can cause issues when the parameter is not properly parsed at the login or consent app: https://consent/consent?challenge=../foo will cause the consent app to make the request to the wrong endpoint if challenge is not properly escaped.

@aeneasr aeneasr added feat New feature or request. package/consent labels Mar 12, 2019
@aeneasr aeneasr added this to the v1.0.0 milestone Mar 12, 2019
@aeneasr aeneasr self-assigned this Mar 12, 2019
aeneasr added a commit that referenced this issue Apr 11, 2019
@toddams
Copy link

toddams commented Apr 24, 2019

Seems like api doc is not up to date. It still shows it as path parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request. package/consent
Projects
None yet
Development

No branches or pull requests

2 participants