cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Fix uaa error in user authentication #2972

Closed strehle closed 1 month ago

strehle commented 1 month ago

cf auth some-username some-password

Returns before UAA 76.26.0 unauthorized, after invalid_client

Reason is: https://github.com/cloudfoundry/uaa/issues/2545

Thank you for contributing to the CF CLI! Please read the following:

Note: Please create separate PR for every branch (main, v8 and v7) as needed.

Description of the Change

We must be able to understand the design of your change from this description. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.

Why Is This PR Valuable?

Returns before UAA 76.26.0 unauthorized, after invalid_client

Reason is: https://github.com/cloudfoundry/uaa/issues/2545

Applicable Issues

https://github.com/cloudfoundry/uaa/issues/2545

How Urgent Is The Change?

Medium

Other Relevant Parties

Who else is affected by the change?

joaopapereira commented 1 month ago

I think this is address in https://github.com/cloudfoundry/cli/pull/2968

strehle commented 1 month ago

close this because fix comes with https://github.com/cloudfoundry/cli/pull/2968