Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Content Distribution Core 0.1.1
-
None
Description
The SCD transport should support OAuth 2.0 Authorization Grants flow [0].
With this flow access token are passed via the Authorization header to every requests.
The SimpleHttpDistributionTransport should be extended to support an Authorization header provided via the DistributionTransportSecret.
A custom DistributionTransportSecretProvider implementation would provide the access token in the DistributionTransportSecret's credentials map.