correct proto and proxy authentication for oidc

This commit is contained in:
Alisdair MacLeod
2026-02-03 08:42:07 +00:00
parent 3168afbfcb
commit 30cfc22cb6
6 changed files with 194 additions and 148 deletions

View File

@@ -4,13 +4,15 @@
<form>
<label for={{ $value }}>PIN:</label>
<input name={{ $value }} id={{ $value }} />
<button type=submit></button>
<button type=submit>Submit</button>
</form>
{{ else if eq $method "password" }}
<form>
<label for={{ $value }}>Password:</label>
<input name={{ $value }} id={{ $value }}/>
<button type=submit></button>
<button type=submit>Submit</button>
</form>
{{ else if eq $method "oidc" }}
<a href={{ $value }}>Click here to log in with SSO</a>
{{ end }}
{{ end }}