[keycloak-dev] ClientDescriptionConverter

Marek Posolda mposolda at redhat.com
Wed Feb 20 08:12:09 EST 2019


I am not sure I understand your question. ClientDescriptionConverter is 
the internal class in Keycloak (I assume you're talking about the 
interface org.keycloak.exportimport.ClientDescriptionConverter) and it 
is probably invoked under the covers when the REST endpoint for creating 
new client is invoked.

I think that everything, which is "invokable" by admin console can be 
invoked from kcadm as well. Both admin console and kcadm are using admin 
REST endpoints under the covers. So you can see what REST endpoint is 
invoked by admin console to be able to properly invoke it from kcadm.

Marek

On 18/02/2019 15:49, Brian Ward wrote:
> Is there any way to access this code through the kcadmin.sh CLI yet?  I
> want to import a SAML client the way the GUI does it.  I see the GUI uses
> ClientDescriptionConverter to parse the EntityDescriptor xml into a json
> object that the API uses.
>
> If this is not yet present, I'm happy to build it from the existing
> pieces.  I don't see it, but thought I'd get confirmation first that we
> don't have anything like this in the kcadmin or elsewhere.
>
> Thanks,
> Brian
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev




More information about the keycloak-dev mailing list