ASP.NET Identity VS DotNetOpenAuth

Compare ASP.NET Identity vs DotNetOpenAuth and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ASP.NET Identity DotNetOpenAuth
2 1
1,915 1,681
- -
0.0 0.0
over 5 years ago over 6 years ago
C# C#
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ASP.NET Identity

Posts with mentions or reviews of ASP.NET Identity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-06.
  • 2FA logins with "magic link" style passwordless authentication?
    1 project | /r/dotnetcore | 6 May 2021
    There's nothing wrong with directly getting the user in their flow, the GetTwoFactorAuthenticationUserAsync is just the method that uses a tfa cookie to flow the information in the templates. The obvious caveat is that you would need to be careful to not make it easy to bypass the first/password step, but there's not a lot of ceremony underneath the covers: https://github.com/aspnet/Identity/blob/master/src/Identity/SignInManager.cs#L526
  • What every ASP.NET Core Web API project needs - Part 3 - Exception handling middleware
    2 projects | dev.to | 6 Mar 2021
    If you wrap the result into another object like IdentityResult, you should pay the extra heap allocation. For each call, an extra object should be initialized even for the successful operation. If you call an API 100 times with different inputs, how many times an exception may be thrown? So the rate of throwing an exception with the extra object initializing (and heap allocation) is not the same

DotNetOpenAuth

Posts with mentions or reviews of DotNetOpenAuth. We have used some of these posts to build our list of alternatives and similar projects.
  • Easiest way to develop an OIDC provider in .NET Framework
    1 project | /r/dotnet | 27 Apr 2023
    I saw this post from 2012, and it's almost exactly the same situation as ours, but the DotNetOpenAuth repository has been archived since 2019. There is also the IdentityServer project, but IdentityServer3 seems to be the most recent version that still supports .NET Framework (not Core), and it hasn't been updated since 2018.

What are some alternatives?

When comparing ASP.NET Identity and DotNetOpenAuth you can also consider the following projects:

OAuth

ASP.NET SAML - Very simple SAML 2.0 consumer module for ASP.NET/C#

Cierge

TwoFactorAuth.Net - .Net library for Two Factor Authentication (TFA / 2FA)

PwdLess

CodeNode.Identity - An easy implementation for Identity framework for .net applications

Stuntman - Library for impersonating users during development leveraging ASP.NET Identity.

IAmRoot NuGet Package - 📦🏴‍☠️ NuGet package that shows we can run arbitrary code from any NuGet package