UAA Admin interface to register user/client?


Feruz Abdella <feruz.abdella@...>
 

Hi,

I am running UAA locally.

I was wondering if UAA provides an admin user interface to register users
and client applications

Or I have to write some kind of script?

I appreciate the help in advance.





Thanks!
Feruz Abdella
Software Developer
Cell-phone: (240)-498-7284
Email: Feruz.Abdella(a)gmail.com
http://www.linkedin.com/in/feruzabdella


Juan Antonio Breña Moral <bren at juanantonio.info...>
 


Sree Tummidi
 

UAA Provides an Admin Tool UAAC (written in ruby) to manage Users, Clients
and Groups.
You can find more information here: https://github.com/cloudfoundry/cf-uaac


Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry


On Tue, Nov 17, 2015 at 12:32 AM, Juan Antonio Breña Moral <
bren(a)juanantonio.info> wrote:

Good morning,

In my case, I have some Scripts for UAA here:

https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/uaa/UserUAATests.js

https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/cloudcontroller/OrganizationsTests.js

Cheers