spring-authorization-server icon indicating copy to clipboard operation
spring-authorization-server copied to clipboard

OAuth 2.0 Form Post Response Mode

Open TakahikoKawasaki opened this issue 3 years ago • 4 comments

OAuth 2.0 Form Post Response Mode support.

Form Post Response Mode (aka response_mode=form_post) has a considerably big impact on authorization server implementations. It is recommended that the feature be designed and implemented from the beginning.

TakahikoKawasaki avatar Feb 03 '21 20:02 TakahikoKawasaki

@TakahikoKawasaki I'm curious which well-known OIDC providers have implemented this? Are you able to provide me a list of providers?

jgrandja avatar Feb 17 '21 11:02 jgrandja

Not limited to but at least the certified OPs whose "Form Post OP" column is checked support OAuth 2.0 Form Post Response Mode.

TakahikoKawasaki avatar Feb 17 '21 12:02 TakahikoKawasaki

See this minimal implementation as a starting point.

sjohnr avatar Sep 03 '21 15:09 sjohnr

Is there any plan to support response_mode?

littlefisher666 avatar Dec 28 '23 03:12 littlefisher666