Am 02.03.2013 14:36, schrieb inteloid: > Hi, I have 2 types of grant handlers registrered: > 1. Resource Owner > 2. Client Credentials > > When I use token provided by Resource Owner grant handler, I can easily get > UserSubject from MessageContext but having problems to get ClientID when > using Client Credentials, how to get it from a resource? > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/OAuth2-Client-credentials-Get-Client-ID-tp5723951.html > Sent from the cxf-user mailing list archive at Nabble.com. Hi,
you can try the method resolveClient of the OAuthContextUtils class. Regards, Thorsten
