Skip to content

Commit

Permalink
Update from SAP DITA CMS (squashed):
Browse files Browse the repository at this point in the history
commit 7440d24cfbb43371884333376bc1525fd1a3d64f
Author: REDACTED
Date:   Wed Jul 26 19:42:11 2023 +0200

    Update from SAP DITA CMS ( 2023-07-26_19:42:11 )

    Project: loioc2f780f61c744155b0bd42b6f38fb70c (jjq1673438782153.project)

    * Project map: loioc2f780f61c744155b0bd42b6f38fb70c (ece1671458061492.ditamap)

    * Output: loio2080d0faf9d84ce6aa14caa4caa32935

    * Buildable map: loio0fcfe38e11674227bb0a8d014337319b (cbd1671459393582.ditamap)

    * Language: en-US

commit 60a9e944fa8de4e12b268d68713f6ceb3d028299
Author: REDACTED
Date:   Wed Jul 26 07:13:53 2023 +0200

    Update from SAP DITA CMS ( 2023-07-26_07:13:52 )

    Project: loioc2f780f61c744155b0bd42b6f38fb70c (jjq1673438782153.project)

    * Project map: loioc2f780f61c744155b0bd42b6f38fb70c (ece1671458061492.ditamap)

    * Output: loio2080d0faf9d84ce6aa14caa4caa32935

    * Buildable map: loio0fcfe38e11674227bb0a8d014337319b (cbd1671459393582.ditamap)

    * Language: en-US

##################################################
[Remaining squash message was removed before commit...]
  • Loading branch information
ditaccms-bot committed Jul 27, 2023
1 parent 76d109e commit 0e917b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ This section describes the approach to obtain credentials for authentication and
curl --cert <path to certificate.pem> --key <path to key.pem> --request POST https://<value of "uaa.certurl">/oauth/token -d 'grant_type=client_credentials&client_id=<Value of "uaa.clientid">'
```

You can also execute the JWT token request via REST client, like Postman. In such case, make sure to configure the certifciates in the Postman settings as described at https://learning.postman.com/docs/sending-requests/certificates/.
You can also execute the JWT token request via REST client, like Postman. In such case, make sure to configure the certifciates in the Postman settings as described at [https://learning.postman.com/docs/sending-requests/certificates/](https://learning.postman.com/docs/sending-requests/certificates/).

Pass the issued JWT token in the Authorization header when calling the Audit Log Server Write REST API: `Authorization: Bearer <token-value>`. Example:

Expand Down

0 comments on commit 0e917b9

Please sign in to comment.