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

feat: Open More Endpoints for Customization #1721

Merged
merged 13 commits into from
Jan 26, 2024
Merged

feat: Open More Endpoints for Customization #1721

merged 13 commits into from
Jan 26, 2024

Conversation

danielbankhead
Copy link
Member

Completes AL-3

🦕

@danielbankhead danielbankhead requested review from a team as code owners January 6, 2024 02:08
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Jan 6, 2024
Copy link
Member

@TimurSadykov TimurSadykov left a comment

Choose a reason for hiding this comment

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

questions on endpoint configuration

src/auth/googleauth.ts Show resolved Hide resolved
@danielbankhead danielbankhead merged commit effbf87 into main Jan 26, 2024
18 checks passed
src/auth/baseexternalclient.ts Show resolved Hide resolved
* @example
* 'https://sts.googleapis.com/v1/token'
*/
tokenURL?: string | URL;
Copy link
Contributor

@lsirac lsirac Jan 26, 2024

Choose a reason for hiding this comment

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

Any reason to expose this? We don't in Java.

Copy link
Member Author

Choose a reason for hiding this comment

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

Opened a PR to revert for consistency: #1744

private static readonly GOOGLE_OAUTH2_FEDERATED_SIGNON_PEM_CERTS_URL_ =
'https://www.googleapis.com/oauth2/v1/certs';
this.endpoints = {
tokenInfoUrl: `https://oauth2.${this.universeDomain}/tokeninfo`,
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not sure if these are in scope?

Copy link
Member Author

Choose a reason for hiding this comment

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

Opened a PR to revert: #1744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants