Skip to content

Fix immutability bug in identity provider config#497

Merged
MrCreosote merged 1 commit into
developfrom
dev-mfa
Nov 17, 2025
Merged

Fix immutability bug in identity provider config#497
MrCreosote merged 1 commit into
developfrom
dev-mfa

Conversation

@MrCreosote
Copy link
Copy Markdown
Member

Also, one of the URLs was hanging for 10s or so, so changed the target

Also, one of the URLs was hanging for 10s or so, so changed the target
@MrCreosote MrCreosote requested a review from dauglyon November 17, 2025 01:53
Copy link
Copy Markdown
Collaborator

@dauglyon dauglyon left a comment

Choose a reason for hiding this comment

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

👍 with one minor comment

is(new URL("https://linkredirect2.com")));
assertThat("incorrect login redirect URL", c.getLoginRedirectURL(),
is(new URL("https://loginredirect.com")));
is(new URL("https://fakeloginredirect.com")));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Perhaps we should use a fake KBase subdomain for stable not-hanging not-existingness?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this happens so rarely it's not really worth worrying about

@MrCreosote MrCreosote merged commit d474311 into develop Nov 17, 2025
20 checks passed
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