quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.92k stars 1.43k forks source link

Add OIDC refresh token skew test #1421

Closed sberyozkin closed 2 months ago

sberyozkin commented 2 months ago

This PR confirms that the ID token can be refreshed if it is valid but will expire within the configured refresh time skew period. For example, if the ID token is valid for 9 seconds, then it will only live for another 6 seconds after accessing Quarkus after a 3 seconds delay, which falls into a configured 7 seconds skew period.

CC @calvernaz

quarkus-bot[bot] commented 2 months ago

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit f7578655242cadc1ed7451b3a3d53e06bdfb7ecd.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Failures

:gear: Build - JDK 17 #

- Failing: optaplanner-quickstart 

:package: optaplanner-quickstart

Failed to execute goal on project optaplanner-quickstart: Could not resolve dependencies for project org.acme:optaplanner-quickstart:jar:1.0.0-SNAPSHOT: Could not find artifact io.quarkus:quarkus-webjars-locator:jar:999-SNAPSHOT

sberyozkin commented 2 months ago

optaplanner keeps failing