dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start writing samples for ASP.NET Core Integration with identity servers

dodyg opened this issue · comments

https://www.keycloak.org/

Now that ID5 is a commercial product (good on them), keycloak is a good alternative

Maybe AWS Cognito?

I haven't used them. We can just point to their samples. I assume they have plenty. But if they don't exist, I welcome a PR. I don't have amazon account.

Wow. Good list. I didn't know about a few of them until I was evaluating this 2-3 weeks ago. I think openiddict is the most popular candidate as an Identity Server replacement for a pure .NET solution.

https://fusionauth.io/ is also a good alternative

OpenIdDict has a fantastic list of samples covering all auth scenarios here: https://github.com/openiddict/openiddict-samples

So - are we saying we should just copy those over to here i.e. to practical aspnet core > identity :)

OpenIdDict has a fantastic list of samples covering all auth scenarios here: https://github.com/openiddict/openiddict-samples

So - are we saying we should just copy those over to here i.e. to practical aspnet core > identity :)

@dodyg OpenID Dict already has 6 to 7 samples on various flows (https://github.com/openiddict/openiddict-samples). do we want to copy them to this repo ?

We should just link it to those samples. If we do samples, it should be something different.