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

Removed multiple public apis #2888

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Removed multiple public apis #2888

merged 1 commit into from
Oct 8, 2024

Conversation

brentschmaltz
Copy link
Member

We inadvertently shipped some public api's that are not ready, some were breaking modifications.
We removed the interface ISecurityTokenException (breaking)
SecurityTokenException.SetValidationError(ValidationError validationError) was changed internal
public class ValidationError was changed to internal
classes AudienceValidationError and LifetimeValidationError were modified to accept specific values in ctor removing the need for AdditionalInfo.

revised how exceptions are created
@brentschmaltz brentschmaltz requested a review from a team as a code owner October 8, 2024 16:12
Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

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

:shipit:
pulled locally and ran the tests, the .txt look good
would be good to get another set of eyes though

@msbw2
Copy link
Contributor

msbw2 commented Oct 8, 2024

Can you link when these APIs were introduced? Or otherwise show some diff showing that these specific areas were touched?

@jennyf19 jennyf19 added this to the 8.1.2 milestone Oct 8, 2024
Copy link
Contributor

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks @brentschmaltz

@jennyf19 jennyf19 merged commit 3bb0316 into dev Oct 8, 2024
6 checks passed
@pmaytak
Copy link
Contributor

pmaytak commented Oct 8, 2024

LGTM. Internal SecurityTokenException.ValidationError was removed by #2818, but looks like it wasn't used anywhere.

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.

7 participants