Skip to content

Commit fbbbf5b

Browse files
authored
Merge pull request #3790 from Stogas/patch-1
Add 'introspection_endpoint' to homeserver config example
2 parents 879eb6a + a8e7749 commit fbbbf5b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/setup/homeserver.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,14 @@ experimental_features:
5959
admin_token: "AnotherRandomSecret"
6060

6161
# URL to advertise to clients where users can self-manage their account
62-
account_management_url: "http://localhost:8080/account"
62+
# Defaults to the URL advertised by MAS, e.g. `https://{public_mas_domain}/account/`
63+
#account_management_url: "http://localhost:8080/account/"
64+
65+
# URL which Synapse will use to introspect access tokens
66+
# Defaults to the URL advertised by MAS, e.g. `https://{public_mas_domain}/oauth2/introspect`
67+
# This is useful to override if Synapse has a way to call the auth service's
68+
# introspection endpoint directly, skipping intermediate reverse proxies
69+
#introspection_endpoint: "http://localhost:8080/oauth2/introspect"
6370
```
6471

6572
## Set up the compatibility layer

0 commit comments

Comments
 (0)