- What is BlackBerry Access?
- Getting started with BlackBerry Access
- Managing BlackBerry Access
- Making BlackBerry Access available to users
- Configuring BlackBerry Access app settings
- Configuring the BlackBerry Dynamics Launcher
- Configure single sign-on for BlackBerry Access in Good Control
- Configure single sign-on for BlackBerry Access in BlackBerry UEM
- Setting up a PAC file to manage a proxy infrastructure
- Configure RSA SecurID soft token authentication
- Kerberos authentication support
- Managing certificates
- Verify that BlackBerry Access can use certificates in BlackBerry UEM
- Verify that BlackBerry Access can use certificates in Good Control
- Upload certificates for users in BlackBerry UEM
- Upload certificates for users in Good Control
- Delete certificates for users in BlackBerry UEM
- Delete certificates for users in Good Control
- Security features
- Video support
- Configuring allowed Internet domains
- Changing communications protocols
- Allow users to open custom URL schemes
- Identifying BlackBerry Access in user agent
- Good Control cloud deployments and intranet servers
- Using BlackBerry Analytics to collect app data
- Configure a compliance rule for Windows antivirus detection in Good Control
- Configure support for FQDN resolution in Good Control
- Troubleshooting
- Feature support
- Browser support for HTML5 and CSS3
- Glossary
- BlackBerry Docs
- BlackBerry Access 2.11
- BlackBerry Access Administration Guide
- Managing BlackBerry Access
- Security features
- HTTP basic authentication
HTTP basic authentication
HTTP basic authentication implementation is the simplest technique for enforcing
access controls to web resources because it doesn’t require cookies, session identifiers, or
login pages. Instead, HTTP basic authentication uses static, standard HTTP headers, which means
that no handshakes have to be done in anticipation.
However, the basic authentication mechanism provides no confidentiality
protection for the transmitted credentials. They are merely encoded with BASE64 in transit, but
not encrypted or hashed. Basic authentication should therefore only be used over HTTPS.