Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: auth error when using KeyCloak #1586

Open
1 task done
u0078867 opened this issue Mar 20, 2025 · 0 comments
Open
1 task done

[Bug]: auth error when using KeyCloak #1586

u0078867 opened this issue Mar 20, 2025 · 0 comments

Comments

@u0078867
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I followed the guide on how to add the auth service with KeyCloak.
I am able to be redirected to the KeyCloak login page, but just after I log-in with the test user I created on KeyCloak, I get this Lowcoder API error (details below from Chrome network panel).

POST http://localhost:3000/api/auth/tp/login

with these query parameters:

500 Internal Server Error

Response payload:

{
    "code": 5601,
    "message": "Failed to get OIDC information, error message: 500 Internal Server Error from POST http://localhost:8080/realms/myrealm/protocol/openid-connect/token.",
    "success": false
}

Logging lowcoder container did not show any error message.

Expected Behavior

A successful login.

Steps to reproduce

Lowcoder running locally: lowcoderorg/lowcoder-ce@sha256:8f10f3b2de59b22ee670ebe7a00eb35906923889fbfd227abc081e4ced730ace
KeyCloak running locally: quay.io/keycloak/keycloak:26.1.4

Environment

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant