-
- Downloads
Add config for customizing the claim used for JWT logins. (#11361)
Allows specifying a different claim (from the default "sub") to use when calculating the localpart of the Matrix ID used during the JWT login.
Showing
- changelog.d/11361.feature 1 addition, 0 deletionschangelog.d/11361.feature
- docs/jwt.md 3 additions, 2 deletionsdocs/jwt.md
- docs/sample_config.yaml 6 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/jwt.py 9 additions, 0 deletionssynapse/config/jwt.py
- synapse/rest/client/login.py 2 additions, 1 deletionsynapse/rest/client/login.py
- tests/rest/client/test_login.py 36 additions, 32 deletionstests/rest/client/test_login.py
Loading
Please register or sign in to comment