Hao Kung

Results 19 issues of Hao Kung

Perf followup to https://github.com/dotnet/aspnetcore/issues/39840 This adds a metadata cache so we cache the computed policies per endpoint

area-security
api-suggestion

See https://github.com/dotnet/aspnetcore/pull/41944#discussion_r940879108 Some followup questions/work: from @bartonjs > In this if block, you could just make certificate be fullChain[0] (assuming it's non-empty), and then you could remove certificate from the...

area-security
servers-kestrel

There are ~~two~~ tests skipped on helix due to the move to running from the publish directory from https://github.com/dotnet/aspnetcore/pull/29449 - [x] IdentityUIScriptsTest.IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent - [x] HtmlGenerationWebSite_GeneratesExpectedResultsNotReadyForHelix - [x] HtmlGenerationWebSite_GenerateEncodedResultsNotReadyForHelix - [...

task
test-failure
area-mvc
triaged

IndividualAuth_Works tests are failing with the following on OSX, this seems like its generally an issue when the trust store is modified which causes Chrome to flush all the connections,...

test-failure
area-blazor
playwright 🎭

For https://github.com/dotnet/aspnetcore/issues/21513 TBD: tests

area-runtime

Seeing intermittent hangs in these tests: Added `false` to take this out of the aspnetcore-ci checks since all tests were quarantined anyways Failing build: https://dev.azure.com/dnceng/public/_build/results?buildId=1495934&view=ms.vss-test-web.build-test-results-tab&runId=42705898&resultId=121679&paneView=debug Console logs: ``` Console log:...

test-failure
area-blazor
playwright 🎭

There's been an app building exercise around auth in 7.0, and that resulted in some feedback that we currently don't have any documentation about Identity's SecurityStamp / single sign out...

doc-idea
7.0

## System.IdentityModel packages updated to 6.6.0 (6.7.1 in preview 8) We have updated the following packages to 6.6.0 (6.7.1 in preview 8) `Microsoft.IdentityModel.Logging` `Microsoft.IdentityModel.ProtocolsOpenIdConnect` `Microsoft.IdentityModel.ProtocolsWsFederation` `System.IdentityModel.Tokens.Jwt` ### Version introduced 5.0.0-preview7...

Announcement
Breaking change
5.0.0
Documented

## Authorization resource in endpoint routing will now be HttpContext Prior to this change, when using endpoint routing, the resource used for authorization would be the endpoint. This was insufficient...

Announcement
Breaking change
5.0.0
Documented

As part of adding support for new email/confirmation flows in Identity(https://github.com/aspnet/AspNetCore/issues/8356), we added a new `IUserConfirmation` argument to the constructor of `SignInManager` This announcement has been migrated to: dotnet/docs#14828

Announcement
Breaking change
3.0.0
Migrated
Documented