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
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ public class KeycloakDeploymentBuilder {
|
|||
|
||||
|
||||
public static KeycloakDeployment build(AdapterConfig adapterConfig) {
|
||||
CryptoIntegration.init(KeycloakDeploymentBuilder.class.getClassLoader());
|
||||
return new KeycloakDeploymentBuilder().internalBuild(adapterConfig);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue