Replace Fosite OIDC provider with embedded Dex
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m26s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m26s
This commit is contained in:
18
oidc-provider/web/templates/login.html
Normal file
18
oidc-provider/web/templates/login.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 48" class="logo">
|
||||
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle"
|
||||
font-family="Poppins, sans-serif" font-weight="700" font-size="18" fill="#243887">
|
||||
Mobicoop Solidaire
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
<h2>Connexion</h2>
|
||||
|
||||
<ul class="connector-list">
|
||||
{{ range $c := .Connectors }}
|
||||
<li><a href="{{ $c.URL }}">{{ $c.Name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
Reference in New Issue
Block a user