Typo
All checks were successful
/ Test (push) Successful in 52s
/ Test (pull_request) Successful in 51s

This commit is contained in:
Stefan Bethke 2026-07-18 21:36:31 +02:00
commit 7452879ef5

View file

@ -42,7 +42,7 @@ Once all dependencies are met, simply call `make` to build the provider, which s
There's also `make clean` available for removing the output directory.
To add the provider to your Keycloak install, copy `attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar` to the Keycloak Provider directory (`/opt/keycloak/providers/).
To add the provider to your Keycloak install, copy `attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar` to the Keycloak Provider directory (`/opt/keycloak/providers/`).
## Testing Setup