Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any well known thinktecture's identity server alternatives?

anyone knows any other identity servers besides thinktecture's identity server? I need to evaluate a few but I can't find anymore?

like image 242
enamrik Avatar asked Nov 04 '13 20:11

enamrik


People also ask

Is IdentityServer4 obsolete?

IdentityServer4 support will last until the end of life of . NET Core 3.1 that means till November 2022. In that way, Duende provides new documentation for the fifth service version.

Can I use Identity server for free?

The new Duende IdentityServer continues to be open source, but now has a dual license. This license allows it to be used for free for development, testing, and learning, free for non-commercial open source, and free for use in commercial settings if the entity or organization makes less than 1 million USD/year.

What is IDS4?

IDS4 is a system of networked microcomputers located in ATCTs, TRACONs, AFSSs, and ARTCCs that displays static and real-time, rapidly changing weather, operational support, and administrative information to air traffic control personnel.


2 Answers

AspNet.Security.OpenIdConnect.Server

They are a lower level alternative that works with OWIN/Katana and Core.

https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server

OpenIddict

"OpenIddict is based on ASP.NET Core Identity (for user management) and relies on AspNet.Security.OpenIdConnect.Server to control the OpenID Connect authentication flow."

https://github.com/openiddict/openiddict-core

like image 55
Vyrotek Avatar answered Oct 05 '22 23:10

Vyrotek


Identity Server is an excellent open source offering. I'm not aware of any other OSS offerings in that space. But there are many commercial offerings (mine, among others). It might help if you expanded on the requirements you have and why Identity Server is not enough, or why you need to compare.

BTW, Your question might be closed or flagged as it is too open ended and not specific. (https://stackoverflow.com/help/dont-ask). I'd encourage you to expand it with as many details as possible.

like image 41
Eugenio Pace Avatar answered Oct 06 '22 00:10

Eugenio Pace