This directory contains resources for building a CloudFoundry User Account and Authentication (UAA) Docker image that is customized to work with Steeltoe Samples.
To run this image locally:
docker run -it -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:77.10
These instructions will help you build and deploy a custom image to use as an identity provider for Single Sign-On for VMware Tanzu Application Service:
- Clone this repository.
- (Operator task) Create an identity zone
- Change the
redirect-uri
entry forssotile
in uaa.yml to match your identity zone. - (OPTIONAL) Customize the name of the image you're about to build by renaming the
uaa-server
directory .\build.ps1 uaa-server
.- Push the image to an image repository accessible from your Cloud Foundry environment.
- Deploy the image with a command similar to this:
cf push steeltoe-uaa --docker-image steeltoe.azurecr.io/uaa-server:77.10
- (Operator task) Add the new identity provider with OpenID Connect
- Use the
ssotile
credentials from uaa.yml
- Use the