[Openid-specs-ab] Issue #1626: response_mode=post should define response format & add an example (openid/connect)

josephheenan issues-reply at bitbucket.org
Thu Sep 1 07:40:48 UTC 2022


New issue 1626: response_mode=post should define response format & add an example
https://bitbucket.org/openid/connect/issues/1626/response_mode-post-should-define-response

Joseph Heenan:

[https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1\_0.html#section-10.1](https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1_0.html#section-10.1) currently says:

> This specification introduces a new response mode `post` in accordance with \[[OAuth.Responses](https://openid.bitbucket.io/connect/openid-connect-self-issued-v2-1_0.html#OAuth.Responses)\]. This response mode is used to request the Self-Issued OP to deliver the result of the authentication process to a certain endpoint using the HTTP `POST` method. The additional parameter `response_mode` is used to carry this value.

I’m not sure if I missed any further definition?

It’s not clear to me how the parameters are returned. I think it might be “response parameters being encoded in the body using the `application/x-www-form-urlencoded` format”?

An example of the response would also be good.




More information about the Openid-specs-ab mailing list