Help copying oidc urls by click selecting

This commit is contained in:
Johannes Zellner
2023-04-05 18:19:27 +02:00
parent 3b0442c972
commit 48b4ebdf87

View File

@@ -134,27 +134,27 @@
<table width="100%">
<tr>
<td class="text-muted" style="vertical-align: top;">Discovery URL</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/.well-known/openid-configuration</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/.well-known/openid-configuration</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Auth Endpoint</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/openid/auth</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/openid/auth</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Token Endpoint</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/openid/token</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/openid/token</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Keys Endpoint</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/openid/jwks</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/openid/jwks</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Profile Endpoint</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/openid/me</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/openid/me</td>
</tr>
<tr>
<td class="text-muted" style="vertical-align: top;">Logout URL</td>
<td class="text-right" style="vertical-align: top;">https://{{ config.adminFqdn }}/openid/session/end</td>
<td class="text-right" style="vertical-align: top;" ng-click-select>https://{{ config.adminFqdn }}/openid/session/end</td>
</tr>
</table>
</div>