Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-app-extensions macro does not work in security-oidc-bearer-token-authentication-tutorial #37973

Closed
sberyozkin opened this issue Jan 2, 2024 · 1 comment · Fixed by #37975
Labels
area/docstyle issues related for manual docstyle review area/documentation area/oidc area/security kind/bug Something isn't working
Milestone

Comments

@sberyozkin
Copy link
Member

Describe the bug

security-oidc-bearer-token-authentication-tutorial has a :create-app-extensions: oidc,resteasy-reactive-jackson but it is not expanded, https://quarkus.io/version/main/guides/security-oidc-bearer-token-authentication-tutorial#create-the-maven-project,
See
https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc?plain=1#L64

while the same macro works fine with

https://quarkus.io/version/main/guides/security-oidc-code-flow-authentication-tutorial#create-the-maven-project.

See
https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/security-oidc-code-flow-authentication-tutorial.adoc?plain=1#L54

security-oidc-bearer-token-authentication-tutorial has some extra docstyle characters and it looks like it may be affecting it.
Its Using Gradle (build.gradle): line is also empty.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@sberyozkin sberyozkin added kind/bug Something isn't working area/documentation area/docstyle issues related for manual docstyle review labels Jan 2, 2024
@quarkus-bot quarkus-bot bot added this to To do in Quarkus Documentation Jan 2, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 2, 2024

/cc @pedroigor (bearer-token,oidc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docstyle issues related for manual docstyle review area/documentation area/oidc area/security kind/bug Something isn't working
2 participants