NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All service endpoints require Okta access token authentication. To generate an Okta access token, a request must be made to the environment service endpoint using a valid Client ID and Client Secret. See below for additional details on how to construct the access token request.

Service Endpoints:

Int: <Provide Int URL here>Stage: @ https://bioappdev.okta.com/oauth2/aus3ym6wniM6O3MGE297/v1/token

Stagehttps://bioappdev.okta.com/oauth2/aus478s3eb0x3du23297” \

Production: <Provide Prod URL here>

...

curl --request POST “https://<clientId>:<clientSecret>@bioappdev.okta.com/oauth2/aus3ym6wniM6O3MGE297/v1/token” \” 
--header “Accept: application/json” \
--header “Content-Type: application/x-www-form-urlencoded” \
--data-urlencode “grant_type=client_credentials" \

...