Relative Content

Tag Archive for keycloakkeycloak-services

Create a Realm, Clients and Users under it via keycloak admin API

I am trying to create a complete Realm with client (public and private) and users. I am able to create realm with the token got from another realm. i.e., I am able to call the API {{base_path}}/admin/realms and create API with another realm client token (with realm creation permission client).

Create a Realm, Clients and Users under it via keycloak admin API

I am trying to create a complete Realm with client (public and private) and users. I am able to create realm with the token got from another realm. i.e., I am able to call the API {{base_path}}/admin/realms and create API with another realm client token (with realm creation permission client).

Create a Realm, Clients and Users under it via keycloak admin API

I am trying to create a complete Realm with client (public and private) and users. I am able to create realm with the token got from another realm. i.e., I am able to call the API {{base_path}}/admin/realms and create API with another realm client token (with realm creation permission client).

Create a Realm, Clients and Users under it via keycloak admin API

I am trying to create a complete Realm with client (public and private) and users. I am able to create realm with the token got from another realm. i.e., I am able to call the API {{base_path}}/admin/realms and create API with another realm client token (with realm creation permission client).

Enable authorization in Keycloak client using ClientModel

I am trying to create a client using the following code in my keycloak SPI. But i am not able to add the authorization for this client via code. Can any have any idea about how to add the authorization for this client using ClientModel (org.keycloak.models.ClientModel).

How can we create a keycloak user which has access to one single client

Is it possible to configure realms in a such way that the users would be able to access admin UI(or security-console) only for the clients they have access to.
E.g. in a realm “test-realm”, there are three clients: “client1”, “client2”, and “client3”, respectively. I want some users to have access to the Admin UI only for client1, for example.