kumuluzee:
security:
keycloak:
json: '{"realm": "customers-realm",
"bearer-only": true,
"auth-server-url": "http://localhost:8080/auth",
"ssl-required": "external",
"resource": "customers-api"}'
auth server url should be as follows(port should be 8082):
"auth-server-url":"http://localhost:8082/auth"
auth server url should be as follows(port should be 8082):
"auth-server-url":"http://localhost:8082/auth"