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

Improve error reporting in OIDC extension #12374

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Improve error reporting in OIDC extension #12374

merged 1 commit into from
Sep 28, 2020

Conversation

AdamBien
Copy link
Contributor

added additional info added in case 'client-id' or 'auth-server-url' are note available

currently the error message looks like:

io.quarkus.runtime.configuration.ConfigurationException: Both 'auth-server-url' and 'client-id' or alternatively 'public-key' must be configured when the quarkus-oidc extension is enabled
at io.quarkus.oidc.runtime.OidcRecorder.createTenantContext(OidcRecorder.java:103)
at io.quarkus.oidc.runtime.OidcRecorder.setup(OidcRecorder.java:54)

@sberyozkin sberyozkin self-requested a review September 28, 2020 13:06
Copy link
Member

@sberyozkin sberyozkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AdamBien thanks for this PR

@sberyozkin sberyozkin added this to the 1.9.0 - master milestone Sep 28, 2020
@sberyozkin sberyozkin merged commit 64d4587 into quarkusio:master Sep 28, 2020
@gsmet gsmet changed the title added additional info added Improve error reporting in OIDC extension Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants