2016-04-06 07:43:15 +00:00
|
|
|
Example Realm REST Resource provider
|
|
|
|
====================================
|
|
|
|
|
2024-01-12 08:59:32 +00:00
|
|
|
You can deploy the provider by running: `mvn package` and dropping the jar under `$KEYCLOAK_HOME/providers`
|
2016-04-06 07:43:15 +00:00
|
|
|
|
2024-01-14 14:50:24 +00:00
|
|
|
When the server has started, open http://localhost:8080/auth/realms/master/hello and look for the message _Hello master_.
|
2016-11-11 12:30:42 +00:00
|
|
|
You can also invoke the endpoint for other realms by replacing `master` with the realm name in the above url.
|