You can enable a login authentication on the CDP by specifying a user name and password in the deploy.properties configuration file as shown in the example below:
Code:
#
# User name and password. To deactivate leave blank (but dont remove)
#
adminUsername=admin
adminPassword=mysecret
Editing this file requires a restart of the web application. Authentication is by passed if these properties are left blank.
Once authentication is enabled, the only resources that do not require a login are the /download page from where content is downloaded by mobile phones. (A dynamic once off key that is part of the URL is used to protect against multiple downloads of the same content.)
External entities that post information through the CDP will require their IP addresses to be added to the configuration property below, otherwise such systems will be required to authenticate also.
Code:
#
# Some clients need to bypass authentication.
# These can be configured here. Leave blank if none
#
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum