Authenticate your entity
VIDcredentials authentication service. Get your accessToken here. Remember that the access token is a JWT with an expiration time so from time to time you will need to get a new one.
Request Body — REQUIRED |
---|
grantType string — REQUIREDOAuth 2.0 grant type. Must be set to "urn:ietf:params:oauth:grant-type:jwt-bearer" |
assertion string — REQUIREDJSON encoded in base64. Decode provided example to see the values within. |
scope string — REQUIREDScope is used to define the authentication method. |
expiresIn numberTime in seconds after which the token should not be accepted |
Responses | ||||||
---|---|---|---|---|---|---|
200 Success
| ||||||
400 Bad Request
| ||||||
500 Internal Server Error
|