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"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/okta-application-oidc-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.