Skip to content

Commit 3f0b8e9

Browse files
authored
Merge pull request #851 from Adobe-Enterprise-Docs/COMDOX-1741-update-ims-redirect-guidance
COMDOX-1741: Correct the URI and URI pattern for configuring the Adobe IMS integration for Commerce
2 parents 48a4207 + e819869 commit 3f0b8e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

help/getting-started/adobe-ims-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ To create projects for an organization, the Adobe Admin account for the organiza
8989
1. Click **[!UICONTROL Add API]** on the newly created Project page.
9090
1. Select **[!UICONTROL Adobe Services]** > **[!UICONTROL Adobe Commerce with Adobe ID]**.
9191
1. Select **[!UICONTROL Oauth 2.0 Web]**.
92-
1. Specify the **[!UICONTROL Redirect URI]**: `https://<commerce_base_url>/`
93-
1. Specify the **[!UICONTROL Redirect URI pattern]**: `https://<commerce_base_url>/.*`
92+
1. Specify the **[!UICONTROL Redirect URI]**: `https://<admin_base_url>/adobe_ims_auth/oauth/imscallback`
93+
1. Specify the **[!UICONTROL Redirect URI pattern]**: `https://mcstaging\.example\.com/<admin_path>/adobe_ims_auth/oauth/imscallback.*`
9494

9595
Escape any dots in the hostname by preceding the dots with `\\`. Adding a wildcard to the end of the URL supports the Adobe Commerce Admin secret key.
9696

0 commit comments

Comments
 (0)