[ 
https://issues.apache.org/jira/browse/CXF-5154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated CXF-5154:
-------------------------------------

    Description: 
Currently, the PEP only sends the "{operationNamespace}operationName" to the 
PDP for authorization. This does not allow the PDP to perform authorization by 
service. 

This will be changed to the following instead:

"{serviceNamespace}serviceName\#{operationNamespace}operationName}", which will 
be truncated to "{serviceNamespace}serviceName\#operationName" for the case 
that the serviceNamespace == operationNamespace.

  was:

Currently, the PEP only sends the "{operationNamespace}operationName" to the 
PDP for authorization. This does not allow the PDP to perform authorization by 
service. 

This will be changed to the following instead:

"{serviceNamespace}serviceName#{operationNamespace}operationName}", which will 
be truncated to "{serviceNamespace}serviceName#operationName" for the case that 
the serviceNamespace == operationNamespace.

    
> PEP only sends Operation Namespace + Name to the PDP
> ----------------------------------------------------
>
>                 Key: CXF-5154
>                 URL: https://issues.apache.org/jira/browse/CXF-5154
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.7.7
>
>
> Currently, the PEP only sends the "{operationNamespace}operationName" to the 
> PDP for authorization. This does not allow the PDP to perform authorization 
> by service. 
> This will be changed to the following instead:
> "{serviceNamespace}serviceName\#{operationNamespace}operationName}", which 
> will be truncated to "{serviceNamespace}serviceName\#operationName" for the 
> case that the serviceNamespace == operationNamespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to