Description
The Kentor Authentication services is a library that adds SAML2P support to ASP.NET and IIS
web sites, allowing the web site to act as a SAML2 Service Provider (SP).
Kentor.AuthServices is open sourced and contributions are welcome, please see
contributing guidelines for info on coding standards etc.
Kentor Authentication Services alternatives and similar packages
Based on the "Application Frameworks" category.
Alternatively, view Kentor Authentication Services alternatives based on common mentions on social networks and blogs.
-
CoreFX
The corefx repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months. -
ASP.NET Boilerplate
A starting point for new modern ASP.NET MVC web applications with best practices and most popular tools. -
Orleans
Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns -
ABP
The next generation of the ASP.NET Boilerplate web application framework. -
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. -
DotNetty
DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. -
Uno Platform
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported. -
AspectCore Framework
AspectCore Framework is an Aspect-Oriented Programming based cross platform framework for .NET Core and .NET Framework. Core support for aspect-interceptor,dependency injection integration , web applications , data validation , and more. -
Microdot Framework
Microdot: An open source .NET microservices framework -
Spring.Net
Spring.NET is an open source application framework that makes building enterprise .NET applications easier -
X.PagedList
Nugget for easily paging through any IEnumerable/IQueryable in Asp.Net MVC -
Fusion
Make your ASP.NET Core services 10x ... 1000x faster and unleash the power of real-time UI updates with Fusion's change tracking abstractions. -
peasy
Peasy is a middle tier framework that offers an easy to use and flexible rules engine and was designed to address common challenges such as concurrency handling, transactional support, fault tolerance, threading, scalability, async and multiple client support, and easy testability, all without a huge learning curve! -
ASP.NET MVC Boilerplate Framework
ASP.NET MVC Extensions and Helper NuGet packages. -
rxweb
Tons of extensively featured packages for Angular, VUE and React Projects -
Mono-Addins
Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications -
Newbe.Claptrap
This is a set of server-side development frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can develop "distributed", "scale out", and "easy to test" application more simply. -
DWKit
Business processes, Workflow and Forms in a self-hosted or cloud .NET Core solution. -
Database scaffolding platform
Database scaffolding tool -
HopFramework
HopFramework is a framework to create projects easily applying Domain Driven Design and a lot of patterns to delivery a better solution. -
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language -
Simplify.Web
Simplify.Web is a lightweight and fast server-side .NET web-framework based on MVC and OWIN for building HTTP based web-applications, RESTful APIs etc. -
MVCExtensibleRoleManagement
ASP.NET MVC Role-Based Security Example -
Ether.Network
Ether.Network is an open source networking library that allow developers to create simple, fast and scalable socket server or client applications over the TCP/IP protocol.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Kentor Authentication Services or a related project?
README
Sustainsys.Saml2
The Sustainsys.Saml2 library adds SAML2P support to ASP.NET web sites, allowing the web site to act as a SAML2 Service Provider (SP). The library was previously named Kentor.AuthServices.
Sustainsys.Saml2 is open sourced and contributions are welcome, please see [contributing guidelines](CONTRIBUTING.md) for info on coding standards etc.
Branches
There are three active branches in the repo
- v1 is a security-supported-only version that uses the
System.IdentityModel
library for token handling and supports HttpModule, Mvc, Owin and AspNetCore2 (only on full. Net Framework). - v2 is a currently supported version that uses the
Microsoft.IdentityModel
nuget packages for toking handling, multi-targets and supports HttpModule, Mvc, Owin and AspNetCore2 - develop is development for a new version (will be released as v3 eventually) that only supports Asp.Net Core.
- master is deprecated and only kept around to ensure all old links pointing to it works.
Documentation
Complete documentation is available at our documentation site.