Query:

  1. auth_code . This is the authorization code retrieved from the microservice.
  2. response_type. This will default to id_token . We might support other types as the need arises.

Authorization Basic Header (base64 encoded and separated by colon):

  1. client_id . This is the unique string identifying the SP (used before on step 2 as well).
  2. client_secret . This is an encoded secret known by both the SP backend and the auth microservice (arranged ahead of time).