[keycloak-user] How to create the same client (same id) for multiple realms programmatically

Haim Vana haimv at perfectomobile.com
Thu May 26 07:16:54 EDT 2016


Hi,

I am trying to create the same client for many realms, however it creates it only once, probably because they have the same id, however in UI I am able to create it.

Any idea how I can create the same client for different realms programmatically with the same id ?

This is my code sample:

ClientRepresentation clientRepresentation = new ClientRepresentation();
clientRepresentation.setId(clientId); // Same clientId for all reamls
realm.clients().create(clientRepresentation); // Client is created only for first realm


Any advice will be appreciated,
Haim.
The information contained in this message is proprietary to the sender, protected from disclosure, and may be privileged. The information is intended to be conveyed only to the designated recipient(s) of the message. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160526/0cca8a41/attachment.html 


More information about the keycloak-user mailing list