Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
dina-heidar committed Apr 15, 2023
1 parent 18e9c44 commit 2b9174d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/Mvc.Post.PostBinding/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static void Main(string[] args)
LogoUriValue = new Uri("https://epsm.la.gov/logo.png"),
KeywordValues = new[] { "set", "ready", "go" }
},
AttributeConsumingService = new AttributeConsumingService
AttributeConsumingService = new AttributeConsumingService
{
ServiceDescriptions = "testing service",
ServiceNames = "primary",
Expand All @@ -103,7 +103,7 @@ public static void Main(string[] args)
{
Name ="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
NameFormat = "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
FriendlyName = "E-Mail Address",
FriendlyName = "E-Mail Address",
IsRequiredField= true
},
new RequestedAttribute
Expand All @@ -124,7 +124,7 @@ public static void Main(string[] args)
},
Signature = new X509Certificate2("../SharedCertificates/dev.govalerts.la.gov.pfx",
"0n3wh33L", X509KeyStorageFlags.Exportable)
};
};

if (environment.IsDevelopment())
{
Expand Down
5 changes: 2 additions & 3 deletions src/saml2.authentication/saml2.authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<Company></Company>
<Product>Saml2.Authentication</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--<PackageLicenseFile>LICENSE</PackageLicenseFile>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/dina-heidar/saml2-authentication</PackageProjectUrl>
<RepositoryUrl>https://github.com/dina-heidar/saml2-authentication</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -43,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<!--<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="" />-->
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
<None Include="..\..\assets\logo\icon_128x128.png" Pack="true" PackagePath="images" />
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit 2b9174d

Please sign in to comment.