Add security-ldap-uaa example

This commit is contained in:
Gunnar Hillert
2018-12-20 11:43:43 -10:00
parent ac636d8d10
commit b981dff2cb
17 changed files with 1866 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
username="$1"
password="$2"
uaac token delete --all
uaac target http://localhost:8080/uaa
uaac token owner get cf $username -s "" -p $password
uaac token client get admin -s adminsecret
uaac user get $username