-
Notifications
You must be signed in to change notification settings - Fork 373
Deprecate Kerberos API and remove tests #5476
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
base: main
Are you sure you want to change the base?
Conversation
Should we also remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor comment around claims handling, otherwise looks good.
src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaking change
src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs
Show resolved
Hide resolved
src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More cleanup is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on other comments being addressed
/// </summary> | ||
private void AddClaims() | ||
{ | ||
#pragma warning disable CS0612 // Type or member is obsolete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we delete internal logic instead?
Fixes #
Deprecate Kerberos as it is no longer used as indicated by telemetry
Changes proposed in this request
Deprecate and remove tests
Testing
Performance impact
Documentation