mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Authz client not updated with the way of encoding the basic header
Closes #15086
This commit is contained in:
committed by
Marek Posolda
parent
55c514ad56
commit
712656765e
@@ -85,7 +85,7 @@ public class Configuration extends AdapterConfig {
|
||||
throw new RuntimeException("Client secret not provided.");
|
||||
}
|
||||
|
||||
requestHeaders.put("Authorization", BasicAuthHelper.createHeader(getResource(), secret));
|
||||
requestHeaders.put("Authorization", BasicAuthHelper.RFC6749.createHeader(getResource(), secret));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user