Okta · JSON-LD Context

Okta Context

JSON-LD context defining the semantic vocabulary for Okta from Okta.

30 Classes 15 Properties 4 Namespaces
View Context View on GitHub

Namespaces

okta: https://developer.okta.com/docs/reference/
schema: https://schema.org/
xaa: https://xaa.dev/ns#
oauth: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-identity-assertion-authz-grant#

Classes

id type User Group Application Authenticator AuthorizationServer Brand Domain EventHook InlineHook Feature GroupSchema IdentityProvider LinkedObject LogEvent NetworkZone Org Policy ProfileMapping Session Subscription Template TrustedOrigin UserFactor UserSchema UserType Agent CrossAppAccessGrant IdentityAssertion

Properties

Property Type Container
login
email
firstName
lastName
status
created schema:DateTime
lastUpdated schema:DateTime
lastLogin schema:DateTime
memberOf reference
assignedTo reference
owner reference
scopes set
issuer
subject
audience

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "okta": "https://developer.okta.com/docs/reference/",
    "schema": "https://schema.org/",
    "xaa": "https://xaa.dev/ns#",
    "oauth": "https://datatracker.ietf.org/doc/html/draft-ietf-oauth-identity-assertion-authz-grant#",
    "id": "@id",
    "type": "@type",

    "User": "okta:User",
    "Group": "okta:Group",
    "Application": "okta:Application",
    "Authenticator": "okta:Authenticator",
    "AuthorizationServer": "okta:AuthorizationServer",
    "Brand": "okta:Brand",
    "Domain": "okta:Domain",
    "EventHook": "okta:EventHook",
    "InlineHook": "okta:InlineHook",
    "Feature": "okta:Feature",
    "GroupSchema": "okta:GroupSchema",
    "IdentityProvider": "okta:IdentityProvider",
    "LinkedObject": "okta:LinkedObject",
    "LogEvent": "okta:LogEvent",
    "NetworkZone": "okta:NetworkZone",
    "Org": "okta:Org",
    "Policy": "okta:Policy",
    "ProfileMapping": "okta:ProfileMapping",
    "Session": "okta:Session",
    "Subscription": "okta:Subscription",
    "Template": "okta:Template",
    "TrustedOrigin": "okta:TrustedOrigin",
    "UserFactor": "okta:UserFactor",
    "UserSchema": "okta:UserSchema",
    "UserType": "okta:UserType",
    "Agent": "okta:Agent",
    "CrossAppAccessGrant": "xaa:CrossAppAccessGrant",
    "IdentityAssertion": "oauth:IdentityAssertion",

    "login": { "@id": "okta:profile/login" },
    "email": { "@id": "schema:email" },
    "firstName": { "@id": "schema:givenName" },
    "lastName": { "@id": "schema:familyName" },
    "status": { "@id": "okta:status" },
    "created": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
    "lastUpdated": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
    "lastLogin": { "@id": "okta:lastLogin", "@type": "schema:DateTime" },
    "memberOf": { "@id": "schema:memberOf", "@type": "@id" },
    "assignedTo": { "@id": "okta:assignedTo", "@type": "@id" },
    "owner": { "@id": "schema:owner", "@type": "@id" },
    "scopes": { "@id": "oauth:scope", "@container": "@set" },
    "issuer": { "@id": "oauth:issuer" },
    "subject": { "@id": "oauth:sub" },
    "audience": { "@id": "oauth:aud" }
  },
  "@type": "okta:Org",
  "name": "Okta Workforce Identity Platform",
  "description": "Linked-data context for the Okta Management API plus Cross-App Access and AI Agent identities.",
  "url": "https://developer.okta.com/docs/reference/"
}