You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In env.dist file you will find set of Auth parameters.
66
83
67
-
**For Adobe Commerce PaaS:**
84
+
**For Adobe Commerce (PaaS Only):**
68
85
69
-
These values can be copied from the Integration Details under System > Integrations in your Adobe Commerce backend
86
+
> [!NOTE]
87
+
> For SaaS Installation those values are not needed and can be skipped.
88
+
89
+
These values can be copied from the Integration Details under System > Integrations in your Adobe Commerce backend.
70
90
71
91
```
72
92
COMMERCE_CONSUMER_KEY=
@@ -75,7 +95,7 @@ COMMERCE_ACCESS_TOKEN=
75
95
COMMERCE_ACCESS_TOKEN_SECRET=
76
96
```
77
97
78
-
**For Adobe Commerce SaaS:**
98
+
**For Adobe Commerce (SaaS & PaaS):**
79
99
80
100
Documentation how to get these values is available here: https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation
81
101
@@ -108,4 +128,32 @@ For Adobe Commerce SaaS, you can add the module to be available in your Commerce
108
128
3. Click "Configure extensions" and choose respective Environment and Application.
109
129
4. Save changes.
110
130
111
-
For more information and troubleshooting please go to: https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/configuration/
131
+
For more information and troubleshooting please go to: https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/configuration/
132
+
133
+
## Adding to Adobe Admin UI (PaaS)
134
+
135
+
For Adobe Commerce PaaS (On-Premise/Cloud), you need to install and configure the Admin UI SDK module.
0 commit comments