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

(Doc issue) How to list all quarkus.oidc-client properties.XXXXX #39527

Closed
orivat opened this issue Mar 18, 2024 · 4 comments
Closed

(Doc issue) How to list all quarkus.oidc-client properties.XXXXX #39527

orivat opened this issue Mar 18, 2024 · 4 comments
Labels
area/oidc kind/bug Something isn't working

Comments

@orivat
Copy link

orivat commented Mar 18, 2024

Describe the bug

quarkus.oidc-client properties are scattered everywhere within https://quarkus.io/version/main/guides/security-openid-connect-client-reference

Expected behavior

The expectation is to have all the quarkus oidc client properties listed in a central place with something like this:

Note:
This requirement does not prevent from documenting/describing them at different places within the URL, but the expectation is to have also all those properties listed (likely at the end of the document) to have a kind of synthetic view of the available options.

quarkus.oidc-client.jwt-secret.auth-server-url=
quarkus.oidc-client.jwt-secret.client-id=
quarkus.oidc-client.jwt-secret.credentials.jwt.secret=
quarkus.oidc-client.grant.type=

quarkus.oidc-client.credentials.secret=

.....
quarkus.oidc-client.credentials.client-secret.method=
quarkus.oidc-client.credentials.jwt.secret-provider.name =

quarkus.oidc-client.client-id=quarkus-app
quarkus.oidc-client.credentials.jwt.key-store-file=
quarkus.oidc-client.credentials.jwt.key-store-password=
quarkus.oidc-client.credentials.jwt.key-password=

quarkus.oidc-client.grant.type=
quarkus.oidc-client.grant-options.password.username=
quarkus.oidc-client.grant-options.password.password=

Actual behavior

NA

How to Reproduce?

NA

Output of uname -a or ver

No response

Output of java -version

17

Quarkus version or git rev

3.8

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

No response

Additional information

No response

@orivat orivat added the kind/bug Something isn't working label Mar 18, 2024
Copy link

quarkus-bot bot commented Mar 18, 2024

/cc @pedroigor (oidc), @sberyozkin (oidc)

@sberyozkin
Copy link
Member

Fixed by #39367

@sberyozkin
Copy link
Member

@orivat I've added a backport to 3.8 label to the linked PR

@orivat
Copy link
Author

orivat commented Mar 18, 2024

That's great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants