authzforce

XACML implementation

纵然是瞬间 提交于 2020-02-26 08:28:30
问题 I am novice to XACML policies. Can you specify me how to implement XACML policies. I have tried different API's. But for my project I need to implement XACML evaluation engine. So, can you help me providing the implementation details. Which language will be best suitable for implementing the evaluation engine . Thanks in Advance. 回答1: I guess, Implementing a XACML evaluation engine is not an easy task. You need to go through XACML specification at https://www.oasis-open.org/committees/xacml/

FIWARE AuthZForce 5.4.1 is not installing

橙三吉。 提交于 2019-12-25 13:39:12
问题 I am trying to install FIWARE AuthZForce 5.4.1, following the official documentation, but with no success because the Tomcat7 is not starting during the installation process as can be seen below. (Reading database ... 40187 files and directories currently installed.) Preparing to unpack authzforce-ce-server-dist-5.4.1.deb ... Unpacking authzforce-ce-server (5.4.1) over (5.4.1) ... Setting up authzforce-ce-server (5.4.1) ... * Starting Tomcat servlet engine tomcat7 [fail] dpkg: error

Fiware IDM+AuthZForce+PEP-Proxy-Wilma

别说谁变了你拦得住时间么 提交于 2019-12-25 08:47:49
问题 I'm trying to put to work the IDM+AuthZForce+PEP-Proxy-Wilma to secure the Orion context broker, but I'm having a bit of trouble, nothing works, all is up and running, but there's no autentication and no security. I changed all the configuration files and nothing changed. I tried to populate the database (mongoDB or PostgreSQL) and nothing changed, too. All services are running in a docker-compose instance. Anyonce already has deployed this successfully? 回答1: I think you can get some help

Fiware IDM : Dynamic permission resource

六月ゝ 毕业季﹏ 提交于 2019-12-24 10:59:50
问题 I've deployed an application based on Fiware generic enablers, in Docker. The versions are: Orion 1.14 Cygnus 1.9.0 Authzforce 5.4.1 Keyrock: the latest Pep-proxy: 7.0.1 but, when I want to create a permission in keyrock I can't find a specific syntax or character sequence to enter a dynamic resource in the resource field like: /resource1/<user>/info , or to specify only the resource prefix like: /resource2/<whatever> . Really exists the syntax for the dynamic resource and authzforce can

AuthzForce XACML Response is Indeterminate

心不动则不痛 提交于 2019-12-13 00:17:18
问题 I am exploring Authzforce XACML3.0 and I have been running into issues. I keep getting my responses as indeterminate. Below is my setup and the Exception trace which it throws. Any help is appreciated. Request File: <?xml version="1.0" encoding="utf-8"?> <Request ReturnPolicyIdList="false" CombinedDecision="false" xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category

XACML for Spring Cloud

被刻印的时光 ゝ 提交于 2019-12-12 09:03:20
问题 I'm going to secure my Spring Cloud Application with OAuth2 and XACML (using AuthZForce, Balana, AT&T XACML or something similar). I want to use the microservices from Spring-Cloud(-Netflix). To make XACML available I think that I need this: PEP for each existing API-service PDP's as new services, that are used by PEP's. Because Spring-Cloud(-Netflix) has load-balancing functions (Eureka) I need to register this services on Eureka and implement a REST-API. Because all PDP's should use the

XACML for Spring Cloud

最后都变了- 提交于 2019-12-04 16:53:40
I'm going to secure my Spring Cloud Application with OAuth2 and XACML (using AuthZForce, Balana, AT&T XACML or something similar). I want to use the microservices from Spring-Cloud(-Netflix). To make XACML available I think that I need this: PEP for each existing API-service PDP's as new services, that are used by PEP's. Because Spring-Cloud(-Netflix) has load-balancing functions (Eureka) I need to register this services on Eureka and implement a REST-API. Because all PDP's should use the same policies, they need to be stored centrally (Policy Provider) Which framework is most suitable for

AuthZForce Security Level 2: Basic Authorization error “AZF domain not created for application”

独自空忆成欢 提交于 2019-11-30 20:19:27
问题 We are trying to deploy our security layer (KeyRock, Wilma, AuthZForce) to protect our Orion instance. We are able to have security level 1 (authentication) with Keyrock and Wilma working, but when we try to insert AuthZForce to check the verb+resource authorization we get the error message: AZF domain not created for application In the PEP Proxy User Guide, under "Level 2: Basic Authorization" section, it is stated that we have to configure the roles and permissions for the user in the

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