|
1 | | -[](https://www.codacy.com/app/coder103/authzforce-ce-server?utm_source=github.com&utm_medium=referral&utm_content=authzforce/server&utm_campaign=Badge_Grade) |
2 | | - |
3 | | -# AuthZForce Server |
| 1 | +# AuthZForce Server (Community Edition) |
4 | 2 | [](https://opensource.org/licenses/GPL-3.0) |
5 | | -[](http://authzforce-ce-fiware.readthedocs.io/en/release-5.3.0/?badge=release-5.3.0) |
| 3 | +[](http://authzforce-ce-fiware.readthedocs.io/en/release-5.3.0a/?badge=release-5.3.0a) |
6 | 4 | [](https://hub.docker.com/r/fiware/authzforce-ce-server/) |
7 | 5 | [](https://ask.fiware.org/questions/scope:all/sort:activity-desc/tags:authzforce/) |
| 6 | +[](https://www.codacy.com/app/coder103/authzforce-ce-server?utm_source=github.com&utm_medium=referral&utm_content=authzforce/server&utm_campaign=Badge_Grade) |
8 | 7 |
|
9 | 8 | AuthZForce Server provides a multi-tenant RESTful API to Policy Administration Points (PAP) and Policy Decision Points (PDP) as defined in the [OASIS XACML 3.0 standard](http://docs.oasis-open.org/xacml/3.0/xacml-3.0-core-spec-os-en.html). |
10 | 9 |
|
@@ -55,7 +54,7 @@ The sources for the manuals are located in [fiware repository](http://github.com |
55 | 54 | * Defined in standard [Web Application Description Language and XML schema](https://github.com/authzforce/rest-api-model/tree/develop/src/main/resources) so that you can automatically generate client code. |
56 | 55 | * Provides access to all PAP/PDP features mentioned in previous sections. |
57 | 56 | * Multi-tenant: allows to have multiple domains/tenants, each with its own PAP/PDP, in particular its own policy repository. |
58 | | -* Conformance with [REST Profile of XACML v3.0 Version 1.0](http://docs.oasis-open.org/xacml/xacml-rest/v1.0/xacml-rest-v1.0.html) (at the level of each domain) except for test `urn:oasis:names:tc:xacml:3.0:profile:rest:assertion:home:pdp` (to be fixed in next release) |
| 57 | +* Conformance with [REST Profile of XACML v3.0 Version 1.0](http://docs.oasis-open.org/xacml/xacml-rest/v1.0/xacml-rest-v1.0.html) |
59 | 58 | * [Fast Infoset](http://www.itu.int/en/ITU-T/asn1/Pages/Fast-Infoset.aspx) support for requests/responses. |
60 | 59 |
|
61 | 60 | ### High availability and load-balancing |
|
0 commit comments