cloudfoundry-attic / eclipse-integration-cloudfoundry

Cloud Foundry Integration for Eclipse
Apache License 2.0
41 stars 47 forks source link

Plugin is authenticating directly to the UAA and bypassing custom authentication #4

Open jmprice opened 10 years ago

jmprice commented 10 years ago

The plugin is passing credentials directly to the UAA which is bypassing custom profiles like LDAP.

The new gcf client had the same issue: https://github.com/cloudfoundry/cli/issues/29

-- Jon Price