File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
<div class =" panel panel-picto panel-default panel-getting-started" >
10
10
<img src =" img/illustrations/illus--lock.svg" />
11
11
<div class =" panel-body" >
12
- <h2 class =" picto" >Prerequisites</h2 >
12
+ <h2 class =" picto" >Prerequisites</h2 >
13
13
<h4 ><i class =" fa fa-check-square" ></i > An Akeneo PIM is already installed</h4 >
14
14
<p >This can seems pretty obvious. But yeah ! You will need a PIM already installed if you want to manage any access to this PIM.</p ><br >
15
15
<h4 ><i class =" fa fa-check-square" ></i > You are the administrator of the Akeneo PIM</h4 >
82
82
</div >
83
83
<h3 >With a command line</h3 >
84
84
<p >Alternatively, you can create the client id and secret with a single command line directly on the PIM server.</p >
85
+ <h4 >With the 2.0 version</h4 >
86
+ <pre class =" hljs" ><code >php bin/console pim:oauth-server:create-client \
87
+ --grant_type=<span class =" hljs-string" >"password"</span > \
88
+ --grant_type=<span class =" hljs-string" >"refresh_token"</span > \
89
+ --env=prod</code >
90
+ </pre >
91
+ <h4 >With the 1.7 version</h4 >
85
92
<pre class =" hljs" ><code >php app/console pim:oauth-server:create-client \
86
93
--grant_type=<span class =" hljs-string" >"password"</span > \
87
94
--grant_type=<span class =" hljs-string" >"refresh_token"</span > \
You can’t perform that action at this time.
0 commit comments