bijukunjummen / boot-firehose-to-syslog

Spring Boot based CF Firehose Nozzle - will feed data to TCP/UDP based syslog sink
2 stars 3 forks source link

401 unauthorized /oauth/token #4

Open ctatineni opened 8 years ago

ctatineni commented 8 years ago

Hello,

i tried to run the jar by connecting to my PCF, some how i am getting 401 , itried both password grant and client credential grant,both has the same issue. cloudfoundry-client.request GET https://login.:443/oauth/token?client_id=&client_secret=&grant_type=client_credentials&response_type=token cloudfoundry-client.response 401 https://login.:443/oauth/token?client_id=&client_secret=&grant_type=client_credentials&response_type=token r.ipc.netty.common.NettyChannelHandler Closing HTTP channel due to error

reactor.ipc.netty.http.HttpException: HTTP request failed with code: 401

any help would be appreciated.