diff --git a/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc b/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc index 22d1464..08ed038 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc @@ -1,4 +1,5 @@ = Spring Cloud for Cloud Foundry +:nofooter: include::intro.adoc[] @@ -17,7 +18,7 @@ are configured, they default per the user's profile in Cloud Foundry. == Single Sign On NOTE: All of the OAuth2 SSO and resource server features moved to Spring Boot -in version 1.3. You can find documentation in the +in version 1.3. You can find documentation in the http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[Spring Boot user guide]. This project provides automatic binding from CloudFoundry service @@ -27,4 +28,3 @@ service called "sso", for instance, with credentials containing automatically to the Spring OAuth2 client that you enable with `@EnableOAuth2Sso` (from Spring Boot). The name of the service can be parameterized using `spring.oauth2.sso.serviceId`. -