Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Tree Search

Overview

The USTA API uses Okta as an identity provider organized using the OAuth2 access model.

Grant Types - Okta

Application can use client credentials grant type:

  • Client Credentials used for server-side applications where the service authenticates as the service and establishes a session.

Credentials

After discussion with the USTA API team, USTA will issue credentials for the appropriate grant type to the application developers.

API Endpoints

Stage Domain Name:

 

Okta (Target)

Cognito (Legacy)

Token endpoint

(Client credentials flow)

Method: POST

URL: /wiki/spaces/UDTP/pages/40550268943

Body:

  • grant_type=client_credentials

  • client_id={client_id}

  • client_secret={client_secret}

  • audience= {AUDIENCE}

Content-type: x-www-form-urlencoded

Method: POST

URL: /wiki/spaces/UDTP/pages/40676753780

Headers:

  • Authorization='Basic {client_id&client_secret}'

Body:

  • client_id={client_id}

  • grant_type=client_credentials

Panel
bgColor#FFFFFF

On This Page:

Panel
bgColor#FFFFFF

Subtopics:

  •  

Panel
bgColor#FFFFFF

On This Page:

Table of Contents
Panel
bgColor#FFFFFF

Subtopics:

Child pages (Children Display)