Skip to content

Commit

Permalink
fix(jans-auth-server): removed CONFIG_API from AS supported script ty…
Browse files Browse the repository at this point in the history
…pes #1286
  • Loading branch information
yuriyz committed May 4, 2022
1 parent c21183a commit c209868
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ public void applicationInitialized(@Observes @Initialized(ApplicationScoped.clas
supportedCustomScriptTypes.remove(CustomScriptType.USER_REGISTRATION);
supportedCustomScriptTypes.remove(CustomScriptType.SCIM);
supportedCustomScriptTypes.remove(CustomScriptType.IDP);
supportedCustomScriptTypes.remove(CustomScriptType.CONFIG_API);

statService.init();

Expand Down

0 comments on commit c209868

Please sign in to comment.