Skip to content

Add CSOT to OIDC. #1741

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add CSOT to OIDC. #1741

wants to merge 4 commits into from

Conversation

vbabanin
Copy link
Member

@vbabanin vbabanin self-assigned this Jun 17, 2025
@vbabanin vbabanin requested a review from rozza June 17, 2025 01:30
@vbabanin vbabanin marked this pull request as ready for review June 17, 2025 01:34
@vbabanin vbabanin requested a review from a team as a code owner June 17, 2025 01:34
@vbabanin vbabanin removed the request for review from a team June 17, 2025 01:34
Copy link
Member

@rozza rozza left a comment

Choose a reason for hiding this comment

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

One question and one nit

if (timeoutContext.hasTimeoutMS()) {
return assertNotNull(timeoutContext.getTimeout()).call(TimeUnit.MILLISECONDS,
() -> {
Assertions.fail();
Copy link
Member

Choose a reason for hiding this comment

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

From the tests it looks like it should fall back to serverSelectionTimeoutMS - if theres an infinite timeout - so how does that logic work?

Also it might be best to put an assertion message incase a future regression means this code path is hit - potentially would make debugging it easier.

…nticator.java

Co-authored-by: Ross Lawley <ross.lawley@gmail.com>
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