You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEP endpoints are not present in the entitlement V1 apis. They are currently not available along with the connector.
Steps to Reproduce
The endpoints defined in [1] should be added to entitlements V1 and made available with the connector.
Or this could be removed from entirely as we are deprecating the feature.
Below config to add the resource to toml has been removed with [1]. This need to be added with other required configuration if decided to provide support for the mentioned endpoint.
[[api_resources]]
name = "Entitlement Policy Mgt API"
identifier = "/api/identity/entitlement/v1/decision"
requiresAuthorization = true
description = "API representation of the Entitlements Policy Mgt API"
type = "TENANT"
[[api_resources.scopes]]
displayName = "Policy Mgt"
name = "internal_manage_pep"
description = "Policy Mgt"
Description
PEP endpoints are not present in the entitlement V1 apis. They are currently not available along with the connector.
Steps to Reproduce
The endpoints defined in [1] should be added to entitlements V1 and made available with the connector.
Or this could be removed from entirely as we are deprecating the feature.
[1] https://github.com/wso2-extensions/identity-application-authz-xacml/blob/master/components/entitlement/org.wso2.carbon.identity.api.server.entitlement/org.wso2.carbon.identity.api.server.entitlement.v1/src/main/java/org/wso2/carbon/identity/api/server/entitlement/v1/resources/DecisionResource.java
Version
Xacml connector v1.0.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: