aspnetcore/src/Components/Authorization/test
Stephen Lorello ec4b2221c2
[Blazor][Fixes #22679] Flow the Resource to the authorization service in AuthorizeRouteView
AuthorizeRouteView combines AuthorizeView and RouteView on one abstraction for convenience, but it was missing a Resource parameter to capture and flow the resource to pass on to the AuthorizationService. This PR adds a new Resource parameter and makes sure that the value is passed to the authorization service so that it is available for the authorization handlers in a policy.
2020-07-17 03:54:48 -07:00
..
AuthorizeRouteViewTest.cs [Blazor][Fixes #22679] Flow the Resource to the authorization service in AuthorizeRouteView 2020-07-17 03:54:48 -07:00
AuthorizeViewTest.cs
CascadingAuthenticationStateTest.cs
Microsoft.AspNetCore.Components.Authorization.Tests.csproj Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
TestAuthenticationStateProvider.cs
TestAuthorizationPolicyProvider.cs
TestAuthorizationService.cs
TestIdentity.cs