From d81e47cc7e0e8c7c109ff88c803fe5ede7deef91 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 4 Dec 2020 14:09:55 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/user-agent-lock-in.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/user-agent-lock-in.md diff --git a/changelog/unreleased/user-agent-lock-in.md b/changelog/unreleased/user-agent-lock-in.md new file mode 100644 index 000000000..aec155353 --- /dev/null +++ b/changelog/unreleased/user-agent-lock-in.md @@ -0,0 +1,5 @@ +Enhancement: Add www-authenticate based on user agent + +We now comply with HTTP spec by adding Www-Authenticate headers on every `401` request. Furthermore we not only take care of such thing at the Proxy but also Reva will take care of it. In addition we now are able to lock-in user-agents to specific challenges. + +https://github.com/owncloud/ocis/pull/1009