Relative Content

Tag Archive for keycloakkeycloak-serviceskeycloak-rest-api

Keycloak exception: Frame type length exceeds MAX_FRAME_SIZE

I have created a custom keycloak SPI API for some authorization purposes. So, inside this custom API I am calling one keyclaok admin API ({{base_path}}/admin/realms/{{realm_name}}/clients/{{client_id}}/authz/resource-server/policy/evaluate), to fetch the authorization information.

Keycloak getUserById and multiple storage providers

Context: I have a custom user federation that implements the getUserById way. The user id is configured to follow the pattern f:{provider-id}:{external-id} (as far as I know it’s default id for provider).
I’m calling servers from many clients. Not all of them have provider-id and most likely they shouldn’t have.