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
1
vote
1 answer

Problems implementing TokenProvider for CloudFoundry Java CLI

I am developing a microservice that is responsible for starting other microservices running on CloudFoundry. Therefore I make use of the cf-java-client (https://github.com/cloudfoundry/cf-java-client). In our environment we have a special mechanism…
SebastianK
  • 712
  • 4
  • 19
1
vote
1 answer

How do I change the expires_in value for an authentication token?

I tried following all the steps in the blog whose URL is mentioned below. https://blogs.sap.com/2019/04/29/sap-cloud-platform-backend-service-tutorial-13-api-called-from-external-tool/ While I am getting the authentication token and the entire flow…
1
vote
1 answer

I am looking for authentication server for microservices, needs to have OpenID connect and LDAP support. UAA or Keycloak?

I am looking for a authentication server solution. It needs to have a SSO, OpenID Connect support and LDAP integration possibility. Users will have 2 options to log in, either with their LDAP account or using external service which is based on…
Mart123
  • 327
  • 2
  • 13
1
vote
0 answers

CloudFoundry quickstart problems. All proposed fixes don't work

Followed this guide: https://github.com/cloudfoundry/uaa#quick-start First problem after doing "./gradlew run" It get's stuck at cargoRunLocal. <============-> 96% EXECUTING [7m 57s] > :cargoRunLocal Then I found out that for some people changing…
Mart123
  • 327
  • 2
  • 13
1
vote
0 answers

Why does Cloud Foundry's UAA /token_keys endpoint contain a 'cache-control: no-store' response header?

I was reading over cache-control request/response headers here. Definition of Cache-Control: No-Store: The no-store directive means browsers aren’t allowed to cache a response and must pull it from the server each time it’s requested. This setting…
1
vote
1 answer

Expected to find a map at path '/instance_groups/name=bosh/jobs/uaa' but found '[]interface {}'

Trying to deploy BOSH director integrated with LDAP and running into problems. Here are my steps. Clone latest repository: git clone https://github.com/cloudfoundry/bosh-deployment Create vars file and populate it. Modify opsfile for ldap File:…
user2362699
  • 586
  • 6
  • 22
1
vote
0 answers

Access denied in UAA token verification

I am developing a REST application on cloudfoundry platform and that requires me to use the UAA authentication. My application will be getting the uaa access token from a third party application. So I am using uaa.token().check() function of cf java…
mrunal
  • 11
  • 1
1
vote
2 answers

Is there a way to get UAA access token from the app without storing credentials?

I have an access token and a refresh token generated using my cf credentials. I want my app, which uses CF API, to run continuosly for a long time, so when the access token expires I will generate a new one using the refresh token. But as far as I…
Chris Gabler
  • 179
  • 1
  • 1
  • 14
1
vote
0 answers

Redirects issue in ngrinder groovy-Eclipse plugin

I am facing an issue when I am scripting the redirects in nGrinder (Script written in Groovy in Eclipse; Eclipse integrated with Groovy plugin) for the URL: https://winterfell-sbo-sbo-test-cso-web-mta.cfapps.sap.hana.ondemand.com/sites Attached is…
1
vote
1 answer

Client Credentials for Cloud Foundry UAA Server

When using the command cf oauth-token the cli fetches an oauth token for us by contacting the UAA server.I wanted to know what client credentials does the cli use for this purpose? Is there any pre-canned credentials I can use to make request to…
1
vote
1 answer

Manually created groups are not listed in uaa jwt token

After decoding the UAA jwt token, I can see some groups in scope which are already present in UAA's yml file. But i can not see the groups which are created manually. Is it possible to get the groups which are created by me from jwt token?
CheckMyPost_045
  • 103
  • 2
  • 3
  • 14
1
vote
2 answers

Error in accessing the Cloudfoundry Local App URL

I need some help with a locally deployed app in the Local pivotal Cloud Foundry VM. Recently, I have installed the pivotal cloud foundry in a Windows Server 2012 VM and had deployed the Spring-music app in the local. Now I want to share this url…
Jagadeesh
  • 31
  • 5
1
vote
1 answer

Using the custom config file in UAA

I am trying to setup a forked version of cloud-foundry uaa (version 3.2.1). As per the document I need to set the variable CLOUD_FOUNDRY_CONFIG_PATH for the build to use my custom uaa.yml file. I tried setting up the environment variable…
Kannan Ramamoorthy
  • 3,980
  • 9
  • 45
  • 63
1
vote
0 answers

Restarting the local UAA server

How do I restart the local UAA server? Is running ./gradlerew run is the only way to do that? The problem with this is, it does the complete set-up including the dependency setup.
Kannan Ramamoorthy
  • 3,980
  • 9
  • 45
  • 63
1
vote
0 answers

Authentication failing cf cassandra service broker (cassandra-cf-service-boshrelease)

I am using ih-cassandra-service-broker implementation of the open-source cloud foundry service broker API for deploying cassandra as a service in cloud foundry. But, the authentication to service-broker is failing. The security-context.xml file…
Jagrati Gogia
  • 221
  • 1
  • 3
  • 12
1 2
3
9 10