diff --git a/deployment/src/main/resources/templates/libraries/microprofile/auth/compositeAuthenticationProvider.qute b/deployment/src/main/resources/templates/libraries/microprofile/auth/compositeAuthenticationProvider.qute index f7a830a0..da06bca5 100644 --- a/deployment/src/main/resources/templates/libraries/microprofile/auth/compositeAuthenticationProvider.qute +++ b/deployment/src/main/resources/templates/libraries/microprofile/auth/compositeAuthenticationProvider.qute @@ -40,7 +40,7 @@ public class CompositeAuthenticationProvider extends AbstractCompositeAuthentica @PostConstruct public void init() { {#for auth in oauthMethods.orEmpty} - oAuth2Provider{auth_index}.init(sanitizeAuthName("{auth.name}"), "{quarkus-generator.openApiSpecId}", oidcClientRequestFilterDelegate{auth_index}); + oAuth2Provider{auth_index}.init(sanitizeAuthName("{auth.name}"), "{configKey}", oidcClientRequestFilterDelegate{auth_index}); {/for} {#for auth in httpBasicMethods.orEmpty}