Skip to content

Commit

Permalink
sample updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dina-heidar committed Nov 19, 2023
1 parent 80d3226 commit 8078da9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -11,11 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Saml2.Authentication" Version="8.0.1" />
<PackageReference Include="X509StoreFinder" Version="1.0.7" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\saml2.authentication\saml2.authentication.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions samples/Blazor.Post.ArtifactBinding/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void Main(string[] args)
options.MetadataAddress = "https://adfs2.la.gov/federationmetadata/2007-06/federationmetadata.xml";
options.ForceAuthn = true;
options.VerifySignatureOnly = false;
options.CreateMetadataFile = true;
//must match with metadata file
options.EntityId = "dev.govalerts.la.gov";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Saml2.Authentication" Version="8.0.1" />
<PackageReference Include="X509StoreFinder" Version="1.0.7" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\saml2.authentication\saml2.authentication.csproj" />
</ItemGroup>


</Project>
1 change: 1 addition & 0 deletions samples/Mvc.Redirect.PostBinding/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void Main(string[] args)
options.MetadataAddress = "https://adfs2.la.gov/federationmetadata/2007-06/federationmetadata.xml";
options.ForceAuthn = true;
options.VerifySignatureOnly = false;
options.CreateMetadataFile = true;
//must match with metadata file
options.EntityId = "dev.govalerts.la.gov";
Expand Down

0 comments on commit 8078da9

Please sign in to comment.