New feature, improvement proposal
Next to HTTP Basic Auth and TLS Certificates there should be support for OAuth tokens being retrieved first and then being sent along via Authorization: Bearer ... as defined in https://www.rfc-editor.org/rfc/rfc6750.
This requires additional requests for retrieving the token via a non-interactive or interactive OAuth flow.
New feature, improvement proposal
Next to HTTP Basic Auth and TLS Certificates there should be support for OAuth tokens being retrieved first and then being sent along via
Authorization: Bearer ...as defined in https://www.rfc-editor.org/rfc/rfc6750.This requires additional requests for retrieving the token via a non-interactive or interactive OAuth flow.