forked from Sustainsys/Saml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSustainsys.Saml2.Mvc.nuspec
30 lines (30 loc) · 1.31 KB
/
Sustainsys.Saml2.Mvc.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
30
<?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 MVC. The package adds an MVC controller that handles SAML SignIn and SignOut.</summary>
<description>
A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller 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 AspNetMvc Mvc</tags>
<releaseNotes />
<dependencies>
<group>
<dependency id="Sustainsys.Saml2" version="[$version$]" />
<dependency id="Microsoft.AspNet.Mvc" version="4.0.20710" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\nuget\sustainsys.png" target="\" />
</files>
</package>