Skip to content

Commit 713bdec

Browse files
committed
Add 'introspection_endpoint' to homeserver config example
This value was previously undocumented, but helpful in our case to access MAS within the same K8s cluster Signed-off-by: Ovidijus Balkauskas <[email protected]>
1 parent 0b90c33 commit 713bdec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/setup/homeserver.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ experimental_features:
6060

6161
# URL to advertise to clients where users can self-manage their account
6262
account_management_url: "http://localhost:8080/account"
63+
64+
# Optional URL to access from synapse in order to introspect oauth2 access tokens
65+
# Defaults to `http://<public_mas_domain>/oauth2/introspect`
66+
# introspection_endpoint: "http://localhost:8080/oauth2/introspect"
6367
```
6468

6569
## Set up the compatibility layer

0 commit comments

Comments
 (0)