-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error when calling membership endpoint with search query #29
Comments
Hi @karlokoloda Thank you for reporting the issue you're facing, and I appreciate the details you've provided. Unfortunately, I couldn't replicate the error you mentioned. If you're able to provide the logs of your Keycloak instance when this error occurs, it would greatly assist in resolving the issue. In case you're unable to find the specific logs related to this issue, you might consider enabling debug-level logging. |
Hi @anarsultanov The service account admin-cli The logs are attached in the file |
Hi @karlokoloda, Thank you for sharing the logs and additional details. The issue appears to be affecting non-email accounts, including service accounts. The scenario of adding such accounts to a tenant was not considered, so they are not processed properly. I'll fix this when I have time during the week. Thanks for helping to identify this gap. |
When calling /tenants/{tenant_id}/[memberships?search=email%40example.com keycloak returns HTTP 400 'unknown_error'
Without the search query the endpoints returns the values correctly.
Keycloak version : 23.0.6 - with MySQL
keycloak-multi-tenancy version : 23.1.0
The text was updated successfully, but these errors were encountered: