Used to obtain an OAuth access token from the Satellite. The access token must be added under "Authorization" header attribute for secured endpoints. Refer to relevant endpoints on proper usage.
POSThttps://isharetest.net/connect/token
Body
grant_type*string
OAuth 2.0 grant type. MUST contain “client_credentials”
Example: "client_credentials"
scope*string
OAuth 2.0 scope. MUST contain iSHARE scope value. Other values allow the Service Consumer to get tokens that do not include all rights the Service Consumer has. According to RFC 6749, scopes are case-sensitive.
Example: "iSHARE"
client_id*string
Used in iSHARE for all client identification for OAuth/OpenID Connect. MUST contain a valid iSHARE identifier of the Service Consumer
Example: "EU.EORI.NL123456789"
client_assertion_type*string
Used in iSHARE for all client identification for OAuth/OpenID Connect. MUST contain “urn:ietf:params:oauth:client-assertion-type:jwt-bearer”