Merge pull request #2520 from coreos-inc/oidc-config-fix
OIDC configuration and debugging fixes
This commit is contained in:
commit
2ba51b2910
4 changed files with 48 additions and 7 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue