mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
20241109 3185 max age (#3196)
This commit is contained in:
parent
69ceb6c4f7
commit
ed20725817
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue