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:
22
oidc-provider/web/templates/approval.html
Normal file
22
oidc-provider/web/templates/approval.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<h2>Autorisation</h2>
|
||||
|
||||
<p style="text-align:center; font-size:0.875rem; margin-bottom:1rem;">
|
||||
<strong>{{ .Client }}</strong> souhaite acceder a votre compte.
|
||||
</p>
|
||||
|
||||
{{ if .Scopes }}
|
||||
<p style="font-size:0.875rem;">Permissions demandees :</p>
|
||||
<ul class="scopes-list">
|
||||
{{ range $s := .Scopes }}
|
||||
<li>{{ $s }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
||||
<form method="POST" action="{{ .Approval }}">
|
||||
<button type="submit" class="btn-primary">Autoriser</button>
|
||||
</form>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
Reference in New Issue
Block a user