diff options
author | Quentin Gliech <quenting@element.io> | 2025-05-02 12:13:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 12:13:26 +0200 |
commit | 74be5cfdbc2208f0b34d9ab75f99994bd8ed217d (patch) | |
tree | 568f2755520319566b63413b9a25b02cfef940da /tests/handlers/test_oauth_delegation.py | |
parent | Readme tweaks (#18218) (diff) | |
download | synapse-74be5cfdbc2208f0b34d9ab75f99994bd8ed217d.tar.xz |
Do not auto-provision missing users & devices when delegating auth to MAS (#18181)
Since MAS 0.13.0, the provisionning of devices and users is done synchronously and reliably enough that we don't need to auto-provision on the Synapse side anymore. It's important to remove this behaviour if we want to start caching token introspection results.
Diffstat (limited to 'tests/handlers/test_oauth_delegation.py')
-rw-r--r-- | tests/handlers/test_oauth_delegation.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/handlers/test_oauth_delegation.py b/tests/handlers/test_oauth_delegation.py |