20241109 3185 max age (#3196)

This commit is contained in:
Firstyear 2024-11-10 07:20:15 +10:00 committed by William Brown
parent 69ceb6c4f7
commit ed20725817

View file

@ -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