Skip to content

Commit

Permalink
Remove legacy application examples from the README
Browse files Browse the repository at this point in the history
Change-Id: I2b9b589a7ad1bfa37aec58604d9f36a23b784a04
  • Loading branch information
joeldsa committed Nov 27, 2012
1 parent f9cf507 commit f6a4503
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -290,14 +290,12 @@ In CloudFoundry terms
* `uaa` provides an authentication service plus authorized delegation for
back-end services and apps (by issuing OAuth2 access tokens).

* `api` is `api.cloudfoundry.com` - it's a service which provides resources
which other applications may wish to access on behalf of the resource
owner (the end user).
* `api` is a service that provides resources that other applications may
wish to access on behalf of the resource owner (the end user).

* `app` is a webapp that needs single sign on and access to the `api`
service on behalf of users.

* `app` is `code.cloudfoundry.com` or `studio.cloudfoundry.com` - a
webapp that needs single sign on and access to the `api` service on
behalf of users.

* `login` is where Cloud Foundry administrators set up their
authentication sources, e.g. LDAP/AD, SAML, OpenID (Google etc.) or
social. The cloudfoundry.com platform uses a different
Expand Down

0 comments on commit f6a4503

Please sign in to comment.