practical-aspnetcore icon indicating copy to clipboard operation
practical-aspnetcore copied to clipboard

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

Open dodyg opened this issue 3 years ago • 9 comments

https://www.keycloak.org/

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

dodyg avatar Jul 19 '21 07:07 dodyg

Evaluate https://github.com/simpleidserver/SimpleIdServer

dodyg avatar Jul 19 '21 12:07 dodyg

Evaluate https://github.com/openiddict/openiddict-core or https://docs.orchardcore.net/en/dev/docs/reference/modules/OpenId/

dodyg avatar Jul 19 '21 12:07 dodyg

Maybe AWS Cognito?

Kralizek avatar Jul 19 '21 16:07 Kralizek

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.

dodyg avatar Jul 20 '21 08:07 dodyg

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.

Meligy avatar Jul 20 '21 14:07 Meligy

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

atresnjo avatar Aug 10 '21 19:08 atresnjo

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 :)

lohithgn avatar Aug 15 '21 04:08 lohithgn

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 ?

lohithgn avatar Sep 09 '21 12:09 lohithgn

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

dodyg avatar Sep 09 '21 13:09 dodyg