From 0b0a28ae442ab1e46ad00a24825101f755514dc2 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 29 Jul 2024 10:45:24 +0800 Subject: [PATCH] chore: update changes/ee/feat-13504.en.md Co-authored-by: zmstone --- changes/ee/feat-13504.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ee/feat-13504.en.md b/changes/ee/feat-13504.en.md index 20b3aa1e2..acea1241a 100644 --- a/changes/ee/feat-13504.en.md +++ b/changes/ee/feat-13504.en.md @@ -2,4 +2,4 @@ Added a HTTP backend for the authentication mechanism `scram`. Note: This is not an implementation of the RFC 7804: Salted Challenge Response HTTP Authentication Mechanism. -This backend is an implementation of scram that uses an external web resource as a source of user information. +This backend is an implementation of scram that uses an external web resource as a source of SCRAM authentication data, including stored key of the client, server key, and the salt. It support other authentication and authorization extension fields like HTTP auth backend, namely: `is_superuser`, `client_attrs`, `expire_at` and `acl`.