mirror of https://github.com/docker/docs.git
Introduce single sign-on in DTR (#85)
This commit is contained in:
parent
f5f1bb7204
commit
2ab4f02991
|
@ -1748,6 +1748,8 @@ manuals:
|
|||
title: License your installation
|
||||
- path: /datacenter/dtr/2.3/guides/admin/configure/use-your-own-tls-certificates/
|
||||
title: Use your own TLS certificates
|
||||
- path: /datacenter/dtr/2.3/guides/admin/configure/enable-single-sign-on/
|
||||
title: Enable single sign-on
|
||||
- sectiontitle: External storage
|
||||
section:
|
||||
- path: /datacenter/dtr/2.3/guides/admin/configure/external-storage/
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: Enable single sign-on
|
||||
description: Learn how to set up single sign-on between UCP and DTR, so that your users only have to authenticate once
|
||||
keywords: dtr, login, sso
|
||||
---
|
||||
|
||||
By default, users are shared between UCP and DTR, but you have to authenticate
|
||||
separately on the web UI of both applications.
|
||||
|
||||
You can configure DTR to have single sign-on (SSO) with UCP, so that users only
|
||||
have to authenticate once.
|
||||
|
||||
## At installation time
|
||||
|
||||
When installing DTR, use the `docker/dtr install --dtr-external-url <url>`
|
||||
option to enable SSO. When accessing the DTR web UI, users are redirected to the
|
||||
UCP login page, and once they are authenticated, they're redirected to the URL
|
||||
you provided to `--dtr-external-url`.
|
||||
|
||||
Use the domain name of DTR, or the domain name of a load balancer, if you're
|
||||
using one, to load-balance requests across multiple DTR replicas.
|
||||
|
||||
## After install
|
||||
|
||||
In your browser, navigate to the DTR web UI, and choose **Settings**. In the
|
||||
**General** tab, scroll to **Domain & proxies**.
|
||||
|
||||
Update the **Load balancer / public address** field to the url where users
|
||||
should be redirected once they are logged in.
|
||||
Use the domain name of DTR, or the domain name of a load balancer, if you're
|
||||
using one, to load-balance requests across multiple DTR replicas.
|
||||
|
||||
Then enable **Use single sign-on**.
|
||||
|
||||
{: .with-border}
|
||||
|
||||
Once you save, users are redirected to UCP for logging in, and redirected back to
|
||||
DTR once they are authenticated.
|
||||
|
||||
## Where to go next
|
||||
|
||||
* [Use your own TLS certificates](use-your-own-tls-certificates.md)
|
|
@ -36,4 +36,4 @@ Click the **Apply new license** button, and upload your new license file.
|
|||
|
||||
## Where to go next
|
||||
|
||||
* [Use your own TLS certificates](use-your-own-tls-certificates.md)
|
||||
* [Enable single sign-on](enable-single-sign-on.md)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
Loading…
Reference in New Issue