Meanwhile I checked how RPT authorization works via tests and it seems to work. Lets investigate your log file. Please send full `oxd-server.log`
```
2017-04-21 04:03:22,211 TRACE [main] client.TransportClient (TransportClient.java:76) - Send: 0226{"command":"uma_rp_authorize_rpt","params":{"rpt":"68aba34d-12ba-4c09-a936-2f24ac312029/70EB.08FF.33B8.FFF5.D6EC.B8D8.24B5.6938","ticket":"15bebc20-7c85-464c-850f-b603747f8029","oxd_id":"3b25ac21-c903-4f85-8fb6-19fd072436db"}}
2017-04-21 04:03:22,212 TRACE [main] common.CoreUtils (CoreUtils.java:168) - commandSize: -1, stringStorage:
2017-04-21 04:03:22,212 TRACE [Thread-15] common.CoreUtils (CoreUtils.java:183) - Parsed sizeString: 0226, commandSize: 226
2017-04-21 04:03:22,213 TRACE [Thread-15] common.CoreUtils (CoreUtils.java:201) - Read result: ReadResult{m_command='{"command":"uma_rp_authorize_rpt","params":{"rpt":"68aba34d-12ba-4c09-a936-2f24ac312029/70EB.08FF.33B8.FFF5.D6EC.B8D8.24B5.6938","ticket":"15bebc20-7c85-464c-850f-b603747f8029","oxd_id":"3b25ac21-c903-4f85-8fb6-19fd072436db"}}', m_leftString=''}
2017-04-21 04:03:22,213 TRACE [Thread-15] server.Processor (Processor.java:51) - Command: {"command":"uma_rp_authorize_rpt","params":{"rpt":"68aba34d-12ba-4c09-a936-2f24ac312029/70EB.08FF.33B8.FFF5.D6EC.B8D8.24B5.6938","ticket":"15bebc20-7c85-464c-850f-b603747f8029","oxd_id":"3b25ac21-c903-4f85-8fb6-19fd072436db"}}
2017-04-21 04:03:22,216 DEBUG [Thread-15] op.RpAuthorizeRptOperation (RpAuthorizeRptOperation.java:40) - Try to authorize RPT with ticket: 15bebc20-7c85-464c-850f-b603747f8029...
2017-04-21 04:03:22,217 TRACE [Thread-15] service.HttpService (HttpService.java:39) - Created TRUST_ALL client.
z.example.com/dev/actions/view, http://photoz.example.com/dev/actions/all], ticketScopes=[http://photoz.example.com/dev/actions/view]}, UmaResource{id='1492761800893', path='/ws/phone', httpMethods=[PUT, POST], scopes=[http://photoz.example.com/dev/actions/add, http://photoz.example.com/dev/actions/all], ticketScopes=[http://photoz.example.com/dev/actions/add]}, UmaResource{id='1492761800966', path='/ws/phone', httpMethods=[DELETE], scopes=[http://photoz.example.com/dev/actions/remove, http://photoz.example.com/dev/actions/all], ticketScopes=[http://photoz.example.com/dev/actions/remove]}], rpt=68aba34d-12ba-4c09-a936-2f24ac312029/70EB.08FF.33B8.FFF5.D6EC.B8D8.24B5.6938, rptCreatedAt=Fri Apr 21 04:03:21 EDT 2017, rptExpiresIn=Fri Apr 21 04:08:21 EDT 2017, gat=null, gatCreatedAt=null, gatExpiresIn=null}
2017-04-21 04:03:22,291 TRACE [Thread-15] op.RpAuthorizeRptOperation (RpAuthorizeRptOperation.java:46) - RPT is authorized. RPT: 68aba34d-12ba-4c09-a936-2f24ac312029/70EB.08FF.33B8.FFF5.D6EC.B8D8.24B5.6938
```