2015-12-03 11:11:10 +00:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2016-01-28 12:57:31 +00:00
|
|
|
title = "Docker Registry Token Authentication"
|
2015-12-03 11:11:10 +00:00
|
|
|
description = "Docker Registry v2 authentication schema"
|
|
|
|
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
2016-05-19 12:52:58 +00:00
|
|
|
[menu.main]
|
|
|
|
parent="smn_registry_ref"
|
|
|
|
weight=100
|
2015-12-03 11:11:10 +00:00
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# Docker Registry v2 authentication
|
|
|
|
|
2016-02-11 21:55:23 +00:00
|
|
|
See the [Token Authentication Specification](token.md),
|
2016-02-03 19:19:37 +00:00
|
|
|
[Token Authentication Implementation](jwt.md),
|
|
|
|
[Token Scope Documentation](scope.md),
|
2016-02-11 21:55:23 +00:00
|
|
|
[OAuth2 Token Authentication](oauth.md) for more information.
|