Auth0 Universal Components
    Preparing search index...

    Interface ProviderConfigureProps

    Props for ProviderConfigure component.

    interface ProviderConfigureProps {
        className?: string;
        customMessages?: Partial<ProviderConfigureMessages>;
        idpConfig: IdentityProvidersConfig | null;
        initialData?: Partial<ProviderConfigureFormValues>;
        isCrossAppAccessReadOnly?: boolean;
        isLoading: boolean;
        isOrganizationBlocked?: boolean;
        readOnly?: boolean;
        schema?: object;
        showCrossAppAccess?: boolean;
        showThirdPartyAccess?: boolean;
        strategy: IdpStrategyEnum;
        styling?: ComponentStyling<SsoProviderCreateClasses>;
    }

    Hierarchy

    Index

    Properties

    className?: string
    customMessages?: Partial<ProviderConfigureMessages>
    idpConfig: IdentityProvidersConfig | null
    initialData?: Partial<ProviderConfigureFormValues>
    isCrossAppAccessReadOnly?: boolean
    isLoading: boolean
    isOrganizationBlocked?: boolean
    readOnly?: boolean
    schema?: object
    showCrossAppAccess?: boolean
    showThirdPartyAccess?: boolean
    strategy: IdpStrategyEnum
    styling?: ComponentStyling<SsoProviderCreateClasses>