Configuring CUE editor to use CUE User Manager

Edit /etc/escenic/cue-web/oauth.yml and comment out any oauth block that has been previously configured (e.g. to log on using Google or Facebook SSO).

With this change, CUE Editor will now display a link to CUE user manager in the login dialog. This allows user to choose to either log on using a local Content Store user or using the IAM backend.

Once the testing of User Manager and IAM backend is done, though, most users would want to be taken directly to the IAM backend's login page when needed and not first be prompted by the CUE login dialog. To get this behaviour, add the following to oauth.yml:

redirectToLoginPage: true

After editing /etc/escenic/cue-web/oauth.yml, run the following command to apply the configuration:

# dpkg-reconfigure cue-web

CUE Editor should now redirect the user to the IAM backend for authentication whenever needed.

See the CUE User Guide for further information on how you configure CUE Editor.