
aztal (aztal) asked a question.
During the penetration test, it was found that the access token (JWT) can be reused to generate a valid session cookie.
url/wp-login.php?log_in_from_id_token=eyJra...
Can be copied from a network call and used as a URL with a token to log in again and the application server enables the reuse.
Can I prevent it by revoking the token after the user logs in or is there any other solution?
Thanks!

Hi @aztal (aztal),
Thank you for posting on the Okta community page!
I have managed to find the bellow documentation about access tokens that contains details about how long they remain valid, how to revoke a token and additional information:
I would also recommend to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.