Reputation: 245
I have spring-boot app with few API endpoints exposed.
I’m integrating an OIDC sign-in flow with Okta in my Spring Boot single-page web app. I want to implement user session timeout for inactivity in my application, and also ensure that if a user logs out of Okta or loses access to the app via Okta, they are automatically logged out of my web app.
Upvotes: 0
Views: 80