pdp

Fiware AuthZForce error: “AZF domain not created for application”

家住魔仙堡 提交于 2019-11-27 16:24:47
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 access control configuration on KeyRock: # ACCESS CONTROL GE ACCESS_CONTROL_URL = 'http://azfcontainer

“AZF domain not created for application” AuthZforce

落爺英雄遲暮 提交于 2019-11-27 08:49:26
问题 I have an application that uses the KeyRock, PEP, PDP(AuthZForce). The security level 1 (authentication) with Keyrock and PEP are working, but when we try to use AuthZForce to check the authorization, I get the error message: AZF domain not created for application I have my user and my application that I created following the steps on the Fiware IdM User and Programmers Guide. I am also able to create domains as stated in the AuthZForce - Installation and Administration Guide but I don't know

Fiware AuthZForce error: “AZF domain not created for application”

痞子三分冷 提交于 2019-11-26 18:37:57
问题 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