Ask HN: DIY Replacement for Auth0 or Okta

2 points by antb123 ↗ HN
Are there any authentication platforms as a service that have functionality like okta/Auth0?

It would be pretty easy (but a lot of work) to roll your own using Django. Is there anything that works out of the box? and is battle tested?

2 comments

[ 0.20 ms ] story [ 17.7 ms ] thread
Getting authentication and federation "right" is tough, and I wouldn't recommend implementing it yourself.

I would consider looking into Keycloak, which is an opensource platform similar to Okta/Auth0 that you can self host:

https://www.keycloak.org/

Java code base from redhat (now IBM)... looks complete though