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

Support for Custom User Authentication with Basic Auth Configuration #494

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

emanipravallika
Copy link
Collaborator

Enhanced BasicAuthProvider to support login using Basic Auth credentials defined in the security.user configuration. Replaced Spring Security's UserDetails with a custom User object to include domain-specific properties.

security:
   basicform:
     enabled: true
   user:
     name: [[email protected]](mailto:[email protected])
     password: saporadmin
     roles: admin

Copy link
Collaborator

@sudhakaropsmx sudhakaropsmx left a comment

Choose a reason for hiding this comment

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

Looks good

@sudhakaropsmx sudhakaropsmx merged commit 9d21971 into v4.0 Dec 13, 2024
1 check failed
@sudhakaropsmx sudhakaropsmx deleted the noauth branch December 13, 2024 05:03
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.

3 participants