Apps
Apps in the organization.
View Specific Information
Required Scopes
To query this view, Scope must include okta.apps.read.
Select
The driver uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
- Name supports the '=' operator
- Status supports the '=' operator
All other filters are processed client-side within the driver.
For example, the following query is processed server-side:
SELECT * FROM Apps WHERE Name='okta_oin_submission_tester_app'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the app |
Label | String | Display label for the app |
Name | String | Display name for the app |
ErrorRedirectUrl | String | Custom error page URL for the app |
LoginRedirectUrl | String | Custom login page URL for the app |
SelfService | Boolean | Whether the app can be self-assignable by users |
Features | String | Enabled app features |
Created | Datetime | When the item was created |
LastUpdated | Datetime | When the item was last updated |
SignOnMode | String | Authentication mode for the app |
Status | String | App instance status |
AutoSubmitToolbar | Boolean | Whether to automatically sign in when user lands on the sign-in page |
Credentials | String | Credentials for the specified signOnMode |
Settings | String | App instance setting |