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

Add HTTP Basic Auth option to OAuthHandler #15729

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Awk34
Copy link

@Awk34 Awk34 commented Oct 26, 2024

No description provided.

@Awk34 Awk34 marked this pull request as draft October 30, 2024 17:07
@itsankit-google itsankit-google added the build Triggers github actions build label Nov 5, 2024
@itsankit-google itsankit-google marked this pull request as ready for review November 5, 2024 10:59
Copy link
Member

@itsankit-google itsankit-google left a comment

Choose a reason for hiding this comment

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

Please add some unit tests in OAuthServiceTest.


public OAuthProvider(String name,
String loginURL,
String tokenRefreshURL,
@Nullable OAuthClientCredentials clientCreds) {
@Nullable OAuthClientCredentials clientCreds,
@Nullable CredentialEncodingStrategy strategy) {
Copy link
Member

Choose a reason for hiding this comment

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

usually constructors are meant to be private if the builder class exists for objects.

Copy link
Author

Choose a reason for hiding this comment

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

Changing this seems outside the scope of my PR though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Triggers github actions build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants