kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
223 stars 115 forks source link

Missing documentation on session policy validation #180

Closed abeluck closed 5 years ago

abeluck commented 5 years ago

The following is in the config:

# Disable outbound federation and isolate the identity server from the rest of the Matrix network
# source: https://github.com/kamax-matrix/mxisd/blob/master/docs/features/federation.md
lookup:
  recursive:
    enabled: false
invite:
  resolution:
    recursive: false
session:
  policy:
    validation:
      forLocal:
        toRemote:
          enabled: false
      forRemote:
        toRemote:
          enabled: false

Yet the linked documentation does not have information regarding the session.policy settings.

I see some docs regarding session policies here, yet it doesn't cover the [to|for][Local|Remote] settings.

As someone interested in running both private, sem-open, and open servers with mxisd as the identity server, it would be very helpful to have these options clarified.

maxidorius commented 5 years ago

The configuration you refer to was valid before v1.3.0. mxisd behaviour has been made more privacy-oriented since then. See how to adapt your configuration with the Upgrade notes of v1.3.0

maxidorius commented 5 years ago

This project is no longer maintained.