mirror of https://github.com/docker/docs.git
use access tokens for CLI access to DTR
Added note advising users to use access tokens with DTR after configuring SAML for UI authentication. This is necessary per slack conversation here: https://docker.slack.com/archives/C1329M30T/p1547584120183300
This commit is contained in:
parent
16bfdbd2a2
commit
999cc6686c
|
@ -10,6 +10,9 @@ 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.
|
||||
|
||||
> **Note**: After configuring single sign-on with DTR, users accessing DTR via
|
||||
> `docker login` should create an [access token](https://docs.docker.com/ee/dtr/user/access-tokens/) and use it to authenticate.
|
||||
|
||||
## At installation time
|
||||
|
||||
When installing DTR, use the `docker/dtr install --dtr-external-url <url>`
|
||||
|
|
Loading…
Reference in New Issue