Hi. I'm getting an error when i send a GET API request to "http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/sites" with a Bearer token. The token was created by keycloak and i tested with Postman Authorization Bearer token, only for test that authorization request.
{
"error": {
"errorKey": "framework.exception.ApiDefault",
"statusCode": 401,
"briefSummary": "10180005 Authorization 'Bearer' not supported.",
"stackTrace": "For security reasons the stack trace is no longer displayed, but the property is kept for previous versions",
}
}
I'm using the project's docker compose, with the image "alfresco/alfresco-content-repository-community:7.3.0" .