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#
{
"@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/"
}