You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document does not define either an authentication or authorization protocol nor does it impose any restrictions on protocol choices other than requiring a minimal set of inputs and outputs.
The assumption made for the CBS mechanism is that the client programming model encapsulates the token acquisition with a “token provider” abstraction.
The input to the token provider is
an AMQP URL that identifies the container and the resource inside the container for which access is requested
a maximum duration for the validity of the acquired token
The output from the token provider is
opaque access token string
a UTC timestamp indicating the expiration of the token
Since the CBS mechanism allows to replace tokens for links that have already been established, the client SHOULD track the expiration times of tokens it has placed into the token cache and SHOULD acquire a new token before the prior token expires and place the replacement into the cache.
The token provider model as an abstraction allows for client implementations to perform that acquisition silently for as long as the authentication proof or authorization refresh token is valid.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: