From 9973385381e49b098f47068fc55f889dd1b9ca84 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Sun, 10 Nov 2024 07:20:15 +1000 Subject: [PATCH] 20241109 3185 max age (#3196) --- server/testkit/tests/oauth2_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/testkit/tests/oauth2_test.rs b/server/testkit/tests/oauth2_test.rs index 74169a7a8..7e2d2172c 100644 --- a/server/testkit/tests/oauth2_test.rs +++ b/server/testkit/tests/oauth2_test.rs @@ -236,6 +236,7 @@ async fn test_oauth2_openid_basic_flow(rsclient: KanidmClient) { ("code_challenge_method", "S256"), ("redirect_uri", TEST_INTEGRATION_RS_REDIRECT_URL), ("scope", "email read openid"), + ("max_age", "1"), ]) .send() .await