Fiware AuthZForce error: “AZF domain not created for application”
问题 I'm trying to protect Orion Context Broker using KeyRock idm, Wilma PEP-Proxy and AuthZForce PDP over Docker. For now, level 1 security works well and I can deny access to non logged users, but I get this error on Wilma when trying to add level 2. AZF domain not created for application <applicationID> Here it is my azf configuration in Wilma's config.js file: config.azf = { enabled: true, protocol: 'http', host: 'azfcontainer', port: 8080, custom_policy: undefined }; And this is how I set the