mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
850728e9bb
providers/oauth2: device code flow client id via auth header (#20457) * Use `extract_client_auth` which can get client id from either HTTP Authorization header or POST body * Update documentation to reflect allow sending client id via header * Add tests for using HTTP Basic Auth to pass in client id Co-authored-by: Michael Beigelmacher <brooklynbagel@gmail.com>