Medidata.MAuth.Owin
2.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Medidata.MAuth.Owin --version 2.1.0
NuGet\Install-Package Medidata.MAuth.Owin -Version 2.1.0
<PackageReference Include="Medidata.MAuth.Owin" Version="2.1.0" />
paket add Medidata.MAuth.Owin --version 2.1.0
#r "nuget: Medidata.MAuth.Owin, 2.1.0"
// Install Medidata.MAuth.Owin as a Cake Addin #addin nuget:?package=Medidata.MAuth.Owin&version=2.1.0 // Install Medidata.MAuth.Owin as a Cake Tool #tool nuget:?package=Medidata.MAuth.Owin&version=2.1.0
This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authenticate the api requests signed with the MAuth protocol.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- Medidata.MAuth.Core (>= 2.1.0)
- Microsoft.Owin (>= 3.0.1)
- Owin (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 672 | 8/7/2020 |
4.0.2 | 632 | 2/5/2020 |
4.0.1 | 519 | 11/14/2019 |
4.0.0 | 533 | 10/9/2019 |
3.1.2 | 755 | 1/18/2019 |
3.1.2-pre1 | 595 | 1/17/2019 |
3.1.1 | 831 | 10/18/2018 |
3.1.0 | 742 | 10/15/2018 |
3.0.4 | 752 | 10/10/2018 |
3.0.3 | 790 | 8/28/2018 |
3.0.2 | 1,090 | 6/8/2018 |
3.0.1 | 923 | 1/31/2018 |
3.0.0 | 921 | 12/28/2017 |
3.0.0-pre1 | 794 | 12/26/2017 |
2.4.1 | 966 | 8/31/2017 |
2.4.0 | 937 | 7/28/2017 |
2.3.0 | 920 | 6/30/2017 |
2.2.0 | 972 | 3/1/2017 |
2.1.1 | 1,022 | 12/16/2016 |
2.1.0 | 1,000 | 12/13/2016 |
2.1.0-beta4 | 759 | 11/29/2016 |
2.1.0-beta3 | 769 | 11/24/2016 |
2.1.0-beta2 | 817 | 11/21/2016 |
2.1.0-beta | 772 | 11/21/2016 |
2.0.0 | 1,075 | 10/26/2016 |
1.0.0 | 982 | 8/9/2016 |
This version makes possible to read the OWIN request body in the subsequent middlewares after the authentication, even if the body stream is not seekable initially.