Peter
Peter
@Liamdoult Does the issue still occur to you? This test project uses the same props file as other tests. Do other test projects run successfully?
Comparison of .NET's [SequenceEquals](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs#L1647) and our [Utility.AreEqual](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/411d0841bf30db8bf1a8448e255cacf7b77534c4/src/Microsoft.IdentityModel.Tokens/Utility.cs#L178) to compare byte Spans. The test cases include short and long strings, matching and non-matching comparisons. The results show `SequenceEquals` is faster. I...
**Performance comparison:** Reading (creating) JsonWebToken: | | Method | Mean | Ratio | Error | StdDev | P90 | P95 | P100 | Gen0 | Allocated | Ratio | |--------|--------------------|----------|-------|-----------|-----------|----------|----------|----------|--------|-----------|-------|...
Made changes in [this commit](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2535/commits/ba4b49f87abef64f99863899da8142e175aa2caa). Brought back the ArrayPool for the whole token bytes. Saving only the bytes for string header and payload claims. Here are the results. The "Before"...
The solution is being worked on in #2513. Expected to go into the next release.
From: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/adding_a_privacy_manifest_to_your_app_or_third-party_sdk > Starting November 12, 2024, apps that don’t include a required privacy manifest can’t be submitted for review in App Store Connect. If an invalid file comes from...
@jennyf19 Can this be closed? It was moved to Done on the board.
@prochnowc We'll try to take this in this week's release.
@jennyf19 Is there any specific work that needs to be done for this?
The policies should apply at sign in. Conditional access docs: https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-assignment-network#when-is-a-location-evaluated I recommend using Microsoft Identity Web, if you have an ASP.NET site. it simplifies dealing with conditional access challenges....