IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 89 forks source link

Update public CloudFoundry authentication endpoints #151

Closed hkantare closed 4 years ago

hkantare commented 5 years ago

CF configuration will be changed, so the CloudController's /v2/info endpoint will return

{ ... "authorization_endpoint": "https://iam.cloud.ibm.com/cloudfoundry/login/us-south", "token_endpoint": "https://uaa.us-south.cf.cloud.ibm.com", ... }

hkantare commented 4 years ago

completed