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

Set false for build time config auth.proactive #151

Merged
merged 1 commit into from
May 14, 2024

Conversation

ruhan1
Copy link
Contributor

@ruhan1 ruhan1 commented May 14, 2024

This config skip the authentication if not needed. It is build-time config.

Ref https://quarkus.io/guides/security-proactive-authentication

Proactive authentication is enabled in Quarkus by default. It ensures that all incoming requests with credentials are authenticated, even if the target page does not require authentication. As a result, requests with invalid credentials are rejected, even if the target page is public. You can turn off this default behavior if you want to authenticate only when the target page requires it.

@ruhan1 ruhan1 requested review from ligangty and sswguo May 14, 2024 04:31
Copy link
Member

@ligangty ligangty left a comment

Choose a reason for hiding this comment

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

LGTM

@ruhan1 ruhan1 merged commit dd98f6d into Commonjava:main May 14, 2024
1 check passed
@ruhan1 ruhan1 deleted the main-proactive branch May 14, 2024 05:35
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