Skip to content

Commit

Permalink
release notes and added documentation to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dina-heidar committed Apr 16, 2023
1 parent 2b67c00 commit 86f2acf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## SAML2.Authentication

This is a dotnet tool when to added to a client it can authenticate and logout using SAML2. It implements SAML Web SSO (HTTPGet, HTTPPost, Artifact), Logout (HTTPGet, HTTPost) profile message flows and bindings. Documentation coming soon.
This is a dotnet tool when to added, it can authenticate and logout using SAML2. It implements SAML Web SSO (HTTPGet, HTTPPost, Artifact), Logout (HTTPGet, HTTPost) profile message flows and bindings.

The tools will add authentication middleware to the request pipeline.

Click here for [documentation](https://saml2-documentation.readthedocs.io/en/latest/getting-started/)
8 changes: 4 additions & 4 deletions src/saml2.authentication/saml2.authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageTags>authentication;dotnet;security;saml2;.NETCore;SSO;SLO;.NET;identity;aspnetcore</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>6.0.9</Version>
<AssemblyVersion>6.0.9.0</AssemblyVersion>
<FileVersion>6.0.9.0</FileVersion>
<Version>6.1.0</Version>
<AssemblyVersion>6.1.0.0</AssemblyVersion>
<FileVersion>6.1.0.0</FileVersion>
<PackageIcon>images\icon_128x128.png</PackageIcon>
<InformationalVersion>This is a release package</InformationalVersion>
<Authors>Dina Heidar</Authors>
Expand All @@ -25,7 +25,7 @@
<PackageProjectUrl>https://saml2-documentation.readthedocs.io/en/latest/getting-started</PackageProjectUrl>
<RepositoryUrl>https://github.com/dina-heidar/saml2-authentication</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>metadata regex if not a url</PackageReleaseNotes>
<PackageReleaseNotes>Documentation site</PackageReleaseNotes>
<RepositoryType>Git</RepositoryType>
<Title>Saml2.Authentication</Title>
<Copyright>Copyright Dina Heidar</Copyright>
Expand Down

0 comments on commit 86f2acf

Please sign in to comment.