Skip to content

Commit 856ea1e

Browse files
authored
Fix App scopes separator
1 parent b3c4a79 commit 856ea1e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/apps/authentication-and-authorization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ When you are ready to do so, you must start the **Authorization Request**.
8383

8484
Like any other OAuth 2.0 application, you have to redirect the user to the Authorization Server (Akeneo PXM Studio) with the following parameters:
8585

86-
| Query parameter | Description |
87-
|--------------------------|--------------------------------------------------------------|
88-
| `response_type` | Required. Must always be "code" |
89-
| `client_id` | Required. The client id you get from the Akeneo App Store |
90-
| `scope` | Optional. A comma-separated list of scopes. For example, to write products and read assets, use `scope=write_products,read_assets`. *Any permission to write a resource includes the permission to read it.* |
91-
| `state` | Recommended. |
86+
| Query parameter | Description |
87+
|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
88+
| `response_type` | Required. Must always be "code" |
89+
| `client_id` | Required. The client id you get from the Akeneo App Store |
90+
| `scope` | Optional. A space-separated list of scopes. For example, to write products and read assets, use `scope=write_products read_assets`. *Any permission to write a resource includes the permission to read it.* |
91+
| `state` | Recommended. |
9292

9393

9494
``` http
@@ -444,4 +444,4 @@ The notification will warn them and entice them to open your app so that you can
444444
::: warning
445445
Please, be aware that **this endpoint does not update any access scopes**.
446446
It is only meant to provide a way for an app to warn Akeneo PIM.
447-
:::
447+
:::

0 commit comments

Comments
 (0)