Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the session timeout in security-openid-connect-web-authentication-quickstart #1354

Conversation

sberyozkin
Copy link
Member

Check list:

Your pull request:

  • targets the development branch
  • uses the 999-SNAPSHOT version of Quarkus
  • has tests (mvn clean test)
  • works in native (mvn clean package -Pnative)
  • has integration/native tests (mvn clean verify -Pnative)
  • makes sure the associated guide must not be updated
  • links the guide update pull request (if needed)
  • updates or creates the README.md file (with build and run instructions)
  • for new quickstart, is located in the directory component-quickstart
  • for new quickstart, is added to the root pom.xml and README.md

@sberyozkin sberyozkin requested a review from rsvoboda December 1, 2023 18:23
Copy link

quarkus-bot bot commented Dec 1, 2023

Failing Jobs - Building 451ccd3

Status Name Step Failures Logs Raw logs Build scan
Build - JDK 11 Build Quarkus main ⚠️ Check → Logs Raw logs 🚧

@sberyozkin sberyozkin closed this Dec 1, 2023
@sberyozkin sberyozkin deleted the increase_oidc_web_app_session_timeout branch December 1, 2023 18:40
@sberyozkin sberyozkin restored the increase_oidc_web_app_session_timeout branch December 1, 2023 18:40
@sberyozkin
Copy link
Member Author

This breaks the test

@sberyozkin sberyozkin deleted the increase_oidc_web_app_session_timeout branch December 1, 2023 18:48
@fedinskiy
Copy link
Contributor

@sberyozkin I was using the follwing parameters for local testing, maybe they can be used for testing as well:

  "ssoSessionIdleTimeout" : 1800,
  "ssoSessionMaxLifespan" : 7200,

@fedinskiy
Copy link
Contributor

And I do not think, that it correct, that idle timeout is bigger, that MaxLifespan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants