Info
Version: | 5.0.0 |
Author(s): | Medidata Solutions, Inc. |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mdsol/mauth-client-dotnet |
NuGet Url: | https://www.nuget.org/packages/Medidata.MAuth.AspNetCore |
Install
Install-Package Medidata.MAuth.AspNetCore
dotnet add package Medidata.MAuth.AspNetCore
paket add Medidata.MAuth.AspNetCore
Medidata.MAuth.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Medidata.MAuth.Core(>= 5.0.0)
- Microsoft.AspNetCore.Http(>= 2.1.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.AspNetCore.Http.Extensions(>= 2.1.1)
Tags
The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your ASP.NET Core web api if you want to authenticate the api requests signed with the MAuth protocol.