keycloak-scim/examples/providers/rest
Zakaria Amine ff39a15221 Update examples/providers/rest/README.md
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
Signed-off-by: zak905 <zakaria.amine88@gmail.com>
2024-02-07 09:32:43 -03:00
..
src/main Update custom rest endpoint documentation and example 2024-02-07 09:32:43 -03:00
pom.xml Use JakartaEE dependencies 2023-04-27 13:36:54 +02:00
README.md Update examples/providers/rest/README.md 2024-02-07 09:32:43 -03:00

Example Realm REST Resource provider

You can deploy the provider by running: mvn package and dropping the jar under $KEYCLOAK_HOME/providers

When the server has started, open http://localhost:8080/auth/realms/master/hello and look for the message Hello master. You can also invoke the endpoint for other realms by replacing master with the realm name in the above url.