This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
from 1e53d39f servlets.oidc-rp: fix access token expiration check
new da229662 WIP - add an end to end test
new c7166bf0 WIP - add the pom changes for an end-to-end test
new c9003cde Start adding support for refresh tokens (persisted, not used)
new e2c490f3 Manual instructions for setting up Keyloak + Starter
new c6e7386b Import data into keycloak at test time
new 3c0acf8f oidc-rp: start properly configured keycloak container during
tests
new 54f79d23 oidc-rp: build and validate a feature model-based app
new bcd4f0d6 oidc-rp: run it using a local feature model
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../.gitignore | 1 -
org.apache.sling.servlets.oidc-rp/README.md | 73 +-
org.apache.sling.servlets.oidc-rp/pom.xml | 207 ++-
.../src/main/features/main.json | 36 +
.../servlets/oidc_rp/impl/OidcCallbackServlet.java | 5 +-
.../oidc_rp/impl/OidcConnectionFinderImpl.java | 20 +-
.../oidc_rp/impl/OidcConnectionPersister.java | 2 +-
.../servlets/oidc_rp/AuthorizationCodeFlowIT.java | 172 ++
.../src/test/resources/keycloak-import/sling.json | 1842 ++++++++++++++++++++
9 files changed, 2348 insertions(+), 10 deletions(-)
copy {aries-jax-rs-whiteboard => org.apache.sling.servlets.oidc-rp}/.gitignore
(62%)
create mode 100644
org.apache.sling.servlets.oidc-rp/src/main/features/main.json
create mode 100644
org.apache.sling.servlets.oidc-rp/src/test/java/org/apache/sling/servlets/oidc_rp/AuthorizationCodeFlowIT.java
create mode 100644
org.apache.sling.servlets.oidc-rp/src/test/resources/keycloak-import/sling.json