Service that returns a hello message.
The hello-service
exposes the following endpoints:
Endpoint that returns a hello message without authentication.
- Method:
hello
Endpoint that returns a hello message only for authenticated users.
- Method:
hello.secure
Endpoint that returns a hello message only for authenticated users with the ADMIN
scope.
- Method:
hello.secure.adminonly