mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Initialize CryptoIntegration before loading adapter config
Initialize CryptoIntegration before building KeycloakDeploymentBuilder, same way as in public static KeycloakDeployment build(InputStream is) method Closes #15767
This commit is contained in:
parent
7a0ad6ff21
commit
b7d7268744
@ -201,6 +201,7 @@ public class KeycloakDeploymentBuilder {
|
||||
|
||||
|
||||
public static KeycloakDeployment build(AdapterConfig adapterConfig) {
|
||||
CryptoIntegration.init(KeycloakDeploymentBuilder.class.getClassLoader());
|
||||
return new KeycloakDeploymentBuilder().internalBuild(adapterConfig);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user