Skip to content
Snippets Groups Projects
Commit 1a618fa1 authored by f00wl's avatar f00wl
Browse files

fix #76

parent 94fa9a81
No related branches found
No related tags found
1 merge request!22Resolve "détail du service peertube variable manquante"
......@@ -6,10 +6,10 @@
<dd><pre>{{ url_for("sso.oidc_discovery", service_uuid=service.uuid, _external=True) }}</pre></dd>
<dt>Client ID</dt>
<dd><pre>service.config["client_id"]</pre></dd>
<dd><pre>{{ service.config["client_id"] }}</pre></dd>
<dt>Client secret</dt>
<dd><pre>service.config["client_secret"]</pre></dd>
<dd><pre>{{ service.config["client_secret"] }}</pre></dd>
<dt>Scope</dt>
<dd><pre>openid email profile</pre></dd>
......@@ -20,4 +20,4 @@
<dt>Email property</dt>
<dd><pre>email</pre></dd>
{% include "application_oidc.html" %}
\ No newline at end of file
{% include "application_oidc.html" %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment