[Feat]: Datasources are tied to a specific authentication configuration #1397
Labels
API-Service
Backend Java Spring for the Lowcoder API
Javascript Frontend
Pull requests that update Javascript code
Is there an existing issue for this?
Current Behavior
There is a bug where datasources are being authenticated against a specific authentication provider configuration, instead of automatically inheriting the authentication context from the user's login session.
Expected Behavior
Datasources should automatically inherit authentication from the user's login session and should not be tied to a specific authentication configuration.
Steps to reproduce
OAuth2.0 (Inherit from login)
and User Authentication Source toGENERIC
.Environment
Lowcoder version 2.4.10 is affected, but it's likely that the issue also impacts the latest version.
mode: ENTERPRISE
Additional Information
We use Keycloak as the OAuth provider to authenticate across multiple Keycloak realms. However, since Lowcoder doesn’t support multiple Keycloak providers, we had to configure separate generic OAuth providers, each representing a different Keycloak realm.
The text was updated successfully, but these errors were encountered: