xiaoyao9184 / UAA_UI

UI for CloudFoundry UAA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UAA_UI

AngularJs UI client for CloudFoundry UAA

Info

This project is Fork from an old project create by svennela.

CloudFoundry UAA is not included manage page.

This project is another option for manage UAA by using uaa-cli or cf-uaac.

And you can try other styles of UI, like https://github.com/making/uaa-ui

Use

for JAVA user

  • run

    mvn spring-boot:run

  • access http://localhost:8081

for NodeJS user

switch to /src/main/webapp directory.

  • run

    npm install

  • run

    npm run server

  • access http://localhost:3000

Development

Just switch to /src/main/webapp directory. Use editor with static file HTTP server, like VSCode with Live Server Plugin.

If you don't have a ready-made UAA service instance. switch to /development run the following command in bash.

./run_quick-uaa-local.sh

it will use quaa start a development UAA instance.

Screen shots

Use password grant for login, you can change in 'Setting' use other OAuth2 flow to login.

Alt text

Very little information, But still provide basic functionality.

Alt text

Navigation will include all features, even contains zone mode.

Alt text Alt text

Creating a zone is not a good choice because of the many configurations.

Alt text

Synchronize login status with single sign-on.

Alt text

Upgrade the client to APP so that it can be show in UAA. Or create new client.

Alt text Alt text

Login with other IdP is easy to integrate google or okta

Alt text

You can enable MFA, although only GoogleAuthenticator(totp) is currently supported.

Alt text

No one will use SAML service at present.

Alt text

Exciting with guess search.

Alt text

Alt text Alt text

About

UI for CloudFoundry UAA


Languages

Language:HTML 57.8%Language:JavaScript 41.2%Language:CSS 0.8%Language:Java 0.1%Language:Shell 0.1%