keycloak-documentation, here: “8.2.1.1. Configuration of the identity provider”
udm portals/entry modify
–dn “cn=keycloak,cn=entry,cn=portals,cn=univention,$(ucr get ldap/base)”
–set link=‘“en_US” “https://sso.internet.domain/admin/”’
should be better:
udm portals/entry modify
–dn “cn=keycloak,cn=entry,cn=portals,cn=univention,$(ucr get ldap/base)”
–set link=‘“en_US” “https://${SSO_FQDN}/admin/”’