How to implement Basic Identity instead of Keycloak

Hi, I found a few files talking about using Basic Identity Provider, can someone help me how can I use it instead of Keycloak? Thanks all!

Screenshot 2023-12-30 at 01.08.16

Hey,

Sorry for missing this question; the BasicIdentityProvider is a legacy thing that we haven’t maintained for quite some time but you could try it by setting OR_IDENTITY_PROVIDER=basic.

It was very limited in functionality when it did work; long term I would like the option to offload auth to a lightweight embedded implementation or something like auth0, any help/suggestions here are always welcome.

1 Like

Thanks for your feedback, basic identity is actually quite limited, so I went back to Keycloak then :smiley: