mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Incorrect scheme in the WWW-Authenticate when Authorization: DPoP used
closes #42706 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user