1 files changed, 2 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index b2c661ab04..e5f18be266 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -8723,6 +8723,8 @@ This can be optionally enabled by setting <code>backchannel_logout_enabled</code
<li>JWT Algorithm: RS256 within the security menu of the new Relying Parties
(<code>Options > Security > ID Token signature algorithm</code> and <code>Options > Security > Access Token signature algorithm</code>)</li>
<li>Scopes: OpenID, Email and Profile</li>
+<li>Force claims into <code>id_token</code>
+(<code>Options > Advanced > Force claims to be returned in ID Token</code>)</li>
<li>Allowed redirection addresses for login (<code>Options > Basic > Allowed redirection addresses for login</code> ) :
<code>[synapse public baseurl]/_synapse/client/oidc/callback</code></li>
</ul>
|