Credential Vault
The Credential Vault is a service that stores credentials that allow portlets to log in to applications outside the realm on behalf of the user. It manages multiple identities for portlets and users.
Use Credential Vault, a portlet can retrieve a user's authentication identity and then pass the information to a backend application. The Credential Vault features the following two levels of sign-on:
Active CredentialsActive Credentials allow you to establish connections through Basic Authentication, Lightweight Third Party Authentication (LTPA) token authentication or simple form-based user ID and password challenges. The Service encapsulates the single sign-on functionality for the portlet writer in an object.
Passive CredentialsPassive Credentials retrieve stored secret data such as user ID and password or certificates. This option is more flexible but requires portlet writers to manage their own connections and authentication to backend applications with the credentials (User ID and password) they retrieved from the Credential Vault.
Credential objects can also pass IBM Tivoli Access Manager or Computer Associates eTrust SiteMinder single sign-on tokens to backend applications.IBM WebSphere Portal provides one simple database vault implementation for mappings to secrets for other enterprise applications. By default, the Credential Vault contains an administrator-managed vault segment and a user-managed vault segment. Administrator-managed vaults allow users to update mappings; however, users cannot add new applications to this vault. The user-managed vault segment allows users to add application definitions, such as a POP3 mail account, under the user vault and store a mapping there. By default, the vault uses an encryption plug-in that encodes the passwords in Base 64.
WebSphere Portal initially provides two vault adapter configurations that write to the database:
WebSphere Portal also supports the storage and retrieval of credentials from other vault services, such as Tivoli Access Manager. WebSphere Portal ships a Credential Vault adapter for Tivoli Access Manager. This plug-in works on the following OSs:
- A default vault for administrator-managed vault segments that stores credentials in the release domain: default-release
- And a default vault for user-managed vault segments that stores credentials in the customization domain: default-customization
- AIX®
- Solaris
- Windowsâ„¢
Parent
Security and authentication considerations
Authentication
Federal Information Processing Standards
Plan for single sign-on
Secure Socket Layer
Caching considerations
Plan for external security managers
Related tasks
Migrate credential vault data using xmlaccess.sh
Set service configuration properties