Unauthorized You don't have access to this resource

  • I have been trying to run the camunda 8 development setup in a centralized development server using EC2 Instance.
  • My applications are running in particular URL:
  • https://<domain_name>:8084 :- Identity
  • https://<domain_name>:18080 :- Keycloak Server.
  • When I try to assign application operate permission. It shows Unauthorized
    You don’t have access to this resource
    .
  • Underlying response to the post call is showing response of Invalid CORS request permissions
  • But in the local development server it is working perfectly without any issues.

any solving?