@hacksilon Thanks for your response. Let me give you a bit more context on the issue I'm facing.
I installed OCIS (ownCloud Infinite Scale) and configured it to use Keycloak as the OIDC provider. The web login works perfectly, but I'm having trouble with the mobile apps (iOS and Android). Whenever I try to log in from the mobile apps, Keycloak reports a "client not found" error.
From what I've gathered from various forum posts, it seems that Keycloak is creating a new client each time a login attempt is made from the mobile apps. These dynamically created clients are not configured properly, which is causing the login to fail.
One developer suggested disabling dynamic client registration in Keycloak to prevent this issue. However, I'm not sure how to do this, especially since I'm using Keycloak version 26 and the settings aren't intuitive.
Your understanding that dynamic client registration is disabled by default makes sense, but it seems like something might be triggering it in my setup. Do you have any ideas on how I can ensure dynamic client registration is fully disabled, or any other suggestions to resolve this issue?
Thanks for your help!
Github: https://github.com/owncloud/client/issues/11940