Skip to content

Commit e3a34ef

Browse files
authored
1.5 quirks read me
1 parent 50c48e1 commit e3a34ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Go to your application directory and push the app.
2222
./gradlew build
2323
cf push
2424

25+
NOTE: Your application is expected to crash on start-up until it is bound to the Single Sign-on Service using the instructions in the next section.
26+
2527
NOTE: If you are using a public IP, you will need to update the internal_proxies variable in application.yml to your public IP.
2628

2729
## <a name="step-2">Step 2</a>: Bind the Application with the Pivotal Single Sign-On Service Instance
28-
Follow the steps [here](http://docs.pivotal.io/p-identity/configure-apps/index.html#bind) to bind your application to the service instance.
30+
Follow the steps [here](http://docs.pivotal.io/p-identity/configure-apps/index.html#bind) to bind your application to the service instance.
2931

3032
Restart your application after binding the service using Apps Manager or CF CLI.
3133

@@ -51,6 +53,8 @@ Set the Auth Server location as the value of the auth_domain environment variabl
5153

5254
`cf set-env <RESOURCE_SERVER_APP_NAME> AUTH_SERVER <AUTH_SERVER_LOCATION>`
5355

56+
NOTE: Beginning with our Spring Boot 1.5 version of the identity sample applications, bind the Resource Server to the Singl†e Sign-On Service instead of providing the AUTH_SERVER value.
57+
5458
For example, for a given SSO service plan/UAA identity zone, the location would be `https://subdomain.login.my-domain.org`
5559

5660
It has three API endpoints:

0 commit comments

Comments
 (0)