Shane/Pedro,
what do you think about this issue? There is no real user involved.
It is the registration of an OAuth2 mobile/desktop
application at the provider.
Regards,
Anil
On 11/08/2012 08:41 AM, Anil Saldhana wrote:
This use case is primarily for OAuth2 style interactions. There is
a
need to register a OAuth2 application at the OAuth2 provider (such as
Facebook, Twitter etc).
The registration of the application is very similar to a User.
https://github.com/picketlink/picketlink/blob/master/oauth/src/main/java/...
The method register() has me using IDM User API to register a Client
Application with clientname and using attributes for redirect_url and
description and stuff.
How do we modify the IDM API for Application registration?