docs/interfaces/management.Management.ExpressConfigurationOrNull.html
Application specific configuration for use with the OIN Express Configuration feature.
interface ExpressConfigurationOrNull {
initiate_login_uri_template: string;
user_attribute_profile_id: string;
connection_profile_id: string;
enable_client: boolean;
enable_organization: boolean;
linked_clients?: LinkedClientConfiguration[];
okta_oin_client_id: string;
admin_login_domain: string;
oin_submission_id?: string;
}
initiate_login_uri_templateuser_attribute_profile_idconnection_profile_idenable_clientenable_organizationlinked_clients?okta_oin_client_idadmin_login_domainoin_submission_id?
initiate_login_uri_template: string
The URI users should bookmark to log in to this application. Variable substitution is permitted for the following properties: organization_name, organization_id, and connection_name.
user_attribute_profile_id: string
The ID of the user attribute profile to use for this application.
connection_profile_id: string
The ID of the connection profile to use for this application.
enable_client: boolean
When true, all connections made via express configuration will be enabled for this application.
enable_organization: boolean
When true, all connections made via express configuration will have the associated organization enabled.
Optionallinked_clientslinked_clients?: LinkedClientConfiguration[]
List of client IDs that are linked to this express configuration (e.g. web or mobile clients).
okta_oin_client_id: string
This is the unique identifier for the Okta OIN Express Configuration Client, which Okta will use for this application.
admin_login_domain: string
This is the domain that admins are expected to log in via for authenticating for express configuration. It can be either the canonical domain or a registered custom domain.
Optionaloin_submission_idoin_submission_id?: string
The identifier of the published application in the OKTA OIN.
Member Visibility
ThemeOSLightDark
Properties initiate_login_uri_templateuser_attribute_profile_idconnection_profile_idenable_clientenable_organizationlinked_clientsokta_oin_client_idadmin_login_domainoin_submission_id