Incorrect scheme in the WWW-Authenticate when Authorization: DPoP used

closes #42706

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
mposolda
2025-09-17 21:05:19 +02:00
committed by Marek Posolda
parent 37a99154a5
commit f5c71e3e55
6 changed files with 101 additions and 25 deletions

View File

@@ -168,6 +168,7 @@ public interface OAuth2Constants {
String DPOP_NONCE_HEADER = "DPoP-Nonce";
Algorithm DPOP_DEFAULT_ALGORITHM = PS256;
String DPOP_JWT_HEADER_TYPE = "dpop+jwt";
String ALGS_ATTRIBUTE = "algs";
}