You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the keycloak UI I can toggle a client scope to become a dynamic scope.
However, the provider does not offer this option.
Being able to manage dynamic scopes would save us manual work in the setup process of new environments.
Discussion
No response
Motivation
We use dynamic scopes in our setup and without this option we have to manually create dynamic scopes for each new environment we spawn. This complicates the process and also prevents us from completely automating our infra setup with terragrunt / tofu, because this one manual tasks breaks the provisioning.
Details
I'm just a user in that matter, but maybe you could add a boolean that can mark a client scope "dynamic".