Hi, i am working on CXF to create an OAuth Service. The Scopes are optional
field so what will be the default value for scopes is it null..
when returning-
OAuthClientUtils.getAuthorizationURI(authorizationServiceURI,
consumer.getKey(),
redirectUri.toString(),
reservationRequestKey,
scope);
in getAuthorisationServiceURI method..Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Default-Scopes-tp5771405.html Sent from the cxf-user mailing list archive at Nabble.com.
