agt_server

command
v0.0.0-...-ed3b7aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 12 Imported by: 0

README

/**

**/

Access Grant Token Server (AGTS)

The AGTS is deployed of the vehicle, and has two major tasks.

  1. Authenticating requesting clients.
  2. Provision access grant tokens to requesting clients.

The tasks are supported by the ATS through that it exposes a service to clients over an HTTP transport.

A client shall issue a POST message with the path = agtserver, on the port number 7500.

The POST payload shall use JSON format, and contain the following: {"vin":"GEO001", "context":"Independent+OEM+Cloud", "proof":"ABC", "key":"DEF"}

where the "vin" value shall be the vehicle identity, which typically would be a pseudo-VIN, the "context" value is the role triplet, the "proof" value contains the credentials that the client refer to for its "context" claim, and the "key" value, which may be omitted, is used for the proof-of-possession concept as described in the VISSv2 specification, in the access control chapter in the CORE document.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL