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
I'm trying to configure Databucket to authenticate through Keycloak.
To do this, I've included the following Spring Security configuration in application.yaml:
With this configuration, I was expected to get the Keycloak login form.
Checking the frontend source code, I've found the following code in AuthPage.jsx:
This code expect to get the auth options through a request to getBaseUrl("auth/auth-options"), but this request returns a web page with HTTP 404.
Do you have any example on how to integrate Databucket with AD to use OAuthLogin, just to check what I'm doing wrong? Or there is any path I should follow to procceed with OAuth login?
The text was updated successfully, but these errors were encountered:
I'm trying to configure Databucket to authenticate through Keycloak.
To do this, I've included the following Spring Security configuration in application.yaml:
With this configuration, I was expected to get the Keycloak login form.
Checking the frontend source code, I've found the following code in AuthPage.jsx:
This code expect to get the auth options through a request to
getBaseUrl("auth/auth-options")
, but this request returns a web page with HTTP 404.Do you have any example on how to integrate Databucket with AD to use OAuthLogin, just to check what I'm doing wrong? Or there is any path I should follow to procceed with OAuth login?
The text was updated successfully, but these errors were encountered: