Auth0 Universal Components
    Preparing search index...

    Interface ProviderConfigureFieldsMessages

    Interface for provider configuration field messages

    interface ProviderConfigureFieldsMessages {
        adfs?: {
            federation_meta_data_file?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            meta_data_location_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            meta_data_source?: {
                helper_text?: string;
                label?: string;
                options?: {
                    meta_data_file?: { label?: string };
                    meta_data_url?: { label?: string };
                };
            };
            meta_data_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            upload_button_label?: string;
        };
        common?: {
            assign_membership_on_login?: { helper_text?: string; label?: string };
            show_as_button?: { helper_text?: string; label?: string };
        };
        "google-apps"?: {
            callback_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_id?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_secret?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            domain?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            icon_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
        oidc?: {
            client_id?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_secret?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            discovery_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            type?: {
                helper_text?: string;
                label?: string;
                options?: {
                    back_channel?: { label?: string };
                    front_channel?: { label?: string };
                };
            };
        };
        okta?: {
            callback_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_id?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_secret?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            domain?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            icon_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
        pingfederate?: {
            advanced_settings?: {
                sign_request?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                sign_request_algorithm?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                sign_request_algorithm_digest?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                title?: string;
                upload_button_label?: string;
            };
            ping_federate_baseurl?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            sign_cert?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
        samlp?: {
            advanced_settings?: {
                request_protocol_binding?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                sign_request?: {
                    error?: string;
                    helper_text_metadata_file?: string;
                    helper_text_metadata_url?: string;
                    label?: string;
                    placeholder?: string;
                };
                sign_request_algorithm?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                sign_request_algorithm_digest?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                title?: string;
            };
            cert?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            meta_data_source?: {
                helper_text?: string;
                label?: string;
                options?: {
                    meta_data_file?: { label?: string };
                    meta_data_url?: { label?: string };
                };
            };
            meta_data_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            single_sign_on_login_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
        waad?: {
            callback_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_id?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            client_secret?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            icon_url?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            tenant_domain?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
        };
    }
    Index

    Properties

    adfs?: {
        federation_meta_data_file?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        meta_data_location_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        meta_data_source?: {
            helper_text?: string;
            label?: string;
            options?: {
                meta_data_file?: { label?: string };
                meta_data_url?: { label?: string };
            };
        };
        meta_data_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        upload_button_label?: string;
    }
    common?: {
        assign_membership_on_login?: { helper_text?: string; label?: string };
        show_as_button?: { helper_text?: string; label?: string };
    }
    "google-apps"?: {
        callback_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_id?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_secret?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        domain?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        icon_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }
    oidc?: {
        client_id?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_secret?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        discovery_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        type?: {
            helper_text?: string;
            label?: string;
            options?: {
                back_channel?: { label?: string };
                front_channel?: { label?: string };
            };
        };
    }
    okta?: {
        callback_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_id?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_secret?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        domain?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        icon_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }
    pingfederate?: {
        advanced_settings?: {
            sign_request?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            sign_request_algorithm?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            sign_request_algorithm_digest?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            title?: string;
            upload_button_label?: string;
        };
        ping_federate_baseurl?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        sign_cert?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }
    samlp?: {
        advanced_settings?: {
            request_protocol_binding?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            sign_request?: {
                error?: string;
                helper_text_metadata_file?: string;
                helper_text_metadata_url?: string;
                label?: string;
                placeholder?: string;
            };
            sign_request_algorithm?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            sign_request_algorithm_digest?: {
                error?: string;
                helper_text?: string;
                label?: string;
                placeholder?: string;
            };
            title?: string;
        };
        cert?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        meta_data_source?: {
            helper_text?: string;
            label?: string;
            options?: {
                meta_data_file?: { label?: string };
                meta_data_url?: { label?: string };
            };
        };
        meta_data_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        single_sign_on_login_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }
    waad?: {
        callback_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_id?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        client_secret?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        icon_url?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
        tenant_domain?: {
            error?: string;
            helper_text?: string;
            label?: string;
            placeholder?: string;
        };
    }