The document provides an overview of security services available on the Cloud Foundry platform including UAA (Universal Authentication and Authorization) and Credhub.
UAA provides identity and access management capabilities including single sign-on (SSO), OAuth 2.0/OpenID Connect protocols, and user authentication and authorization. Credhub provides secure credential management through generation, storage, and rotation of credentials.
The document discusses how Spring applications can leverage these services through UAA's identity broker and Spring CredHub client to integrate SSO and manage credentials in a Cloud Foundry deployment. Demo sections show examples of UAA for SSO and Credhub for credential management.