Add missing client ID and client secret from OIDC config in setup tool

Stupidly forget to add these
This commit is contained in:
Joseph Schorr 2017-04-07 11:30:31 -04:00
parent a8ec7865a7
commit 6c7b6101cc

View file

@ -999,6 +999,18 @@
</div>
</td>
</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>
<td>Service Name:</td>
<td>