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

Add FailureReasons #35425

Merged
merged 4 commits into from
Aug 18, 2021
Merged

Add FailureReasons #35425

merged 4 commits into from
Aug 18, 2021

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Aug 17, 2021

Fixes #35319

@ghost ghost added the area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer label Aug 17, 2021
@HaoK HaoK requested review from Tratcher and blowdart August 18, 2021 00:41
@HaoK HaoK marked this pull request as ready for review August 18, 2021 00:41
@HaoK HaoK merged commit 08bdcfd into main Aug 18, 2021
@HaoK HaoK deleted the haok/authz branch August 18, 2021 03:57
@ghost ghost added this to the 6.0-rc1 milestone Aug 18, 2021
@davidfowl
Copy link
Member

Did this get API reviewed?

HaoK added a commit that referenced this pull request Aug 19, 2021
HaoK added a commit that referenced this pull request Aug 20, 2021
pranavkm pushed a commit that referenced this pull request Aug 24, 2021
Pilchie pushed a commit that referenced this pull request Aug 24, 2021
wtgodbe added a commit that referenced this pull request Aug 24, 2021
* Update dependencies from https://github.com/dotnet/efcore build 20210821.6 (#35617)

Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.Design
 From Version 6.0.0-rc.1.21420.45 -> To Version 6.0.0-rc.1.21421.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update docker container to mcr (#35630)

Co-authored-by: Brennan <brecon@microsoft.com>

* [release/6.0-rc1] Update dependencies from dotnet/runtime dotnet/efcore (#35634)

[release/6.0-rc1] Update dependencies from dotnet/runtime dotnet/efcore

* [release/6.0-rc1] HTTP/3: Response drain timeout (#35492)

- backport of #35322 to release/6.0-rc1

* [release/6.0-rc1] Reliability improvement for input date E2E tests (#35616)

* Reliability improvement for input date E2E tests

* Avoid "collection was modified" error in CircuitGracefulTerminationTests

* Avoid timing issues in CanFocusDuringOnAfterRenderAsyncWithFocusInEvent

* Update src/Components/test/E2ETest/Tests/FormsTest.cs

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>

* Remove notes from earlier

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>

* Minimal APIs naming cleanup

* Add Support for `DateOnly` & `TimeOnly` for `SupplyParameterFromQuery`

Fixes: #35525
API Proposal: #35567

* Add FailureReasons (#35425)

* Add support for Results extension point

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brennan <brecon@microsoft.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Tanay Parikh <taparik@microsoft.com>
Co-authored-by: Hao Kung <HaoK@users.noreply.github.com>
Co-authored-by: Safia Abdalla <safia@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow more failure details for AuthZ handlers
3 participants