The Applications API provides operations to manage applications and/or assignments to users or groups for your organization.
okta.apps.read
Lists all applications with pagination. A subset of apps can be returned that match a supported filter expression or query.
Success
Forbidden
Too Many Requests
[- {
- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "created": "2019-08-24T14:15:22Z",
- "features": [
- "string"
], - "id": "string",
- "label": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "status": "ACTIVE",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "accessPolicy": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "activate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "deactivate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "groups": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
], - "metadata": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "users": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.apps.manage
Creates a new application to your Okta organization
Success
Bad Request
Forbidden
Too Many Requests
{- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "features": [
- "string"
], - "label": "string",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_links": {
- "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
]
}, - "credentials": {
- "signing": {
- "kid": "string",
- "rotationMode": "string",
- "use": "sig"
}, - "userNameTemplate": {
- "pushStatus": "string",
- "template": "string",
- "type": "string",
- "userSuffix": "string"
}, - "password": {
- "hash": {
- "algorithm": "BCRYPT",
- "digestAlgorithm": "SHA256_HMAC",
- "iterationCount": 0,
- "keySize": 0,
- "salt": "string",
- "saltOrder": "string",
- "value": "string",
- "workFactor": 0
}, - "hook": {
- "type": "string"
}, - "value": "pa$$word"
}, - "revealPassword": true,
- "scheme": "ADMIN_SETS_CREDENTIALS",
- "userName": "string"
}, - "name": "string",
- "settings": {
- "identityStoreId": "string",
- "implicitAssignment": true,
- "inlineHookId": "string",
- "notes": {
- "admin": "string",
- "enduser": "string"
}, - "notifications": {
- "vpn": {
- "helpUrl": "string",
- "message": "string",
- "network": {
- "connection": "string",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}
}, - "signOn": {
- "loginUrl": "string",
- "redirectUrl": "string"
}
}
}
{- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "created": "2019-08-24T14:15:22Z",
- "features": [
- "string"
], - "id": "string",
- "label": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "status": "ACTIVE",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "accessPolicy": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "activate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "deactivate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "groups": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
], - "metadata": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "users": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}, - "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "string",
- "use": "sig"
}, - "userNameTemplate": {
- "pushStatus": "string",
- "template": "string",
- "type": "string",
- "userSuffix": "string"
}, - "password": {
- "hash": {
- "algorithm": "BCRYPT",
- "digestAlgorithm": "SHA256_HMAC",
- "iterationCount": 0,
- "keySize": 0,
- "salt": "string",
- "saltOrder": "string",
- "value": "string",
- "workFactor": 0
}, - "hook": {
- "type": "string"
}, - "value": "pa$$word"
}, - "revealPassword": true,
- "scheme": "ADMIN_SETS_CREDENTIALS",
- "userName": "string"
}, - "name": "string",
- "settings": {
- "identityStoreId": "string",
- "implicitAssignment": true,
- "inlineHookId": "string",
- "notes": {
- "admin": "string",
- "enduser": "string"
}, - "notifications": {
- "vpn": {
- "helpUrl": "string",
- "message": "string",
- "network": {
- "connection": "string",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}
}, - "signOn": {
- "loginUrl": "string",
- "redirectUrl": "string"
}
}
}
okta.apps.read
Retrieves an application from your Okta organization by id
Success
Forbidden
Not Found
Too Many Requests
{- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "created": "2019-08-24T14:15:22Z",
- "features": [
- "string"
], - "id": "string",
- "label": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "status": "ACTIVE",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "accessPolicy": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "activate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "deactivate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "groups": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
], - "metadata": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "users": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}, - "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "string",
- "use": "sig"
}, - "userNameTemplate": {
- "pushStatus": "string",
- "template": "string",
- "type": "string",
- "userSuffix": "string"
}, - "password": {
- "hash": {
- "algorithm": "BCRYPT",
- "digestAlgorithm": "SHA256_HMAC",
- "iterationCount": 0,
- "keySize": 0,
- "salt": "string",
- "saltOrder": "string",
- "value": "string",
- "workFactor": 0
}, - "hook": {
- "type": "string"
}, - "value": "pa$$word"
}, - "revealPassword": true,
- "scheme": "ADMIN_SETS_CREDENTIALS",
- "userName": "string"
}, - "name": "string",
- "settings": {
- "identityStoreId": "string",
- "implicitAssignment": true,
- "inlineHookId": "string",
- "notes": {
- "admin": "string",
- "enduser": "string"
}, - "notifications": {
- "vpn": {
- "helpUrl": "string",
- "message": "string",
- "network": {
- "connection": "string",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}
}, - "signOn": {
- "loginUrl": "string",
- "redirectUrl": "string"
}
}
}
okta.apps.manage
Replaces an application
object (ApplicationAccessibility) | |||||||||||||||||||
features | Array of strings | ||||||||||||||||||
label | string (ApplicationLabel) | ||||||||||||||||||
object (ApplicationLicensing) | |||||||||||||||||||
object | |||||||||||||||||||
signOnMode | string (ApplicationSignOnMode) | ||||||||||||||||||
object (ApplicationVisibility) | |||||||||||||||||||
object (ApplicationLinks) | |||||||||||||||||||
object (SchemeApplicationCredentials) | |||||||||||||||||||
| |||||||||||||||||||
name | string | ||||||||||||||||||
object (AutoLoginApplicationSettings) | |||||||||||||||||||
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "features": [
- "string"
], - "label": "string",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_links": {
- "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
]
}, - "credentials": {
- "signing": {
- "kid": "string",
- "rotationMode": "string",
- "use": "sig"
}, - "userNameTemplate": {
- "pushStatus": "string",
- "template": "string",
- "type": "string",
- "userSuffix": "string"
}, - "password": {
- "hash": {
- "algorithm": "BCRYPT",
- "digestAlgorithm": "SHA256_HMAC",
- "iterationCount": 0,
- "keySize": 0,
- "salt": "string",
- "saltOrder": "string",
- "value": "string",
- "workFactor": 0
}, - "hook": {
- "type": "string"
}, - "value": "pa$$word"
}, - "revealPassword": true,
- "scheme": "ADMIN_SETS_CREDENTIALS",
- "userName": "string"
}, - "name": "string",
- "settings": {
- "identityStoreId": "string",
- "implicitAssignment": true,
- "inlineHookId": "string",
- "notes": {
- "admin": "string",
- "enduser": "string"
}, - "notifications": {
- "vpn": {
- "helpUrl": "string",
- "message": "string",
- "network": {
- "connection": "string",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}
}, - "signOn": {
- "loginUrl": "string",
- "redirectUrl": "string"
}
}
}
{- "accessibility": {
- "errorRedirectUrl": "string",
- "loginRedirectUrl": "string",
- "selfService": true
}, - "created": "2019-08-24T14:15:22Z",
- "features": [
- "string"
], - "id": "string",
- "label": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "licensing": {
- "seatCount": 0
}, - "profile": {
- "property1": { },
- "property2": { }
}, - "signOnMode": "AUTO_LOGIN",
- "status": "ACTIVE",
- "visibility": {
- "appLinks": {
- "property1": true,
- "property2": true
}, - "autoLaunch": true,
- "autoSubmitToolbar": true,
- "hide": {
- "iOS": true,
- "web": true
}
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "accessPolicy": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "activate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "deactivate": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "groups": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "logo": [
- {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
], - "metadata": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}, - "users": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}, - "credentials": {
- "signing": {
- "kid": "string",
- "lastRotated": "2019-08-24T14:15:22Z",
- "nextRotation": "2019-08-24T14:15:22Z",
- "rotationMode": "string",
- "use": "sig"
}, - "userNameTemplate": {
- "pushStatus": "string",
- "template": "string",
- "type": "string",
- "userSuffix": "string"
}, - "password": {
- "hash": {
- "algorithm": "BCRYPT",
- "digestAlgorithm": "SHA256_HMAC",
- "iterationCount": 0,
- "keySize": 0,
- "salt": "string",
- "saltOrder": "string",
- "value": "string",
- "workFactor": 0
}, - "hook": {
- "type": "string"
}, - "value": "pa$$word"
}, - "revealPassword": true,
- "scheme": "ADMIN_SETS_CREDENTIALS",
- "userName": "string"
}, - "name": "string",
- "settings": {
- "identityStoreId": "string",
- "implicitAssignment": true,
- "inlineHookId": "string",
- "notes": {
- "admin": "string",
- "enduser": "string"
}, - "notifications": {
- "vpn": {
- "helpUrl": "string",
- "message": "string",
- "network": {
- "connection": "string",
- "exclude": [
- "string"
], - "include": [
- "string"
]
}
}
}, - "signOn": {
- "loginUrl": "string",
- "redirectUrl": "string"
}
}
}
okta.apps.manage
Deletes an inactive application
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.apps.read
Retrieves the default Provisioning Connection for application
Success
Forbidden
Not Found
Too Many Requests
{- "authScheme": "TOKEN",
- "status": "DISABLED",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Updates the default provisioning connection for application
Created
Bad Request
Forbidden
Not Found
Too Many Requests
{- "profile": {
- "authScheme": "TOKEN",
- "token": "string"
}
}
{- "authScheme": "TOKEN",
- "status": "DISABLED",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Activates the default Provisioning Connection for an application
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.apps.manage
Deactivates the default Provisioning Connection for an application
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.apps.read
Lists all Certificate Signing Requests for an application
Success
Forbidden
Not Found
Too Many Requests
[- {
- "created": "2019-08-24T14:15:22Z",
- "csr": "string",
- "id": "string",
- "kty": "string"
}
]
okta.apps.manage
Generates a new key pair and returns the Certificate Signing Request for it
Created
Bad Request
Forbidden
Not Found
Too Many Requests
{- "subject": {
- "commonName": "string",
- "countryName": "string",
- "localityName": "string",
- "organizationalUnitName": "string",
- "organizationName": "string",
- "stateOrProvinceName": "string"
}, - "subjectAltNames": {
- "dnsNames": [
- "string"
]
}
}
{- "created": "2019-08-24T14:15:22Z",
- "csr": "string",
- "id": "string",
- "kty": "string"
}
okta.apps.read
Retrieves a certificate signing request for the app by id
Success
Forbidden
Not Found
Too Many Requests
{- "created": "2019-08-24T14:15:22Z",
- "csr": "string",
- "id": "string",
- "kty": "string"
}
okta.apps.manage
Revokes a certificate signing request and deletes the key pair from the application
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}
okta.apps.manage
Publishes a certificate signing request for the app with a signed X.509 certificate and adds it into the application key credentials
Created
Bad Request
Forbidden
Not Found
Too Many Requests
{- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.read
Lists all key credentials for an application
Success
Forbidden
Not Found
Too Many Requests
[- {
- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.apps.manage
Generates a new X.509 certificate for an application key credential
Created
Forbidden
Not Found
Too Many Requests
{- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.read
Retrieves a specific application key credential by kid
Success
Forbidden
Not Found
Too Many Requests
{- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Clones a X.509 certificate for an application key credential from a source application to target application.
Created
Forbidden
Not Found
Too Many Requests
{- "alg": "string",
- "created": "2019-08-24T14:15:22Z",
- "e": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "key_ops": [
- "string"
], - "kid": "string",
- "kty": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "n": "string",
- "status": "string",
- "use": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.read
Lists all features for an application
Success
Forbidden
Not Found
Too Many Requests
[- {
- "capabilities": {
- "create": {
- "lifecycleCreate": {
- "status": "DISABLED"
}
}, - "update": {
- "lifecycleDeactivate": {
- "status": "DISABLED"
}, - "password": {
- "change": "CHANGE",
- "seed": "OKTA",
- "status": "DISABLED"
}, - "profile": {
- "status": "DISABLED"
}
}
}, - "description": "string",
- "name": "string",
- "status": "DISABLED",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.apps.read
Retrieves a Feature object for an application
Success
Forbidden
Not Found
Too Many Requests
{- "capabilities": {
- "create": {
- "lifecycleCreate": {
- "status": "DISABLED"
}
}, - "update": {
- "lifecycleDeactivate": {
- "status": "DISABLED"
}, - "password": {
- "change": "CHANGE",
- "seed": "OKTA",
- "status": "DISABLED"
}, - "profile": {
- "status": "DISABLED"
}
}
}, - "description": "string",
- "name": "string",
- "status": "DISABLED",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Updates a Feature object for an application
object (CapabilitiesCreateObject) | |||||||||||||
object (CapabilitiesUpdateObject) | |||||||||||||
|
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "create": {
- "lifecycleCreate": {
- "status": "DISABLED"
}
}, - "update": {
- "lifecycleDeactivate": {
- "status": "DISABLED"
}, - "password": {
- "change": "CHANGE",
- "seed": "OKTA",
- "status": "DISABLED"
}, - "profile": {
- "status": "DISABLED"
}
}
}
{- "capabilities": {
- "create": {
- "lifecycleCreate": {
- "status": "DISABLED"
}
}, - "update": {
- "lifecycleDeactivate": {
- "status": "DISABLED"
}, - "password": {
- "change": "CHANGE",
- "seed": "OKTA",
- "status": "DISABLED"
}, - "profile": {
- "status": "DISABLED"
}
}
}, - "description": "string",
- "name": "string",
- "status": "DISABLED",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.appGrants.read
Lists all scope consent grants for the application
Success
Forbidden
Not Found
Too Many Requests
[- {
- "clientId": "string",
- "created": "2019-08-24T14:15:22Z",
- "createdBy": {
- "id": "string",
- "type": "string"
}, - "id": "string",
- "issuer": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "scopeId": "string",
- "source": "ADMIN",
- "status": "ACTIVE",
- "userId": "string",
- "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.appGrants.manage
Grants consent for the application to request an OAuth 2.0 Okta scope
Created
Bad Request
Forbidden
Not Found
Too Many Requests