DEV Community

Fulton Browne
Fulton Browne

Posted on

What is the best open source oauth platform?

I would prefer something I can run locally and in a docker container, but I will definitely consider cloud based provider. Just for background I have been using azure b2c so I do need something user facing. Any input would be awesome :]

Oldest comments (6)

Collapse
 
haidv profile image
HaiDV

Keycloak is my choice. It 's open source and available in DockerHub

Collapse
 
rickystam profile image
Ricky Stam

Hi, I've worked with Identity Server 4 which is open source and can be hosted anywhere.
I would definitely suggest it.

Collapse
 
kunalspatil profile image
Kunal Patil
Collapse
 
sarafian profile image
Alex Sarafian
  • keycloak as a java based full blown service
  • auth0 as SAAS
  • IdentityServer as an SDK but can work as a ready out of the box solution. The difference with keycloak is that as an SDK it allows you to embed it in your service.

In general checkout this very recent presentation

Collapse
 
caelinsutch profile image
caelinsutch

I'm a big fan of Firebase Auth, completely cloud based, but so fricken easy to use, basically out of the box functionality. Plus, a nice selection of oAuth providers built in, and integration with the rest of the Firebase services.

Collapse
 
putrikarunia profile image
Putri Karunia

Hi Fulton, we have a simple cloud-based OAuth solution called Cotter that helps you add passwordless login to your website or app. Some features that might interest you:

I've included links for 5-minutes quickstarts. Let me know if you're interested, we're happy to help.