IBM-Cloud / bluemix-go

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

auth token endpoint no longer accepting uaa response_type #107

Closed bkuschel closed 6 years ago

bkuschel commented 6 years ago

Work around is to remove uaa from the response_type list in iam.go:

https://github.com/IBM-Cloud/bluemix-go/blob/master/authentication/iam.go#L107

bkuschel commented 6 years ago

Duplicate of https://github.com/IBM-Cloud/bluemix-go/issues/101