Secret Store - Undertow Filter · Undertow Filter: intercepts all requests and replaces a key/secret with an appropriate Keycloak token.
Group: org.keycloak.secretstore - All Dependencies
Secret Store - Backend · Simple web application that stores refreshTokens and provides key/secret.
Secret Store - API · Simple library with services to manage tokens
Secret Store - Examples - Backend · Backend that is to receive the calls from the client.
Secret Store - Commons · Useful code for the Secret Store in general.
Secret Store - Feature Pack Resources · This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin.
Secret Store - Parent · Parent module, where the versions are defined.
Secret Store - Integration tests - Smoke · Set of smoke integration tests
Secret Store - Integration tests - Important · Set of important integration tests
Secret Store - Integration tests - All Others · Set of all integration tests which are not smoke nor important.
Secret Store - Integration tests · Set of integration tests
Secret Store - Examples - Server · Assembles a Wildfly server to be used with the examples
Secret Store - Examples - Filter on Backend · Client service calling the backend, with the tokens being handled by a filter.
Secret Store - Examples - Client Behind Proxy · Client service calling the backend, with the tokens being handled by a filter.
Secret Store - Examples · Set of usage examples for the Secret Store
Secret Store - Proxy · Proxy that replaces key/secret into OAuth Bearer tokens