Skip to content

Commit

Permalink
Merge pull request #2495 from cloudfoundry-incubator/sso-improvements
Browse files Browse the repository at this point in the history
Add SSO Login notes
  • Loading branch information
nwmac authored Jun 21, 2018
2 parents c827e5c + 48065fb commit 9f4514e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deploy/cloud-foundry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ Note:
## Associate Cloud Foundry database service
Follow instructions [here](db-migration/README.md).

## Use SSO Login

By default Stratos will present its own login UI and only supports username and password authentication with your UAA. You can configure Stratos to use UAA's login UI by specifying the the `SSO_LOGIN` environment variable in the manifest, for example:

```
applications:
- name: console
... memory, disk settings here
env:
SSO_LOGIN: true
```

When SSO Login is enabled, Stratos will also auto-connect to the Cloud Foundry it is deployed in using the token obtained during the SSO Login flow.

## Troubleshooting

### Creating logs for recent deployments
Expand Down Expand Up @@ -152,3 +166,4 @@ applications:
env:
CF_API_FORCE_SECURE: true
```

0 comments on commit 9f4514e

Please sign in to comment.