Add auth docs for sso enforced (#20960)

* Add auth docs for sso enforced

* Revert rename
This commit is contained in:
Josh 2024-09-24 12:33:54 -06:00 committed by GitHub
parent a47a06418b
commit 402a776664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -126,7 +126,11 @@ paths:
The returned token is used in the HTTP Authorization header like `Authorization: Bearer {TOKEN}`. The returned token is used in the HTTP Authorization header like `Authorization: Bearer {TOKEN}`.
Most Docker Hub APIs require this token either to consume or to get detailed information. For example, to list images in a private repository. Most Docker Hub APIs require this token either to consume or to get detailed information. For example, to list
images in a private repository.
_**As of Monday, September 16, 2024, this route requires a PAT instead of a password if your organization has
SSO enforced.**_
requestBody: requestBody:
content: content:
application/json: application/json: