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:
13
oidc-provider/web/templates/oob.html
Normal file
13
oidc-provider/web/templates/oob.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<h2>Code d'autorisation</h2>
|
||||
|
||||
<p style="text-align:center; font-size:0.875rem; margin-bottom:1rem;">
|
||||
Copiez ce code dans votre application :
|
||||
</p>
|
||||
|
||||
<div style="text-align:center; font-size:1.25rem; font-weight:600; color:#243887; background:#f3f4f6; padding:1rem; border-radius:0.75rem; font-family:monospace;">
|
||||
{{ .Code }}
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
Reference in New Issue
Block a user