AngularJs UI client for CloudFoundry UAA
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
- run
mvn spring-boot:run
- access
http://localhost:8081
switch to /src/main/webapp
directory.
- run
npm install
- run
npm run server
- access
http://localhost:3000
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.
Use password grant for login, you can change in 'Setting' use other OAuth2 flow to login.
Very little information, But still provide basic functionality.
Navigation will include all features, even contains zone mode.
Creating a zone is not a good choice because of the many configurations.
Synchronize login status with single sign-on.
Upgrade the client to APP so that it can be show in UAA. Or create new client.
Login with other IdP is easy to integrate google or okta
You can enable MFA, although only GoogleAuthenticator(totp) is currently supported.
No one will use SAML service at present.
Exciting with guess search.