Skip to content

Commit 660f922

Browse files
authored
Use configKey instead openApiSpecId on template (#598)
* feat: use configKey instead openApiSpecId on template * Delete docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc
1 parent 38b325f commit 660f922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/src/main/resources/templates/libraries/microprofile/auth/compositeAuthenticationProvider.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CompositeAuthenticationProvider extends AbstractCompositeAuthentica
4040
@PostConstruct
4141
public void init() {
4242
{#for auth in oauthMethods.orEmpty}
43-
oAuth2Provider{auth_index}.init(sanitizeAuthName("{auth.name}"), "{quarkus-generator.openApiSpecId}", oidcClientRequestFilterDelegate{auth_index});
43+
oAuth2Provider{auth_index}.init(sanitizeAuthName("{auth.name}"), "{configKey}", oidcClientRequestFilterDelegate{auth_index});
4444
{/for}
4545

4646
{#for auth in httpBasicMethods.orEmpty}

0 commit comments

Comments
 (0)