Questions tagged [cloudfoundry-uaa]

User Account and Authentication (UAA) is a web service provided by Cloud Foundry to manage users and OAuth2 clients.

The UAA is a multi tenant identity management service, used in Cloud Foundry, but also available as a stand alone OAuth2 server. It's primary role is as an OAuth2 provider, issuing tokens for client applications to use when they act on behalf of Cloud Foundry users. It can also authenticate users with their Cloud Foundry credentials, and can act as an SSO service using those credentials (or others). It has endpoints for managing user accounts and for registering OAuth2 clients, as well as various other management functions.

141 questions
0
votes
2 answers

Can i login in Cloud Foundry V2 using REST API os somehow without Ruby?

Does anyone have experience of authorization in Cloud Foundry v2 API using simple REST requests? The actual docs on CF v2 API show how to login using Ruby Gem called CF : cf login myuser --password mypwd Also there is a NPM Package for Node JS…
Anonymous
  • 1,823
  • 2
  • 35
  • 74
0
votes
1 answer

CloudFoundry UAA not accepting HTTP Basic Auth

I've created a client in my UAA (CloudFoundry v2): $ uaac client add clienttest --scope testscope --secret mysecret --authorized_grant_types client_credentials scope: testscope client_id: clienttest authorized_grant_types: client_credentials …
DeejUK
  • 12,891
  • 19
  • 89
  • 169
-1
votes
1 answer

CloudFoundry V3 API for Domains - Java Client

We are writing an API that would get list of all the domains available in a cloudfoundry-foundation. Our API internally uses cf-java-client libraries to talk to our cloudfoundry-foundation When we searched for the API Docs for listing all the…
Arun
  • 3,440
  • 11
  • 60
  • 108
-1
votes
1 answer

duplicated useres detection and deletion from UAAdb

I have experienced an issue that User exists twice with the same user name in the uaa db. Is there any script that does detection of ducplicated users and deletetion? What is the best way you would suggest for the detection and deletion?
Gowrisankar M
  • 51
  • 1
  • 9
-1
votes
1 answer

UAA server - org.springframework.security.authentication.BadCredentialsException: Bad credentials

The client needs to get a token from UAA server, but when the request was sent, I alway got the error as…
-2
votes
1 answer

Can anyone please share the Cloud Foundry UAA repo with Maven?

I want to build and run UAA in my local using maven not gradlew. Can anyone please help me with the repository location for UAA using Maven. Gradle repo : https://github.com/cloudfoundry/uaa
1 2 3
9
10