Open
Description
Description
Currently org.keycloak.admin.client.resource.ClientsResource.findByClientId(String)
returns a List
but client id is unique so it should return a single ClientRepresentation
(nullable or Optional
).
Now clients of the method are forced to get the first element of the collection.
Discussion
No response
Motivation
No response
Details
No response