Configuring CUE Content Store to use CUE User Manager

Enable Content Store to use User Manager by editing /etc/escenic/engine/instance/engine1/com/escenic/auth/um/UMConfiguration.properties. The file itself is well commented and you should normally not have to configure more than these lines:

serviceEnabled=true
apiURI=https://um.example.com/openapi.json

If you have followed the installation and configuration instructions in Secure all endpoints, this will point to where CUE User Manager listens for incoming connections. Note that this is different from https://iam.example.com which is where the IAM backend is.