File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
samples/Mvc.Client/Controllers
src/AspNet.Security.OAuth.VisualStudio Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
<PackageVersion Include =" JetBrains.Annotations" Version =" 2020.1.0" />
5
5
<PackageVersion Include =" JustEat.HttpClientInterception" Version =" 3.0.0" />
6
6
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.1.0" />
7
- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.0-preview.7 .*" />
8
- <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.0-preview.7 .*" />
9
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0-preview.7 .*" />
10
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0-preview.7 .*" />
7
+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.0-preview.8 .*" />
8
+ <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.0-preview.8 .*" />
9
+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.0-preview.8 .*" />
10
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 5.0.0-preview.8 .*" />
11
11
<PackageVersion Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.0" />
12
12
<PackageVersion Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 6.6.0" />
13
13
<PackageVersion Include =" Moq" Version =" 4.14.5" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 5.0.100-preview.7.20366.6 "
3
+ "dotnet" : " 5.0.100-preview.8.20417.9 "
4
4
},
5
5
6
6
"msbuild-sdks" : {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public async Task<IActionResult> SignIn([FromForm] string provider)
40
40
41
41
[ HttpGet ( "~/signout" ) ]
42
42
[ HttpPost ( "~/signout" ) ]
43
- public IActionResult SignOut ( )
43
+ public override SignOutResult SignOut ( )
44
44
{
45
45
// Instruct the cookies middleware to delete the local cookie created
46
46
// when the user agent is redirected from the external identity provider
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static class VisualStudioAuthenticationDefaults
17
17
/// <summary>
18
18
/// Default value for <see cref="AuthenticationScheme.Name"/>.
19
19
/// </summary>
20
- public const string AuthenticationScheme = "Visual Studio Online " ;
20
+ public const string AuthenticationScheme = "VisualStudioOnline " ;
21
21
22
22
/// <summary>
23
23
/// Default value for <see cref="AuthenticationScheme.DisplayName"/>.
You can’t perform that action at this time.
0 commit comments