We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug This is detected by @Sgitario.
The following configuration results in HTTP 200 and the empty body being returned:
quarkus.http.auth.permission.1.paths=/* quarkus.http.auth.permission.1.policy=authenticated quarkus.oidc.enabled=true quarkus.oidc.tenant-enabled=false
where quarkus-oidc returns an empty Uni SecurityIdentity and Challenge items.
quarkus-oidc
SecurityIdentity
Challenge
Expected behavior 401 is returned since SecurityIdentity is not available.
401
The text was updated successfully, but these errors were encountered:
Hi @stuartwdouglas Do you agree ?
Sorry, something went wrong.
If no challenge is generated return 401
76f4a6c
Fixes quarkusio#10532
Successfully merging a pull request may close this issue.
Describe the bug
This is detected by @Sgitario.
The following configuration results in HTTP 200 and the empty body being returned:
where
quarkus-oidc
returns an empty UniSecurityIdentity
andChallenge
items.Expected behavior
401
is returned sinceSecurityIdentity
is not available.The text was updated successfully, but these errors were encountered: