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

Is the form_post response_mode supported? #92

Closed
yourtallness opened this issue Oct 23, 2019 · 2 comments · Fixed by #138
Closed

Is the form_post response_mode supported? #92

yourtallness opened this issue Oct 23, 2019 · 2 comments · Fixed by #138
Labels

Comments

@yourtallness
Copy link

It is my understanding that if the response type is form_post the OP will POST the response instead of encoding the id_token (etc) in the query string or fragment.

I can't find evidence of it being supported by looking at the source code.

Please advise, TIA.

@toupeira
Copy link
Member

toupeira commented Nov 4, 2019

@yourtallness response_type=form_post doesn't seem to be supported by the Doorkeeper gem, and unless I'm missing something this would need to be implemented there first. Afterwards we probably need some support in this gem as well, to add the ID token to that response.

Can you open an issue at https://github.com/doorkeeper-gem/doorkeeper?

@linhdangduy
Copy link
Contributor

linhdangduy commented Apr 21, 2021

@yourtallness It takes quite long time, but now both doorkeeper (v5.5.0) and doorkeeper-openid_connect (v1.8.0.pre.rc1 prerelease) already support response_mode

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