Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/setup/homeserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ experimental_features:

# URL to advertise to clients where users can self-manage their account
account_management_url: "http://localhost:8080/account"

# Optional URL to access from synapse in order to introspect oauth2 access tokens
# Defaults to `http://<public_mas_domain>/oauth2/introspect`
# introspection_endpoint: "http://localhost:8080/oauth2/introspect"
```

## Set up the compatibility layer
Expand Down
Loading