Configure Secure Connections for Mashables
Mashable information sources may require credentials, specific secure protocols or other security information to accept connections from Presto and process requests. These security requirements are called security profiles in Presto.
Users provide credentials or other security information when they register mashables with Presto based on the security profile they choose during registration. Presto provides security profiles for some of the most common secure connection requirements:
HTTP Basic authentication = basic credentials (user name and password) for authentication with the mashable information source.
CAS2 = authentication is handled by the Central Authentication Server (CAS), a single sign-on solution, using the CAS2 protocol.
NTLM authentication = Windows credentials (user name, password and NT domain) for authentication with the mashable information source.
SSL and Digital Certificates = HTTPS using mutual SSL for a secure connection and the certificate to provide authentication with the mashable information source.
SSO = credentials or other authentication information provided by user-agent-based single sign-on solutions, such as SiteMinder.
If a mashable has other security requirements,
Presto developers or administrators can
Implement a Custom Security Profile Client that handles these unique requirements and then
Register a Custom Security Profile with
Presto.