You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're attempting to connect a client app to a https://docs.pivotal.io/spring-cloud-services/3-1/common/client-dependencies.html[Spring Cloud Services] or https://docs.pivotal.io/p-identity/1-11/integrating-sso.html[Single Sign-On] service instance, you should follow their respective docs.
55
27
56
28
== Introduction
57
29
The entry point is the class `CfEnv` which parses Cloud Foundry environment variables such as `VCAP_SERVICES`.
@@ -259,13 +231,6 @@ The list of supported services are:
259
231
* MongoDB
260
232
* Redis
261
233
262
-
There are two other modules that contain support for *Pivotal's Spring Cloud Service* and *Single Sign-On Service* tiles.
263
-
264
-
The `java-cfenv-boot-pivotal-scs` module provides support for Config Server and `java-cfenv-boot-pivotal-sso` module provides support for single sign on. You can read more about the integration with the Pivotal Single Sign-On Service in the https://github.com/pivotal-cf/java-cfenv/blob/master/java-cfenv-boot-pivotal-sso/README.md[SSO library readme] for that module.
265
-
266
-
Note that the `scs` module is not working correctly in the 1.0.0.RELEASE, use snapshot builds until the next point release is made.
267
-
268
-
269
234
=== Pushing your application to Cloud Foundry
270
235
271
236
You must disable the java buildpack's auto-reconfiguration so that you always delegate to Boot to create beans.
0 commit comments