mirror of https://github.com/docker/docs.git
Add auth docs for sso enforced (#20960)
* Add auth docs for sso enforced * Revert rename
This commit is contained in:
parent
a47a06418b
commit
402a776664
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue