summary refs log tree commit diff
path: root/tests/rest/admin/test_jwks.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of `user_ips` and `monthly_active_users` when delegating auth ↵David Robertson2023-11-231-7/+1
| | | | | | | | | | | | | (#16672) * Describe `insert_client_ip` * Pull out client_ips and MAU tracking to BaseAuth * Define HAS_AUTHLIB once in tests sick of copypasting * Track ips and token usage when delegating auth * Test that we track MAU and user_ips * Don't track `__oidc_admin`
* Tests for JWKS endpointHugh Nimmo-Smith2023-05-301-0/+106