Manage Credentials
The Manage Credentials page serves as a centralized credential store for the following types of SAM credentials:
- API poller credentials, including API keys, Basic Authorization, Bearer Token, and OAuth 2.0 credentials.
Supported credential types include:
- API Key: A long random string passed between applications and often used in API poller request URLs and headers.
- Basic Authorization: Also called "Basic Auth," this method passes usernames and passwords in request headers, sent via HTTPS and encoded with Base64 for security. Passwords are required.
- Bearer Token: Also called "token authentication," this scheme uses access tokens to authenticate requests, in the form of text strings added to request headers (for example,
Authorization: Bearer <Your API Key>
). - OAuth 2.0: Uses access tokens that an API server passes to an authentication server to grant access via public and private keys. To learn more about Grant Type, Tenant ID, and other OAuth terms, see API credentials.
There are several places in SAM where you can work with credentials, such as the Credentials Library for component monitors. For details, see Manage credentials in SAM.
To open this page:
- Log in to the SolarWinds Platform Web Console with an SolarWinds Platform administrator account.
- Click Settings > All Settings.
- Scroll down to the Credentials section of the page and click Manage API Poller Credentials.
For details about using this page, see Manage Credentials in the SAM Administrator Guide.
Available actions
-
To search for credentials, enter text in the Search field and click Enter.
-
To add credentials, click New.
New credentials are sent by HTTP in plain text, instead of HTTPS. Consider adding credentials by logging in to the SolarWinds Platform Web Console directly from the SolarWinds Platform server.
-
To update existing credentials, select a set of credentials and click Edit.
-
To delete credentials, select the set(s) you want to remove and click Delete.
Deleting credentials is permanent. Also, credentials currently in use cannot be deleted. For example, if credentials are assigned to an API poller, remove credentials from that poller before deleting them on this page.