File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
src/ApiBundle/Resources/views/admin/client Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ parameters:
17
17
18
18
# A secret key that's used to generate certain security-related tokens
19
19
secret: ThisTokenIsNotSoSecretChangeIt
20
- oauth2_client_id: 1_2p4qziaf8lkwwswc4ook0o8ccwow0c4co848sogk8w4gg8c4kk
21
- oauth2_client_secret: 37wflagv6ickc4o448kg4ccosskok80kwoo4occ8wcsw8c884o
22
- oauth2_redirect_url: 'http://127.0.0.1:8000/authorize'
23
20
oauth2_auth_endpoint: 'http://127.0.0.1:8000/oauth/v2/auth'
24
21
oauth2_token_endpoint: 'http://127.0.0.1:8000/oauth/v2/token'
25
22
frontend_theme: bootstrap
26
-
Original file line number Diff line number Diff line change 16
16
</tr >
17
17
<tr >
18
18
<th scope =" col" >{{ ' label.client_name' | trans }}</th >
19
- <th scope =" col" >{{ ' label.client_randomid ' | trans }}</th >
19
+ <th scope =" col" >{{ ' label.client_id ' | trans }}</th >
20
20
<th scope =" col" >{{ ' label.client_secret' | trans }}</th >
21
21
</tr >
22
22
</thead >
23
23
<tbody >
24
24
{% for client in clients %}
25
25
<tr >
26
26
<td >{{ client .name }}</td >
27
- <td >{{ client .randomid }}</td >
27
+ <td >{{ client .id }}_{{ client . randomid }}</td >
28
28
<td >{{ client .secret }}</td >
29
29
<td >
30
30
<div class =" item-actions" >
Original file line number Diff line number Diff line change 16
16
<td >{{ client .redirecturis | join () }}</td >
17
17
</tr >
18
18
<tr >
19
- <th scope =" row" >{{ ' label.client_randomid ' | trans }}</th >
20
- <td >{{ client .randomid }}</td >
19
+ <th scope =" row" >{{ ' label.client_id ' | trans }}</th >
20
+ <td >{{ client .id }}_{{ client . randomid }}</td >
21
21
</tr >
22
22
<tr >
23
23
<th scope =" row" >{{ ' label.client_secret' | trans }}</th >
You can’t perform that action at this time.
0 commit comments