diff options
Diffstat (limited to 'develop/sso_mapping_providers.html')
-rw-r--r-- | develop/sso_mapping_providers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/sso_mapping_providers.html b/develop/sso_mapping_providers.html index 86f9726db3..2d4e345b1e 100644 --- a/develop/sso_mapping_providers.html +++ b/develop/sso_mapping_providers.html @@ -316,7 +316,7 @@ usually returned as part of the <a href="https://matrix.org/docs/spec/client_ser <h3 id="default-openid-mapping-provider"><a class="header" href="#default-openid-mapping-provider">Default OpenID Mapping Provider</a></h3> <p>Synapse has a built-in OpenID mapping provider if a custom provider isn't specified in the config. It is located at -<a href="../synapse/handlers/oidc.py"><code>synapse.handlers.oidc.JinjaOidcMappingProvider</code></a>.</p> +<a href="https://github.com/matrix-org/synapse/blob/develop/synapse/handlers/oidc.py"><code>synapse.handlers.oidc.JinjaOidcMappingProvider</code></a>.</p> <h2 id="saml-mapping-providers"><a class="header" href="#saml-mapping-providers">SAML Mapping Providers</a></h2> <p>The SAML mapping provider can be customized by editing the <code>saml2_config.user_mapping_provider.module</code> config option.</p> @@ -430,7 +430,7 @@ complete registration using methods from the <code>ModuleApi</code>.</p> <h3 id="default-saml-mapping-provider"><a class="header" href="#default-saml-mapping-provider">Default SAML Mapping Provider</a></h3> <p>Synapse has a built-in SAML mapping provider if a custom provider isn't specified in the config. It is located at -<a href="../synapse/handlers/saml.py"><code>synapse.handlers.saml.DefaultSamlMappingProvider</code></a>.</p> +<a href="https://github.com/matrix-org/synapse/blob/develop/synapse/handlers/saml.py"><code>synapse.handlers.saml.DefaultSamlMappingProvider</code></a>.</p> </main> |