Skip to content

Commit 7bb0068

Browse files
authored
Merge pull request AdobeDocs#443 from AdobeDocs/kh_jwt
Remvoe JWT references
2 parents 7894feb + cf97b17 commit 7bb0068

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed
-38.8 KB
Loading

src/pages/events/configure-commerce.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,12 @@ After you have created an [App Builder project](./project-setup.md) and [install
1212

1313
## Configure the Adobe I/O connection
1414

15-
You must configure Commerce to communicate with your project. Configuration includes copying and pasting the contents of the [workspace configuration file](./project-setup.md#download-the-workspace-configuration-file) that you downloaded from the Adobe Developer Console. If you decided to use JSON Web Tokens (JWT) as your server-to server authentication method, you must also upload a private key.
15+
You must configure Commerce to communicate with your project. Configuration includes copying and pasting the contents of the [workspace configuration file](./project-setup.md#download-the-workspace-configuration-file) that you downloaded from the Adobe Developer Console.
1616

1717
1. In the Commerce Admin, navigate to **Stores** > Settings > **Configuration** > **Adobe Services** > **Adobe I/O Events** > **General configuration**. The following screen displays.
1818

1919
![General configuration](../_images/events/general-configuration-empty.png)
2020

21-
1. Select the server-to-server authorization method you implemented from the **Adobe I/O Authorization Type** menu. Adobe recommends using OAuth. JWT has been deprecated.
22-
23-
1. (JWT only) Copy and paste the contents of your `private.key` file into the **Service Account Private Key** field. Use the following command to copy the contents.
24-
25-
```bash
26-
cat config/private.key | pbcopy
27-
```
28-
29-
See [Service Account (JWT) Authentication](https://developer.adobe.com/developer-console/docs/guides/authentication/JWT/) for more information about the `private.key` file.
30-
3121
1. Copy the entire contents of the `<workspace-name>.json` file into the **Adobe I/O Workspace Configuration** field.
3222

3323
1. Enter a unique identifier in the **Adobe I/O Event Provider Instance ID** field. This unique value identifies your Commerce instance, which allows Commerce events to connect to the correct `Event Provider` in Adobe I/O. This ID corresponds to the **Provider** displayed when [subscribing to events](#subscribe-and-register-events).
@@ -58,7 +48,7 @@ You can also use the `aio` CLI tool to manage providers. See [Provider Commands]
5848

5949
<InlineAlert variant="info" slots="text"/>
6050

61-
You cannot create an event provider until you have configured and saved instance ID values and a workspace file. If you are using JWT for server-to-server authentication, you must have previously specified the private key.
51+
You cannot create an event provider until you have configured and saved instance ID values and a workspace file.
6252

6353
You can create an event provider using either the [Command line](./configure-commerce.md#command-line) or [Commerce Admin](./configure-commerce.md#commerce-admin).
6454

@@ -165,7 +155,7 @@ Commerce provides two sources for events: observers and plugins. You must specif
165155

166156
![Select the events to subscribe to](../_images/events/config-event-registration.png)
167157

168-
1. Optionally create a new OAuth or JWT credential. Then click **Next**.
158+
1. Optionally create a new OAuth credential. Then click **Next**.
169159

170160
1. Update the **Event registration name** and **Event registration description** fields. The Journaling API can consume your events by default. You can optionally select other consumption methods during this step. Learn more about your options in [Consuming Events](./consume-events.md).
171161

0 commit comments

Comments
 (0)