You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="lead">When using BornHack as an IDP (logging into other sites using your BornHack account) you can control which user claims are returned by asking for one or more of the following claim scopes:</p>
15
+
<p><ul>
16
+
{% for scope in all_scopes %}
17
+
<li><code>{{ scope }}</code></li>
18
+
{% endfor %}
19
+
</ul></p>
20
+
<p>Note: In addition to this list the default <code>openid</code> scope is available (it is part of the standard) and must always be included when asking for a jwt.</p>
21
+
<pclass="lead">This form allows you to see which OIDC user claims are returned for your user with any combination of scopes.</p>
0 commit comments