I'd like to aim for Keycloak support as the next major feature. Based on the docs this should be pretty simple, the model of a Keycloak client looks to match an authentik Application/Provider pair.
Should be possible to just subclass auth.AuthProvider with a pretty similar implementation of get_applications()just with a different API client library.
This would also be a good time to better document the setup process, with sections specifically for both authentik and Keycloak.
I'd like to aim for Keycloak support as the next major feature. Based on the docs this should be pretty simple, the model of a Keycloak client looks to match an authentik Application/Provider pair.
Should be possible to just subclass
auth.AuthProviderwith a pretty similar implementation ofget_applications()just with a different API client library.This would also be a good time to better document the setup process, with sections specifically for both authentik and Keycloak.