Add missing client ID and client secret from OIDC config in setup tool
Stupidly forget to add these
This commit is contained in:
parent
a8ec7865a7
commit
6c7b6101cc
1 changed files with 12 additions and 0 deletions
|
@ -999,6 +999,18 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Client ID:</td>
|
||||||
|
<td>
|
||||||
|
<span class="config-string-field" binding="config[provider].CLIENT_ID"></span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Client Secret:</td>
|
||||||
|
<td>
|
||||||
|
<span class="config-string-field" binding="config[provider].CLIENT_SECRET"></span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Service Name:</td>
|
<td>Service Name:</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Reference in a new issue