You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
The USTA API uses Okta as an identity provider organized using the OAuth2 access model.
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.
After discussion with the USTA API team, USTA will issue credentials for the appropriate grant type to the application developers.
Stage Domain Name:
Replace {OKTA_DOMAIN} with usta-external-stage.us.auth0.com
Replace {AUDIENCE} with https://external-stage2-services.usta.com
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
URL: /wiki/spaces/UDTP/pages/40676753780
Headers:
Authorization='Basic {client_id&client_secret}'
On This Page:
Overview
Grant Types - Might change need to check with Okta
Credentials
API Endpoints
Subtopics:
/wiki/spaces/UDTP/pages/40676753826
/wiki/spaces/UDTP/pages/40676753872
/wiki/spaces/UDTP/pages/40676753920
/wiki/spaces/UDTP/pages/40676753999
/wiki/spaces/UDTP/pages/40676754084
/wiki/spaces/UDTP/pages/40676754145
/wiki/spaces/UDTP/pages/40676754195
/wiki/spaces/UDTP/pages/40676754247
/wiki/spaces/UDTP/pages/40676754297
/wiki/spaces/UDTP/pages/40676754347
/wiki/spaces/UDTP/pages/40676754412
/wiki/spaces/UDTP/pages/40676755440