Skip to content

patope/uaa-ui

Repository files navigation

#uaa-ui: A front end for UAA

Setup

Depends on a running UAA instance. You can easily run a local instance of UAA with minimal setup required by following these instructions.

The CLIENT_ID used to connect to that running UAA server requires the following authorities: uaa.admin clients.secret scim.read zones.read. The best way to configure this client is to use the UAA CLI. For example:

# Target your running UAA server
uaac target https://localhost:8080/uaa
# Use the admin client to create your uaa-ui
uaac token client get admin -s adminsecret
uaac client add admin --authorities "zones.read clients.read clients.secret clients.write uaa.admin clients.admin scim.write scim.read"
uaac curl /identity-zones

The uaa-ui requires the following environment variables:

To run locally, use the convenience script ./runlocal

About

A User Interface for UAA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages