Skip to content

Commit

Permalink
Use configKey instead openApiSpecId on template (#598) (#608)
Browse files Browse the repository at this point in the history
* feat: use configKey instead openApiSpecId on template

* Delete docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc

Co-authored-by: Matheus Cruz <[email protected]>
  • Loading branch information
github-actions[bot] and mcruzdev authored Dec 26, 2023
1 parent 8ee57ab commit 4df0417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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}
Expand Down

0 comments on commit 4df0417

Please sign in to comment.