Hi,
I am facing the following issue with a bearer-only client for a resource server, which was set up in Keycloak 9.0.3:
Now in version 21.1.1, I don’t find a way in the admin console to enable the client authentication for example - the whole capability config section is missing in the configuration of this client.
In contrast to similar clients created in Keycloak 21.1.1, a tooltip text next to the client’s name reads “This is a special OIDC type. This client only allows bearer token requests and cannot participate in browser logins.” and in Keycloak’s database bearer_only = true
is set.
Is there any way to convert this type of client so the authentication flows become available?