mirror of https://github.com/dexidp/dex.git
Browse Source
In device-code template, same form tag has method="post", then followed by method="get".. Chrome can handle that as post just fine, but in headless environments you might be using Lynx, which uses GET: it results in 400 Bad Request from Dex server. Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>pull/4173/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue