parent
83cb05d83c
commit
7b24304739
|
|
@ -29,6 +29,10 @@
|
||||||
<EmbeddedResource Include="OpenIdConnect\wellknownkeys.json" />
|
<EmbeddedResource Include="OpenIdConnect\wellknownkeys.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="$(SharedSourceRoot)test\SkipOnHelixAttribute.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
|
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
|
||||||
<Reference Include="Microsoft.AspNetCore.Authentication.Facebook" />
|
<Reference Include="Microsoft.AspNetCore.Authentication.Facebook" />
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Microsoft.AspNetCore.DataProtection;
|
using Microsoft.AspNetCore.DataProtection;
|
||||||
|
using Microsoft.AspNetCore.Testing.xunit;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
|
|
@ -48,6 +49,7 @@ namespace Microsoft.AspNetCore.Authentication.DataHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[SkipOnHelix]
|
||||||
public void UnprotectWithDifferentPurposeFails()
|
public void UnprotectWithDifferentPurposeFails()
|
||||||
{
|
{
|
||||||
var provider = ServiceProvider.GetRequiredService<IDataProtectionProvider>();
|
var provider = ServiceProvider.GetRequiredService<IDataProtectionProvider>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue