forked from Sustainsys/Saml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSustainsys.Saml2.HttpModule.nuspec
29 lines (29 loc) · 1.22 KB
/
Sustainsys.Saml2.HttpModule.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<license type="expression">MIT</license>
<icon>Sustainsys.png</icon>
<projectUrl>https://github.com/Sustainsys/Saml2</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A SAML2 Service Provider for ASP.NET. The package adds an Http module for SAML2 Authentication.</summary>
<description>
A SAML2 Http Module for ASP.NET. Install in project and add sections to web.config. No coding required. The package adds an ASP.NET Http Authentication Module that handles SAML SignIn and SignOut. It works with the claims model of .NET and uses the present infrastructure for session authentication cookies etc.
</description>
<copyright>Copyright Sustainsys and contributors 2013-2020</copyright>
<tags>SAML2 authentication AspNet SAML SSO</tags>
<releaseNotes />
<dependencies>
<group>
<dependency id="Sustainsys.Saml2" version="[$version$]" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\nuget\Sustainsys.png" target="\" />
</files>
</package>