Re: R: Cant login from cf CLI, "Missing grant type"
Filip Hanik
You shouldn't have to add the client to the manifest, as it is
automatically added here: https://github.com/cf-identity/cf-release/blob/identity-latest/jobs/uaa/templates/uaa.yml.erb#L128-L137 If you wish to add it, it would look like: properties: uaa: clients: cf: authorities: "uaa.none" authorized-grant-types: "implicit,password,refresh_token" scope: "cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose" secret: "" On Wed, Jul 15, 2015 at 7:35 AM, Michael Grifalconi < michael.grifalconi(a)studenti.unimi.it> wrote: Minimal update, I attach the new manifest, cf login trace and uaa.log |
|