From d6a5f6931b41e0fc3a55fe9ea8f0bc36f5535212 Mon Sep 17 00:00:00 2001 From: "James C. Scott" Date: Wed, 3 May 2017 16:13:04 -0400 Subject: [PATCH] Update README with scim.invite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba865836..e4570615 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ cf create-service redis28 standard dashboard-redis - Create client account: ``` uaac client add \ - --authorities uaa.none \ + --authorities scim.invite \ --authorized_grant_types authorization_code,client_credentials,refresh_token \ --scope cloud_controller.admin,cloud_controller.read,cloud_controller.write,openid,scim.read \ --autoapprove true \