OAuth2 OpenID Connect provider support etc. #3

Merged
LeoVasanko merged 65 commits from oidconnect into main 2026-02-18 02:40:27 +00:00
Showing only changes of commit a67fd77a32 - Show all commits
+4 -1
View File
@@ -151,7 +151,10 @@ defineExpose({ focusFirstElement })
<dd><output @click="copyText(discoveryUrl, 'OpenID Connect Auto Discovery URL')" title="Click to copy">{{ discoveryUrl }}</output></dd>
<dt>Icon URL</dt>
<dd><output @click="copyText(iconUrl, 'OpenID Connect Icon URL')" title="Click to copy">{{ iconUrl }}</output></dd>
<dd>
<output @click="copyText(iconUrl, 'Icon URL')" title="Click to copy">{{ iconUrl }}</output>
<span class="small muted"> (optional)</span>
</dd>
<template v-if="clientGroups.length">