prereqs update

This commit is contained in:
Jerae Duffin 2022-02-03 12:55:50 -06:00
parent b5c66cc625
commit c2c4b6a0f4
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ We currently support enabling SSO on a single organization. If you have any user
* You must first notify your company about the new SSO login procedures * You must first notify your company about the new SSO login procedures
* Verify that your org members have Docker Desktop version 4.4.2 installed on their machines * Verify that your org members have Docker Desktop version 4.4.2 installed on their machines
* New members must create a Personal Access Token (PAT) to log into the CLI; however, existing users can use their username and password during the grace period * New members must create a Personal Access Token (PAT) to log into the CLI; however, existing users can use their username and password as specified below
* Confirm that all CI/CD pipelines have replaced their passwords with PATs * Confirm that all CI/CD pipelines have replaced their passwords with PATs
* For your service accounts, add your additional domains or enable it in your IdP * For your service accounts, add your additional domains or enable it in your IdP
* Test SSO using your domain email address and IdP password to successfully log in and log out of Docker Hub * Test SSO using your domain email address and IdP password to successfully log in and log out of Docker Hub
## Create a Personal Access Token (PAT) ## Create a Personal Access Token (PAT)
Before you configure SSO for your organization, new members of your organization must [create an access token](../docker-hub/access-tokens.md) to log into the CLI. There is currently a grace period for existing users, which will expire in the near future. Before enforcing the usage of PATs, your users will be able to log in from Docker Desktop CLI using their previous credentials during this transition period. Before you configure SSO for your organization, new members of your organization must [create an access token](../docker-hub/access-tokens.md) to log into the CLI. There is currently a grace period for existing users, which will expire in the near future. Before the grace period ends, your users will be able to log in from Docker Desktop CLI using their previous credentials until PATs are mandatory.
In addition, all email addresses should be added to your IdP. In addition, all email addresses should be added to your IdP.
## Configure ## Configure