Fix up reading auth schemes and setting default scheme (#42452)
* Fix up reading auth schemes and setting default scheme * Address feedback from peer review
显示
- src/Http/Authentication.Core/src/AuthenticationService.cs 6 个添加, 5 个删除src/Http/Authentication.Core/src/AuthenticationService.cs
- src/Security/Authentication/Core/src/AuthenticationConfigurationProviderExtensions.cs 1 个添加, 1 个删除...Core/src/AuthenticationConfigurationProviderExtensions.cs
- src/Security/Authentication/test/AuthenticationMiddlewareTests.cs 10 个添加, 0 个删除...rity/Authentication/test/AuthenticationMiddlewareTests.cs
- src/Tools/dotnet-user-jwts/src/Commands/ClearCommand.cs 1 个添加, 1 个删除src/Tools/dotnet-user-jwts/src/Commands/ClearCommand.cs
- src/Tools/dotnet-user-jwts/src/Helpers/JwtAuthenticationSchemeSettings.cs 16 个添加, 1 个删除...-user-jwts/src/Helpers/JwtAuthenticationSchemeSettings.cs
- src/Tools/dotnet-user-jwts/test/UserJwtsTestFixture.cs 2 个添加, 2 个删除src/Tools/dotnet-user-jwts/test/UserJwtsTestFixture.cs
- src/Tools/dotnet-user-jwts/test/UserJwtsTests.cs 93 个添加, 14 个删除src/Tools/dotnet-user-jwts/test/UserJwtsTests.cs
加载中