You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current system of authenticating via the CouchDB or the ReplicationMS should be replaced by a centralized keycloak that mirrors the current behavior.
This includes
Users can login offline
User are auto-logged in if they still have a valid JWT
Users from the existing CouchDB _users database can be migrated to Keycloak using the REST API and migrating the salt and the derived_key to Base64
Users can be manually added
Add repo for keycloak setup with docker-compose.yml file
The current system of authenticating via the CouchDB or the ReplicationMS should be replaced by a centralized keycloak that mirrors the current behavior.
This includes
_users
database can be migrated to Keycloak using the REST API and migrating thesalt
and thederived_key
to Base64docker-compose.yml
fileThe text was updated successfully, but these errors were encountered: