A core package for Medidata HMAC protocol implementation. This package contains the core functionality which used by the MAuth authentication protocol-specific components. This package also can be used standalone if you want to sign HTTP/HTTPS requests with Medidata MAuth keys using the .NET HttpClient message handler mechanism.
Used with SimpleAuthentication, provides automated configuration for ASP.NET Mvc projects.
Web API intgration package for resource/action based authorization.
OAuth 2.0 server middleware for ASP.NET Core.
Enable your applications to become high-throughput, cross-platform, full-duplex, stand-alone WebSocket servers and/or clients optimized for pushing real-time data to large number of connections. PowerWebSockets features lightweight JSON messaging, push-to-all, burst messaging, streaming API, per-message compression, TLS with X.509 and username/password authentication, advanced keep-alive and more. This package pulls in all the assemblies required for creating servers and clients running on .NET Framework (server-side & client-side), .NET Compact Framework (server-side & client-side), Xamarin.iOS (server-side & client-side), Xamarin.Android (server-side & client-side), Windows Phone (client-side), Silverlight (client-side) and Mono (server-side & client-side).
Document-oriented entities for the OpenIddict MongoDB stores.
API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key in Header, QueryParams or HeaderOrQueryParams.
A helper library for handling reproducible tasks such as logging and authentication for Nancy microservices
Sending worldwide SMS messages with the ASPSMS.com API to over 800 mobile networks. This .NET assembly contains all you need to process text messages, two-factor token authentication and other SMS. Get a free test account and free test credits for your project.
Azure authentication using Azure Graph and the 2.0 endpoints support for ServiceStack. This package includes client models, request objects and interface declarations.
Microsoft ASP.NET Core 2.0 SPNEGO GSS Kerberos Authentication
Easy testing of role based authentication during integration testing for ASP.NET core applications.
Claims-based user account and identity management framework
This library contains basic authentification module, which can be mainly used for Azure websites. Not intended for production use.
==CSharpTest.Net.RpcLibrary== Simply one of the fastest and most robust inter-process communcations available on the Windows platform. WinRPC is the building block of DCOM and probably the most used remote proceedure call in Windows. In plain words it is the fastest, most stable, secure transport available. Use it for authenticated or anonymous communications over LRPC, named-pipes, or tcp/ip. This assembly provides all the interop nessessary to start a server or client; however, it is a transport only implementation. In other words, it provides no more than moving a byte[] back and forth with the remote endpoint. A protocol is usually layered on top of this to turn raw bytes into meaningful messages.
Runtime cache implementation of the IServiceTicketStore for Single sign-out
Delegation Handler based Authentication Framework for ASP.NET Web API v2.
Helper methods to make it easier to work with user data embedded into forms auth tickets.
To get started create a new Web Api project with the authentication set to 'Individual User Accounts' then install this package. This package adds authentication (ASP.NET Identity version 2.0.0) to Durandal 2.0.1 (the Bootstrap 3 starterkit version). The expected version of JQuery is 1.10.2. If you are using another version update the jquery path in App/main.js. If you are using ASP.NET Identity version 1.0.0 please install version 1.7.3 of this package.
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
An open source generic message passing protocol with focus on confidentiality and authentication.
jwt authentication using jose.jwt for Jimu microservice framework
jwt authentication using jose.jwt for Jimu microservice framework
Middleware for doing claims transformation in OWIN/Katana applications.
Package Description
Windows user authentication provider for CoreRemoting
OpenID Connect server middleware for OWIN/Katana.
Libary to provide base funcionalities to .NET Core and .NET Framework token authentication
Linux user authentication provider for CoreRemoting
Package Description
Package Description
Helper for composing and sending an HTTP POST request with a JSON body (and application/json content-type header) and a basic authentication header
provides MSAL Authentication helper
Encapsulated Classe to Modal Authentication
Provides infrastructure for common authentication and additional convenience APIs for Azure REST clients.
Package Description
Provides the agreed authentication contracts between Octopus Server and Octopus Server Extensions.
ASP.NET 5 middleware that enables an application to support Basic authentication workflow.
ASP.NET 5 middleware for basic authentication.
.NET Core port of the official CyberSource.Authentication package. https://github.com/CyberSource/cybersource-rest-client-dotnet/issues/14
Package Description
Simple Http Basic, Digest Authentication Module with IP Restriction. [Features] - Standard basic authentication. - Digest authentication implementation is simple algorithm: nonce value has expiration. - Basic or Digest Authentication don't touch HttpContext.Current.User. - Target IP Address Family is IPv4 and IPv6. - Ignore Path Regex.(specified path skip authentication) - Ignore IP Address.(specified IP skip authentication) If you find bugs or have requests for improvement, contact me. http://github.com/nabehiro/HttpAuthModule