Credentials¶
Use this screen to manage credentials in the system. The credential management screen is available in the Credentials module of the Communication & Notifications group.

Credential Management Screen
Manage Credentials¶
To add a new credential:
- Choose a method in the left sidebar and select a type from its drop-down.
- 填写必填字段。
- 点击 保存 按钮。

Add BasicAuth Credential Screen
To edit a credential:
- Click on a credential in the list of credentials.
- 修改字段。
- 点击 保存 或 保存并完成 按钮。

Edit BasicAuth Credential Screen
To delete a credential:
- Click on the trash icon in the second last column of the overview table.
- 点击 确认 按钮。

Delete Credential Screen
注解
If several credentials are added to the system, use the filter box to find a particular credential by just typing the name to filter.
注解
If the emails cannot be fetched and yes is displayed in the Update Needed column, click the shield icon to authorize the credentials manually. If this happens regularly, please contact the Customer Solutions Team for further analysis.
Credential Settings¶
添加或编辑此资源时,可以使用以下设置。 标有星号的字段是必填字段。
General Credential Settings¶
These settings are the same for all types of credentials.

Credential General Screen
- 名称 *
- The name of this resource. Must be unique and only accept alphabetic and numeric characters. The name will be displayed in the overview table.
- 有效性
- 设置此资源的有效性。 如果此字段设置为 有效,则每个资源即可仅在OTRS中使用。 将此字段设置为 无效 或 临时无效 将禁止此资源的使用。
- 类型
- 此类型已在上一页面中选择,不再在此处更改。 这是一个只读字段。
BasicAuth Credential Settings¶
The following settings are available if BasicAuth was selected in the credential management screen. The fields marked with an asterisk are mandatory.

BasicAuth Credential Settings Screen
- 用户名 *
- The username for the credential.
- 密码 *
- The password for the credential.
Certificate Credential Settings¶
The following settings are available if Certificate was selected in the credential management screen. The fields marked with an asterisk are mandatory.

Certificate Credential Settings Screen
- Certificate *
The certificate itself as a string. A certificate should look like this:
-----BEGIN CERTIFICATE----- bjJ4b05tdXZkZnZ1ZUF5S0lwZlJUTUlYY0dGa0l4OFpHc0xPbU93UkhZTG5Pc3BE NDJEUUM0NFpJZFRrUFdubGJ6UUJiYmNtdnh3ZVRiSG0zUVhwVXVVdXpXZzRaREN0 ... ZW9NeWpsRXo2Z1VLTk9pT0RoVmJOVE5TbTFGTFA2TXRScW16dWxvUWloWERWaTQy UVNTdkhQN0lHVjNJT2JTWnpWRWxqc1ZHMFVjSWxXOGNxUW9ySHhwVm5lbQo= -----END CERTIFICATE-----
- Certificate Key
The private key of the certificate. A private key should look like this:
-----BEGIN RSA PRIVATE KEY----- MFZFUnBqbUhYd2pIZFNEZ29oV0lBdTBGek84UkRaQWxQeVR1azE5OXJEVG45OWUz b25GeWRsNzlBV1BHTjFzOWs2NVFLdHFTSDRYWnFjc3oxS09Rd3Y2NFc1ZkRFNGhp ... TUZaRlVuQnFiVWhZZDJwSVpGTkVaMjlvVjBsQmRUQkdlazg0VWtSYVFXeFFlVlIx T1dVemIyNUdlV1JzTnpsQlYxQkhUakZ6T1dzMk5WRkxkSEZUU0RSWQo= -----END RSA PRIVATE KEY-----
- Certificate Key Password
- If the certificate key has a password, you can enter it here.
MicrosoftGraphApp Credential Settings¶
The following settings are available if MicrosoftGraphApp was selected in the credential management screen. The fields marked with an asterisk are mandatory.

MicrosoftGraphApp Credential Settings Screen
- Tenant *
- The tenant for the application.
- Client ID *
- The client ID for the application.
- Client Secret *
- The client secret for the application.
- Scope *
- The scope for the application.