Okta · Example Payload

Okta Application Oidc Example

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Okta Application Oidc Example is an example object payload from Okta, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamelabelstatuslastUpdatedcreatedaccessibilityvisibilityfeaturessignOnModecredentialssettings

Example Payload

Raw ↑
{
  "id": "0oa1a2b3c4D5E6F7G8H9",
  "name": "oidc_client",
  "label": "Internal Tools",
  "status": "ACTIVE",
  "lastUpdated": "2026-05-10T13:21:54.000Z",
  "created": "2025-09-18T11:14:09.000Z",
  "accessibility": { "selfService": false },
  "visibility": {
    "autoSubmitToolbar": false,
    "hide": { "iOS": false, "web": false }
  },
  "features": [],
  "signOnMode": "OPENID_CONNECT",
  "credentials": {
    "userNameTemplate": {
      "template": "${source.login}",
      "type": "BUILT_IN"
    },
    "oauthClient": {
      "client_id": "0oa1a2b3c4D5E6F7G8H9",
      "token_endpoint_auth_method": "client_secret_basic",
      "autoKeyRotation": true
    }
  },
  "settings": {
    "oauthClient": {
      "redirect_uris": ["https://internal.example.com/authorization-code/callback"],
      "response_types": ["code"],
      "grant_types": ["authorization_code", "refresh_token"],
      "application_type": "web",
      "consent_method": "REQUIRED"
    }
  }
}