IDP provider values added

This commit is contained in:
ddeyo 2018-09-03 18:35:53 -07:00
parent 2f40a9a748
commit 189f74d542
1 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ UCP supports Security Assertion Markup Language (SAML) for authentication. SAML
A list of the identity providers that we support is found in the [Docker Compatibility matrix] (http://success.docker.com/article/compatibility-matrix).
## Identity provider integration steps
## Configure identity provider integration
There are data your identity provider needs for successful integration with UCP. Typivally these are:
There are values your identity provider needs for successful integration with UCP. Typically these are:
- URL for single signon (SSO).
- Service provider audience URI.
- URL for single signon (SSO). This value is the URL for UCP, qualified with `/enzi/v0/sami/acs`. For example, `https://111.111.111.111/enzi/v0/sami/acs`.
- Service provider audience URI. This value is the URL for UCP, qualified with `/enzi/v0/sami/metadata`. For example, `https://111.111.111.111/enzi/v0/sami/metadata`.
## Configure the SAML integration