on 2023 Sep 27 10:56 AM
We are trying to write passwords to the credential store via REST api. We use mTLS for authentication.
Reading the existing credentials from credential store works without any problems. However, when writing a new password, we get a 401 Unauthorized error message:
{
status: 401,
statusText: 'Unauthorized',
headers: {
'sapcp-credstore-error-code': 'invalid_or_missing_credentials',
'sapcp-credstore-error-description': 'Invalid+or+missing+credentials',
}
}
We used the following example:
Credential Management – Example (Node.js)
Does anyone have an idea how to fix this?
Request clarification before answering.
User | Count |
---|---|
77 | |
22 | |
9 | |
7 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.