diff --git a/engines/dfc_provider/app/services/api_user.rb b/engines/dfc_provider/app/services/api_user.rb index 580d2458e3..01c5356f29 100644 --- a/engines/dfc_provider/app/services/api_user.rb +++ b/engines/dfc_provider/app/services/api_user.rb @@ -15,6 +15,10 @@ class ApiUser id: "https://carte.cqcm.coop/profile", tokens: "https://authentification.cqcm.coop/realms/cqcm/protocol/openid-connect/token", }, + 'lf-dev' => { + id: "https://www.litefarm.org/profile", + tokens: "https://login.fooddatacollaboration.org.uk/realms/dev/protocol/openid-connect/token", + }, }.freeze CLIENT_MAP = PLATFORMS.keys.index_by { |key| PLATFORMS.dig(key, :id) }.freeze