Re: [Architecture] IS550: Oauth Role or XACML scope validation

2018-05-08 Thread Senthalan Kanagalingam
Hi, Scope validation for OAuth tokens will be applied during the token validation time. The XACML policies with the action-name "token_validation" will be applied at token validation time. In "scope_based_token_validation_policy_template", you need to update the "sp-name" and "scope-name"

Re: [Architecture] IS550: Oauth Role or XACML scope validation

2018-05-04 Thread Farasath Ahamed
On Friday, May 4, 2018, Vadim Kimlaychuk wrote: > Dear architects, > > I am trying to implement validation for OAuth tokens described here > : https://docs.wso2.com/display/IS560/Validating+the+Scope+of+ > OAuth+Access+Tokens+using+XACML+Policies. Since this

[Architecture] IS550: Oauth Role or XACML scope validation

2018-05-04 Thread Vadim Kimlaychuk
Dear architects,   I am trying to implement validation for OAuth tokens described here : https://docs.wso2.com/display/IS560/Validating+the+Scope+of+OAuth+Access+Tokens+using+XACML+Policies. Since this example failed for me I have tried to do similar with role validation described here: