Closed frruit closed 1 year ago
@antechrestos I made a PR to fix the missing client_secret field in the json body for oauth2 token requests:
In the meantime I'd suggest @frruit to move back to 1.33.0
Thanks a lot for the quick reaction. I will follow also your recommendation and wait for the next release :-)
Fixed in 1.34.2
Hi, by updating the library from 1.33.0 to 1.4.x an authentication error 401 occurs
Here is the code snippet which is using the library
auth contains username and password.
After the upgrade during the initialisation the following error occures: oauth2_client.credentials_manager.OAuthError: 401 - unauthorized : Bad credentials
See stacktrace
I have realised that in the meantime also some dependencies has been upgraded:
• Updating oauth2-client (1.2.1 -> 1.4.0) • Updating cloudfoundry-client (1.33.0 -> 1.34.0)
Any idea and thanks for support?