File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,8 @@ The sample application and resource server be available immediately bound to the
46
46
## Deploying Resource Server
47
47
48
48
### Setup
49
- The resource server needs to know the Auth Server (or UAA) location in order to retrieve the token key to validate the tokens.
50
- Set the Auth Server location as the value of the auth_domain environment variable for the authcode sample app.
51
-
52
- ` cf set-env <RESOURCE_SERVER_APP_NAME> AUTH_SERVER <AUTH_SERVER_LOCATION> `
49
+ The resource server needs to know the Auth Server (or UAA) location in order to retrieve the token key to validate the tokens.
50
+ Change ` AUTH_SERVER ` in ` manifest.yml ` to point to your UAA instance.
53
51
54
52
For example, for a given SSO service plan/UAA identity zone, the location would be ` https://subdomain.login.my-domain.org `
55
53
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ applications:
6
6
path : build/libs/resource-server.jar
7
7
env :
8
8
SKIP_SSL_VALIDATION : " true"
9
+ AUTH_SERVER : https://<plan-auth-domain>.login.<your-domain>.com
You can’t perform that action at this time.
0 commit comments