mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix broken link in sample config (#7712)
This commit is contained in:
parent
f6f7511a4c
commit
e452973fd2
1
changelog.d/7712.misc
Normal file
1
changelog.d/7712.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix broken link in sample config.
|
@ -1539,7 +1539,7 @@ saml2_config:
|
|||||||
# use an OpenID Connect Provider for authentication, instead of its internal
|
# use an OpenID Connect Provider for authentication, instead of its internal
|
||||||
# password database.
|
# password database.
|
||||||
#
|
#
|
||||||
# See https://github.com/matrix-org/synapse/blob/master/openid.md.
|
# See https://github.com/matrix-org/synapse/blob/master/docs/openid.md.
|
||||||
#
|
#
|
||||||
oidc_config:
|
oidc_config:
|
||||||
# Uncomment the following to enable authorization against an OpenID Connect
|
# Uncomment the following to enable authorization against an OpenID Connect
|
||||||
|
@ -89,7 +89,7 @@ class OIDCConfig(Config):
|
|||||||
# use an OpenID Connect Provider for authentication, instead of its internal
|
# use an OpenID Connect Provider for authentication, instead of its internal
|
||||||
# password database.
|
# password database.
|
||||||
#
|
#
|
||||||
# See https://github.com/matrix-org/synapse/blob/master/openid.md.
|
# See https://github.com/matrix-org/synapse/blob/master/docs/openid.md.
|
||||||
#
|
#
|
||||||
oidc_config:
|
oidc_config:
|
||||||
# Uncomment the following to enable authorization against an OpenID Connect
|
# Uncomment the following to enable authorization against an OpenID Connect
|
||||||
|
Loading…
Reference in New Issue
Block a user