diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2025-05-02 12:16:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 12:16:14 +0100 |
commit | fd5d3d852df9dbbac13b406144be7ec5a807078d (patch) | |
tree | 6331033096a408730c96f0f7c708792cc68f481a /tests/test_utils/oidc.py | |
parent | Fix typo in doc for Scheduled Tasks Admin API (#18384) (diff) | |
download | synapse-fd5d3d852df9dbbac13b406144be7ec5a807078d.tar.xz |
Don't check the `at_hash` (access token hash) in OIDC ID Tokens if we don't use the access token (#18374)
Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to 'tests/test_utils/oidc.py')
-rw-r--r-- | tests/test_utils/oidc.py | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/tests/test_utils/oidc.py b/tests/test_utils/oidc.py |