Okta · Schema

WsFederationApplication

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

Properties

Name Type Description
name object
settings object
View JSON Schema on GitHub

JSON Schema

okta-wsfederationapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WsFederationApplication",
  "title": "WsFederationApplication",
  "type": "object",
  "properties": {
    "name": {
      "type": "object"
    },
    "settings": {
      "$ref": "#/components/schemas/WsFederationApplicationSettings"
    }
  },
  "x-okta-defined-as": {
    "name": "template_wsfed"
  },
  "x-okta-parent": "#/definitions/Application",
  "x-okta-tags": [
    "Application"
  ]
}