-
Notifications
You must be signed in to change notification settings - Fork 254
Update files for Microsoft Identity Web 4.0.0 release #3498
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
Merged
jmprieur
merged 14 commits into
master
from
copilot/fix-b24a0632-a21f-4c70-80d0-1d50f6415f46
Oct 10, 2025
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fda7788
Initial plan
Copilot 6e717a7
Update files for 4.0.0 release: changelog and version properties
Copilot 9f3ac79
Remove reference to PR #3481 from changelog as requested
Copilot 449f28d
Address review feedback: update breaking changes and remove unmerged …
Copilot 41079cc
Update changelog for version 4.0.0
jmprieur 6d8d9df
Update changelog.md
jmprieur 04fd3b1
Update Directory.Build.props
jmprieur c53e7d9
Merge branch 'master' into copilot/fix-b24a0632-a21f-4c70-80d0-1d50f6…
jmprieur b0fff1c
Merge from master
jmprieur 34ccfc9
Fixing class mismatch
jmprieur 3f2ba62
Fixing build errors
jmprieur 35314b8
Update Directory.Build.props
jmprieur a11809f
Update changelog.md
jmprieur 41bb31c
Apply suggestion from @jmprieur
jmprieur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/Microsoft.Identity.Web.Certificate/CompatibilitySuppressions.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
| <Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
| <Suppression> | ||
| <DiagnosticId>CP0008</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.CertificateSource</Target> | ||
| <Left>lib/net6.0/Microsoft.Identity.Web.Certificate.dll</Left> | ||
| <Right>lib/netstandard2.0/Microsoft.Identity.Web.Certificate.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0008</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.CertificateSource</Target> | ||
| <Left>lib/net7.0/Microsoft.Identity.Web.Certificate.dll</Left> | ||
| <Right>lib/netstandard2.0/Microsoft.Identity.Web.Certificate.dll</Right> | ||
| <IsBaselineSuppression>true</IsBaselineSuppression> | ||
| </Suppression> | ||
| </Suppressions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 45 additions & 39 deletions
84
src/Microsoft.Identity.Web.TokenAcquisition/CompatibilitySuppressions.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,46 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
| <Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
| <Suppression> | ||
| <DiagnosticId>CP0001</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.OpenIdConnectOptions</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ErrorPath</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ResetPasswordPath</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0006</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeader(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,System.String,Microsoft.AspNetCore.Http.HttpResponse)</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0006</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeaderAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,Microsoft.AspNetCore.Http.HttpResponse)</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0007</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.MicrosoftIdentityOptions</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
| <Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
| <Suppression> | ||
| <DiagnosticId>CP0001</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.OpenIdConnectOptions</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.MicrosoftIdentityAuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ErrorPath</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0002</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.MicrosoftIdentityOptions.get_ResetPasswordPath</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0006</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeader(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,System.String,Microsoft.AspNetCore.Http.HttpResponse)</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0006</DiagnosticId> | ||
| <Target>M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeaderAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,Microsoft.AspNetCore.Http.HttpResponse)</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| <Suppression> | ||
| <DiagnosticId>CP0007</DiagnosticId> | ||
| <Target>T:Microsoft.Identity.Web.MicrosoftIdentityOptions</Target> | ||
| <Left>lib/netstandard2.0/Microsoft.Identity.Web.TokenAcquisition.dll</Left> | ||
| <Right>lib/net8.0/Microsoft.Identity.Web.TokenAcquisition.dll</Right> | ||
| </Suppression> | ||
| </Suppressions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.