How to get user to be logged out automatically after access token expiration?

I am not using refresh token. I want the user to automatically be signed out after the access token expires. I’ve set the Require log in after * time and the ID Token Expiration to be equal to each other. However, the user is not automatically signed out after a certain time. The user has to refresh the page in order to be signed out.

Hey there @cinnabams3782 welcome to the community!

What you’ve described sounds like expected behavior - You might want to look into storing/monitoring the token expiry time yourself and manually logging out users based on that.