SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

Authentication: The /authenticate and /report requests should handle a HTTP 401 StatusUnauthorized appropriately #45

Closed rtamalin closed 3 months ago

rtamalin commented 3 months ago

Per SUSE/telemetry-server#47 the telemetry server will set an appropriate WWW-Authenticate header for these responses, using a Bearer challenge schema.

The client handling a HTTP 401 response for authentication or report failures should take appropriate action, (re-)registering or (re-)authenticating as indicated by the response.