Add a --force flag to the saml/sp create and oidc/rp create commands. If the client already exists, and --force is set, the client is updated instead of silently skipping any update. Currently, the -univentionkeycloak CLI lacks a way to declaratively apply configuration for SAML/OIDC clients. While univention-keycloak init supports a --force flag to update the realm configuration, the equivalent create commands for clients (oidc/rp create and saml/sp create) do not offer a way to update existing clients.
A --force flag has been added to the `oidc/rp` and `saml/sp` commands of univention-keycloak, which will overwrite existing client configuration if set. univention-keycloak.yaml e380e843fb69 | feat(keycloak): add force flag to oidc/saml client creation commands univention-keycloak (3.2.1) e380e843fb69 | feat(keycloak): add force flag to oidc/saml client creation commands ucs-test (12.2.27) ae0450b5a3db | test(keycloak): add tests for univention-keycloak --force flag
<https://errata.software-univention.de/#/?erratum=5.2x156>